Home
last modified time | relevance | path

Searched refs:flow_dump (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/drivers/crypto/bcm/
H A Dutil.h27 #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 Dspu.c648 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()
H A Dspu2.c1004 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()
H A Dcipher.c1828 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()
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()
2783 flow_dump(" enc: ", ctx->enckey, ctx->enckeylen); in aead_authenc_setkey()
2824 flow_dump(" key: ", key, keylen); in aead_gcm_ccm_setkey()
2850 flow_dump(" enc: ", ctx->enckey, ctx->enckeylen); in aead_gcm_ccm_setkey()
[all …]
/openbmc/linux/net/sched/
H A Dcls_flow.c620 static int flow_dump(struct net *net, struct tcf_proto *tp, void *fh, in flow_dump() function
701 .dump = flow_dump,