Searched refs:flow_log (Results 1 – 5 of 5) sorted by relevance
| /drivers/crypto/bcm/ |
| A D | spu2.c | 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() 1008 flow_log(" auth alg:%u mode:%u type %u\n", in spu2_create_request() 1013 flow_log(" assoc_size:%u\n", assoc_size); in spu2_create_request() 1015 flow_log(" data_size:%u\n", data_size); in spu2_create_request() 1135 flow_log("%s()\n", __func__); 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() 1200 flow_log(" data_size: %u\n", data_size); in spu2_cipher_req_finish() [all …]
|
| A 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() 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() 658 flow_log(" data_size:%u\n", data_size); in spum_create_request() 660 flow_log(" real_db_size:%u\n", real_db_size); in spum_create_request() 663 flow_log(" aead_iv: %u\n", aead_parms->iv_len); in spum_create_request() 840 flow_log("%s()\n", __func__); in spum_cipher_req_init() 931 flow_log("%s()\n", __func__); in spum_cipher_req_finish() 932 flow_log(" in: %u\n", is_inbound); in spum_cipher_req_finish() [all …]
|
| A D | cipher.c | 323 flow_log("%s\n", __func__); in handle_skcipher_req() 853 flow_log("Data:\n"); in handle_ahash_req() 1966 flow_log("%s()\n", __func__); in __ahash_init() 2426 flow_log("ahash_hmac_init()\n"); in ahash_hmac_init() 2905 flow_log("%s\n", __func__); in aead_gcm_esp_setkey() 2937 flow_log("%s\n", __func__); in rfc4543_gcm_esp_setkey() 2970 flow_log("%s\n", __func__); in aead_ccm_esp_setkey() 4098 flow_log("%s()\n", __func__); in generic_cra_init() 4124 flow_log("%s()\n", __func__); in skcipher_init_tfm() 4142 flow_log("%s()\n", __func__); in ahash_cra_init() [all …]
|
| A D | util.h | 19 #define flow_log(...) \ macro 61 static inline void flow_log(const char *format, ...) in flow_log() function
|
| A 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()
|
Completed in 17 milliseconds