Lines Matching refs:flow_log

147 		flow_log("Invalid cipher mode %d\n", cipher_mode);  in spu2_cipher_xlate()
188 flow_log("Invalid cipher alg %d or type %d\n", in spu2_cipher_xlate()
243 flow_log("Invalid hash mode %d\n", hash_mode); in spu2_hash_xlate()
303 flow_log("Invalid hash alg %d or type %d\n", in spu2_hash_xlate()
998 flow_log("%s()\n", __func__); in spu2_create_request()
999 flow_log(" in:%u authFirst:%u\n", in spu2_create_request()
1001 flow_log(" cipher alg:%u mode:%u type %u\n", cipher_parms->alg, in spu2_create_request()
1003 flow_log(" is_esp: %s\n", str_yes_no(req_opts->is_esp)); in spu2_create_request()
1004 flow_log(" key: %d\n", cipher_parms->key_len); in spu2_create_request()
1006 flow_log(" iv: %d\n", cipher_parms->iv_len); in spu2_create_request()
1008 flow_log(" auth alg:%u mode:%u type %u\n", in spu2_create_request()
1010 flow_log(" digestsize: %u\n", hash_parms->digestsize); in spu2_create_request()
1011 flow_log(" authkey: %d\n", hash_parms->key_len); in spu2_create_request()
1013 flow_log(" assoc_size:%u\n", assoc_size); in spu2_create_request()
1014 flow_log(" prebuf_len:%u\n", hash_parms->prebuf_len); in spu2_create_request()
1015 flow_log(" data_size:%u\n", data_size); in spu2_create_request()
1016 flow_log(" hash_pad_len:%u\n", hash_parms->pad_len); in spu2_create_request()
1017 flow_log(" real_db_size:%u\n", real_db_size); in spu2_create_request()
1018 flow_log(" cipher_offset:%u payload_len:%u\n", in spu2_create_request()
1020 flow_log(" aead_iv: %u\n", aead_parms->iv_len); in spu2_create_request()
1054 flow_log("spu2 cipher type %s, cipher mode %s\n", in spu2_create_request()
1065 flow_log("spu2 hash type %s, hash mode %s\n", in spu2_create_request()
1135 flow_log("%s()\n", __func__); in spu2_cipher_req_init()
1136 flow_log(" cipher alg:%u mode:%u type %u\n", cipher_parms->alg, in spu2_cipher_req_init()
1138 flow_log(" cipher_iv_len: %u\n", cipher_parms->iv_len); in spu2_cipher_req_init()
1139 flow_log(" key: %d\n", cipher_parms->key_len); in spu2_cipher_req_init()
1148 flow_log("spu2 cipher type %s, cipher mode %s\n", in spu2_cipher_req_init()
1194 flow_log("%s()\n", __func__); in spu2_cipher_req_finish()
1195 flow_log(" in: %u\n", is_inbound); in spu2_cipher_req_finish()
1196 flow_log(" cipher alg: %u, cipher_type: %u\n", cipher_parms->alg, in spu2_cipher_req_finish()
1198 flow_log(" iv len: %d\n", cipher_parms->iv_len); in spu2_cipher_req_finish()
1200 flow_log(" data_size: %u\n", data_size); in spu2_cipher_req_finish()
1254 flow_log(" GCM: padding to 16 byte alignment: %u bytes\n", in spu2_request_pad()
1278 flow_log(" STAT: padding to 4 byte alignment: %u bytes\n", in spu2_request_pad()
1334 flow_log("rx status is %#x\n", status); in spu2_status_process()