Searched refs:flow_dump (Results 1 – 4 of 4) sorted by relevance
| /drivers/crypto/bcm/ |
| A D | util.h | 27 #define flow_dump(msg, var, var_len) \ macro 65 static inline void flow_dump(const char *msg, const void *var, size_t var_len) in flow_dump() function
|
| A D | spu.c | 648 flow_dump(" key: ", cipher_parms->key_buf, cipher_parms->key_len); in spum_create_request() 650 flow_dump(" iv: ", cipher_parms->iv_buf, cipher_parms->iv_len); in spum_create_request() 655 flow_dump(" authkey: ", hash_parms->key_buf, hash_parms->key_len); in spum_create_request() 845 flow_dump(" key: ", cipher_parms->key_buf, cipher_parms->key_len); in spum_cipher_req_init() 947 flow_dump(" iv: ", cipher_parms->iv_buf, cipher_parms->iv_len); in spum_cipher_req_finish()
|
| A D | spu2.c | 1005 flow_dump(" key: ", cipher_parms->key_buf, cipher_parms->key_len); in spu2_create_request() 1007 flow_dump(" iv: ", cipher_parms->iv_buf, cipher_parms->iv_len); in spu2_create_request() 1012 flow_dump(" authkey: ", hash_parms->key_buf, hash_parms->key_len); in spu2_create_request() 1140 flow_dump(" key: ", cipher_parms->key_buf, cipher_parms->key_len); in spu2_cipher_req_init() 1199 flow_dump(" iv: ", cipher_parms->iv_buf, cipher_parms->iv_len); in spu2_cipher_req_finish()
|
| A D | cipher.c | 1829 flow_dump(" key: ", key, keylen); in skcipher_setkey() 2259 flow_dump(" key: ", key, keylen); in ahash_setkey() 2328 flow_dump(" key: ", key, keylen); in ahash_hmac_setkey() 2408 flow_dump(" ipad: ", ctx->ipad, blocksize); in ahash_hmac_setkey() 2409 flow_dump(" opad: ", ctx->opad, blocksize); in ahash_hmac_setkey() 2689 flow_dump(" iv: ", req->iv, rctx->iv_ctr_len); in aead_enqueue() 2734 flow_dump(" key: ", key, keylen); in aead_authenc_setkey() 2787 flow_dump(" enc: ", ctx->enckey, ctx->enckeylen); in aead_authenc_setkey() 2828 flow_dump(" key: ", key, keylen); in aead_gcm_ccm_setkey() 2854 flow_dump(" enc: ", ctx->enckey, ctx->enckeylen); in aead_gcm_ccm_setkey() [all …]
|
Completed in 17 milliseconds