Searched refs:flow_log (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/drivers/crypto/bcm/ |
D | spu2.c | 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() [all …]
|
D | spu.c | 661 flow_log("%s()\n", __func__); in spum_create_request() 662 flow_log(" in:%u authFirst:%u\n", in spum_create_request() 664 flow_log(" %s. cipher alg:%u mode:%u type %u\n", in spum_create_request() 667 flow_log(" key: %d\n", cipher_parms->key_len); in spum_create_request() 669 flow_log(" iv: %d\n", cipher_parms->iv_len); in spum_create_request() 671 flow_log(" auth alg:%u mode:%u type %u\n", in spum_create_request() 673 flow_log(" digestsize: %u\n", hash_parms->digestsize); in spum_create_request() 674 flow_log(" authkey: %d\n", hash_parms->key_len); in spum_create_request() 676 flow_log(" assoc_size:%u\n", aead_parms->assoc_size); in spum_create_request() 677 flow_log(" prebuf_len:%u\n", hash_parms->prebuf_len); in spum_create_request() [all …]
|
D | cipher.c | 338 flow_log("%s\n", __func__); in handle_ablkcipher_req() 428 flow_log("max_payload infinite\n"); in handle_ablkcipher_req() 430 flow_log("max_payload %u\n", ctx->max_payload); in handle_ablkcipher_req() 432 flow_log("sent:%u start:%u remains:%u size:%u\n", in handle_ablkcipher_req() 537 flow_log("%s() offset: %u, bd_len: %u BD:\n", in handle_ablkcipher_resp() 742 flow_log("total_todo %u, total_sent %u\n", in handle_ahash_req() 798 flow_log("Exiting with hash carry len: %u\n", in handle_ahash_req() 852 flow_log("%s() final: %u nbuf: %u ", in handle_ahash_req() 856 flow_log("max_payload infinite\n"); in handle_ahash_req() 858 flow_log("max_payload %u\n", ctx->max_payload); in handle_ahash_req() [all …]
|
D | util.h | 30 #define flow_log(...) \ macro 72 #define flow_log(...) do {} while (0) macro
|
D | util.c | 69 flow_log("%s copied %u bytes of %u requested. ", in sg_copy_part_to_buf() 71 flow_log("sg with %u entries and skip %u\n", nents, skip); in sg_copy_part_to_buf() 88 flow_log("%s copied %u bytes of %u requested. ", in sg_copy_part_from_buf() 90 flow_log("sg with %u entries and skip %u\n", nents, skip); in sg_copy_part_from_buf() 218 flow_log("%s() name:%s block_len:%u\n", __func__, alg_name, block_len); in do_decrypt()
|