Lines Matching refs:flow_log
146 flow_log("Invalid cipher mode %d\n", cipher_mode); in spu2_cipher_xlate()
187 flow_log("Invalid cipher alg %d or type %d\n", in spu2_cipher_xlate()
242 flow_log("Invalid hash mode %d\n", hash_mode); in spu2_hash_xlate()
302 flow_log("Invalid hash alg %d or type %d\n", in spu2_hash_xlate()
994 flow_log("%s()\n", __func__); in spu2_create_request()
995 flow_log(" in:%u authFirst:%u\n", in spu2_create_request()
997 flow_log(" cipher alg:%u mode:%u type %u\n", cipher_parms->alg, in spu2_create_request()
999 flow_log(" is_esp: %s\n", req_opts->is_esp ? "yes" : "no"); in spu2_create_request()
1000 flow_log(" key: %d\n", cipher_parms->key_len); in spu2_create_request()
1002 flow_log(" iv: %d\n", cipher_parms->iv_len); in spu2_create_request()
1004 flow_log(" auth alg:%u mode:%u type %u\n", in spu2_create_request()
1006 flow_log(" digestsize: %u\n", hash_parms->digestsize); in spu2_create_request()
1007 flow_log(" authkey: %d\n", hash_parms->key_len); in spu2_create_request()
1009 flow_log(" assoc_size:%u\n", assoc_size); in spu2_create_request()
1010 flow_log(" prebuf_len:%u\n", hash_parms->prebuf_len); in spu2_create_request()
1011 flow_log(" data_size:%u\n", data_size); in spu2_create_request()
1012 flow_log(" hash_pad_len:%u\n", hash_parms->pad_len); in spu2_create_request()
1013 flow_log(" real_db_size:%u\n", real_db_size); in spu2_create_request()
1014 flow_log(" cipher_offset:%u payload_len:%u\n", in spu2_create_request()
1016 flow_log(" aead_iv: %u\n", aead_parms->iv_len); in spu2_create_request()
1050 flow_log("spu2 cipher type %s, cipher mode %s\n", in spu2_create_request()
1061 flow_log("spu2 hash type %s, hash mode %s\n", in spu2_create_request()
1131 flow_log("%s()\n", __func__); in spu2_cipher_req_init()
1132 flow_log(" cipher alg:%u mode:%u type %u\n", cipher_parms->alg, in spu2_cipher_req_init()
1134 flow_log(" cipher_iv_len: %u\n", cipher_parms->iv_len); in spu2_cipher_req_init()
1135 flow_log(" key: %d\n", cipher_parms->key_len); in spu2_cipher_req_init()
1144 flow_log("spu2 cipher type %s, cipher mode %s\n", in spu2_cipher_req_init()
1190 flow_log("%s()\n", __func__); in spu2_cipher_req_finish()
1191 flow_log(" in: %u\n", is_inbound); in spu2_cipher_req_finish()
1192 flow_log(" cipher alg: %u, cipher_type: %u\n", cipher_parms->alg, in spu2_cipher_req_finish()
1194 flow_log(" iv len: %d\n", cipher_parms->iv_len); in spu2_cipher_req_finish()
1196 flow_log(" data_size: %u\n", data_size); in spu2_cipher_req_finish()
1250 flow_log(" GCM: padding to 16 byte alignment: %u bytes\n", in spu2_request_pad()
1274 flow_log(" STAT: padding to 4 byte alignment: %u bytes\n", in spu2_request_pad()
1330 flow_log("rx status is %#x\n", status); in spu2_status_process()