Searched refs:flow_log (Results 1 – 5 of 5) sorted by relevance
/Linux-v6.6/drivers/crypto/bcm/ |
D | spu2.c | 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() 997 flow_log("%s()\n", __func__); in spu2_create_request() 998 flow_log(" in:%u authFirst:%u\n", in spu2_create_request() 1000 flow_log(" cipher alg:%u mode:%u type %u\n", cipher_parms->alg, in spu2_create_request() 1002 flow_log(" is_esp: %s\n", req_opts->is_esp ? "yes" : "no"); in spu2_create_request() 1003 flow_log(" key: %d\n", cipher_parms->key_len); in spu2_create_request() 1005 flow_log(" iv: %d\n", cipher_parms->iv_len); in spu2_create_request() [all …]
|
D | spu.c | 641 flow_log("%s()\n", __func__); in spum_create_request() 642 flow_log(" in:%u authFirst:%u\n", in spum_create_request() 644 flow_log(" %s. cipher alg:%u mode:%u type %u\n", in spum_create_request() 647 flow_log(" key: %d\n", cipher_parms->key_len); in spum_create_request() 649 flow_log(" iv: %d\n", cipher_parms->iv_len); in spum_create_request() 651 flow_log(" auth alg:%u mode:%u type %u\n", in spum_create_request() 653 flow_log(" digestsize: %u\n", hash_parms->digestsize); in spum_create_request() 654 flow_log(" authkey: %d\n", hash_parms->key_len); in spum_create_request() 656 flow_log(" assoc_size:%u\n", aead_parms->assoc_size); in spum_create_request() 657 flow_log(" prebuf_len:%u\n", hash_parms->prebuf_len); in spum_create_request() [all …]
|
D | cipher.c | 322 flow_log("%s\n", __func__); in handle_skcipher_req() 390 flow_log("max_payload infinite\n"); in handle_skcipher_req() 392 flow_log("max_payload %u\n", ctx->max_payload); in handle_skcipher_req() 394 flow_log("sent:%u start:%u remains:%u size:%u\n", in handle_skcipher_req() 492 flow_log("%s() offset: %u, bd_len: %u BD:\n", in handle_skcipher_resp() 694 flow_log("total_todo %u, total_sent %u\n", in handle_ahash_req() 750 flow_log("Exiting with hash carry len: %u\n", in handle_ahash_req() 804 flow_log("%s() final: %u nbuf: %u ", in handle_ahash_req() 808 flow_log("max_payload infinite\n"); in handle_ahash_req() 810 flow_log("max_payload %u\n", ctx->max_payload); in handle_ahash_req() [all …]
|
D | util.h | 19 #define flow_log(...) \ macro 61 static inline void flow_log(const char *format, ...) in flow_log() function
|
D | util.c | 58 flow_log("%s copied %u bytes of %u requested. ", in sg_copy_part_to_buf() 60 flow_log("sg with %u entries and skip %u\n", nents, skip); in sg_copy_part_to_buf() 77 flow_log("%s copied %u bytes of %u requested. ", in sg_copy_part_from_buf() 79 flow_log("sg with %u entries and skip %u\n", nents, skip); in sg_copy_part_from_buf()
|