Searched refs:flow_dump (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/crypto/bcm/ |
| H 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
|
| H A D | cipher.c | 963 flow_dump(" digest ", req->result, ctx->digestsize); in ahash_req_done() 970 flow_dump(" hmac: ", req->result, ctx->digestsize); in ahash_req_done() 1823 flow_dump(" key: ", key, keylen); in skcipher_setkey() 2253 flow_dump(" key: ", key, keylen); in ahash_setkey() 2322 flow_dump(" key: ", key, keylen); in ahash_hmac_setkey() 2378 flow_dump(" newkey: ", ctx->authkey, ctx->authkeylen); in ahash_hmac_setkey() 2402 flow_dump(" ipad: ", ctx->ipad, blocksize); in ahash_hmac_setkey() 2403 flow_dump(" opad: ", ctx->opad, blocksize); in ahash_hmac_setkey() 2683 flow_dump(" iv: ", req->iv, rctx->iv_ctr_len); in aead_enqueue() 2728 flow_dump(" key: ", key, keylen); in aead_authenc_setkey() [all …]
|
| /linux/net/sched/ |
| H A D | cls_flow.c | 621 static int flow_dump(struct net *net, struct tcf_proto *tp, void *fh, in flow_dump() function 702 .dump = flow_dump,
|