Searched refs:flow_dump (Results 1 – 5 of 5) sorted by relevance
/linux-6.12.1/drivers/crypto/bcm/ |
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
|
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() 846 flow_dump(" key: ", cipher_parms->key_buf, cipher_parms->key_len); in spum_cipher_req_init() 952 flow_dump(" iv: ", cipher_parms->iv_buf, cipher_parms->iv_len); in spum_cipher_req_finish()
|
D | spu2.c | 1004 flow_dump(" key: ", cipher_parms->key_buf, cipher_parms->key_len); in spu2_create_request() 1006 flow_dump(" iv: ", cipher_parms->iv_buf, cipher_parms->iv_len); in spu2_create_request() 1011 flow_dump(" authkey: ", hash_parms->key_buf, hash_parms->key_len); in spu2_create_request() 1139 flow_dump(" key: ", cipher_parms->key_buf, cipher_parms->key_len); in spu2_cipher_req_init() 1198 flow_dump(" iv: ", cipher_parms->iv_buf, cipher_parms->iv_len); in spu2_cipher_req_finish()
|
D | cipher.c | 966 flow_dump(" digest ", req->result, ctx->digestsize); in ahash_req_done() 973 flow_dump(" hmac: ", req->result, ctx->digestsize); in ahash_req_done() 1828 flow_dump(" key: ", key, keylen); in skcipher_setkey() 2258 flow_dump(" key: ", key, keylen); in ahash_setkey() 2327 flow_dump(" key: ", key, keylen); in ahash_hmac_setkey() 2383 flow_dump(" newkey: ", ctx->authkey, ctx->authkeylen); in ahash_hmac_setkey() 2407 flow_dump(" ipad: ", ctx->ipad, blocksize); in ahash_hmac_setkey() 2408 flow_dump(" opad: ", ctx->opad, blocksize); in ahash_hmac_setkey() 2685 flow_dump(" iv: ", req->iv, rctx->iv_ctr_len); in aead_enqueue() 2730 flow_dump(" key: ", key, keylen); in aead_authenc_setkey() [all …]
|
/linux-6.12.1/net/sched/ |
D | cls_flow.c | 620 static int flow_dump(struct net *net, struct tcf_proto *tp, void *fh, in flow_dump() function 701 .dump = flow_dump,
|