Lines Matching refs:flow_log

157 		flow_log("Invalid cipher mode %d\n", cipher_mode);  in spu2_cipher_xlate()
198 flow_log("Invalid cipher alg %d or type %d\n", in spu2_cipher_xlate()
253 flow_log("Invalid hash mode %d\n", hash_mode); in spu2_hash_xlate()
313 flow_log("Invalid hash alg %d or type %d\n", in spu2_hash_xlate()
1005 flow_log("%s()\n", __func__); in spu2_create_request()
1006 flow_log(" in:%u authFirst:%u\n", in spu2_create_request()
1008 flow_log(" cipher alg:%u mode:%u type %u\n", cipher_parms->alg, in spu2_create_request()
1010 flow_log(" is_esp: %s\n", req_opts->is_esp ? "yes" : "no"); in spu2_create_request()
1011 flow_log(" key: %d\n", cipher_parms->key_len); in spu2_create_request()
1013 flow_log(" iv: %d\n", cipher_parms->iv_len); in spu2_create_request()
1015 flow_log(" auth alg:%u mode:%u type %u\n", in spu2_create_request()
1017 flow_log(" digestsize: %u\n", hash_parms->digestsize); in spu2_create_request()
1018 flow_log(" authkey: %d\n", hash_parms->key_len); in spu2_create_request()
1020 flow_log(" assoc_size:%u\n", assoc_size); in spu2_create_request()
1021 flow_log(" prebuf_len:%u\n", hash_parms->prebuf_len); in spu2_create_request()
1022 flow_log(" data_size:%u\n", data_size); in spu2_create_request()
1023 flow_log(" hash_pad_len:%u\n", hash_parms->pad_len); in spu2_create_request()
1024 flow_log(" real_db_size:%u\n", real_db_size); in spu2_create_request()
1025 flow_log(" cipher_offset:%u payload_len:%u\n", in spu2_create_request()
1027 flow_log(" aead_iv: %u\n", aead_parms->iv_len); in spu2_create_request()
1061 flow_log("spu2 cipher type %s, cipher mode %s\n", in spu2_create_request()
1072 flow_log("spu2 hash type %s, hash mode %s\n", in spu2_create_request()
1142 flow_log("%s()\n", __func__); in spu2_cipher_req_init()
1143 flow_log(" cipher alg:%u mode:%u type %u\n", cipher_parms->alg, in spu2_cipher_req_init()
1145 flow_log(" cipher_iv_len: %u\n", cipher_parms->iv_len); in spu2_cipher_req_init()
1146 flow_log(" key: %d\n", cipher_parms->key_len); in spu2_cipher_req_init()
1155 flow_log("spu2 cipher type %s, cipher mode %s\n", in spu2_cipher_req_init()
1206 flow_log("%s()\n", __func__); in spu2_cipher_req_finish()
1207 flow_log(" in: %u\n", is_inbound); in spu2_cipher_req_finish()
1208 flow_log(" cipher alg: %u, cipher_type: %u\n", cipher_parms->alg, in spu2_cipher_req_finish()
1211 flow_log(" cipher key len: %u\n", cipher_parms->key_len); in spu2_cipher_req_finish()
1215 flow_log(" iv len: %d\n", cipher_parms->iv_len); in spu2_cipher_req_finish()
1217 flow_log(" data_size: %u\n", data_size); in spu2_cipher_req_finish()
1271 flow_log(" GCM: padding to 16 byte alignment: %u bytes\n", in spu2_request_pad()
1295 flow_log(" STAT: padding to 4 byte alignment: %u bytes\n", in spu2_request_pad()
1351 flow_log("rx status is %#x\n", status); in spu2_status_process()