Searched refs:flow_dump (Results 1 – 5 of 5) sorted by relevance
| /Linux-v5.4/drivers/crypto/bcm/ |
| D | util.h | 27 #define flow_dump(msg, var, var_len) \ macro 62 #define flow_dump(msg, var, var_len) do {} while (0) macro
|
| D | spu.c | 654 flow_dump(" key: ", cipher_parms->key_buf, cipher_parms->key_len); in spum_create_request() 656 flow_dump(" iv: ", cipher_parms->iv_buf, cipher_parms->iv_len); in spum_create_request() 661 flow_dump(" authkey: ", hash_parms->key_buf, hash_parms->key_len); in spum_create_request() 852 flow_dump(" key: ", cipher_parms->key_buf, cipher_parms->key_len); in spum_cipher_req_init() 953 flow_dump(" key: ", cipher_parms->key_buf, in spum_cipher_req_finish() 968 flow_dump(" iv: ", cipher_parms->iv_buf, cipher_parms->iv_len); in spum_cipher_req_finish()
|
| D | spu2.c | 1001 flow_dump(" key: ", cipher_parms->key_buf, cipher_parms->key_len); in spu2_create_request() 1003 flow_dump(" iv: ", cipher_parms->iv_buf, cipher_parms->iv_len); in spu2_create_request() 1008 flow_dump(" authkey: ", hash_parms->key_buf, hash_parms->key_len); in spu2_create_request() 1136 flow_dump(" key: ", cipher_parms->key_buf, cipher_parms->key_len); in spu2_cipher_req_init() 1201 flow_dump(" key: ", cipher_parms->key_buf, in spu2_cipher_req_finish() 1205 flow_dump(" iv: ", cipher_parms->iv_buf, cipher_parms->iv_len); in spu2_cipher_req_finish()
|
| D | cipher.c | 1003 flow_dump(" digest ", req->result, ctx->digestsize); in ahash_req_done() 1010 flow_dump(" hmac: ", req->result, ctx->digestsize); in ahash_req_done() 1887 flow_dump(" key: ", key, keylen); in ablkcipher_setkey() 2322 flow_dump(" key: ", key, keylen); in ahash_setkey() 2391 flow_dump(" key: ", key, keylen); in ahash_hmac_setkey() 2447 flow_dump(" newkey: ", ctx->authkey, ctx->authkeylen); in ahash_hmac_setkey() 2470 flow_dump(" ipad: ", ctx->ipad, blocksize); in ahash_hmac_setkey() 2471 flow_dump(" opad: ", ctx->opad, blocksize); in ahash_hmac_setkey() 2785 flow_dump(" iv: ", req->iv, rctx->iv_ctr_len); in aead_enqueue() 2830 flow_dump(" key: ", key, keylen); in aead_authenc_setkey() [all …]
|
| /Linux-v5.4/net/sched/ |
| D | cls_flow.c | 618 static int flow_dump(struct net *net, struct tcf_proto *tp, void *fh, in flow_dump() function 705 .dump = flow_dump,
|