Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/crypto/bcm/
Dutil.h38 #define flow_dump(msg, var, var_len) \ macro
73 #define flow_dump(msg, var, var_len) do {} while (0) macro
Dspu.c668 flow_dump(" key: ", cipher_parms->key_buf, cipher_parms->key_len); in spum_create_request()
670 flow_dump(" iv: ", cipher_parms->iv_buf, cipher_parms->iv_len); in spum_create_request()
675 flow_dump(" authkey: ", hash_parms->key_buf, hash_parms->key_len); in spum_create_request()
866 flow_dump(" key: ", cipher_parms->key_buf, cipher_parms->key_len); in spum_cipher_req_init()
967 flow_dump(" key: ", cipher_parms->key_buf, in spum_cipher_req_finish()
982 flow_dump(" iv: ", cipher_parms->iv_buf, cipher_parms->iv_len); in spum_cipher_req_finish()
Dspu2.c1012 flow_dump(" key: ", cipher_parms->key_buf, cipher_parms->key_len); in spu2_create_request()
1014 flow_dump(" iv: ", cipher_parms->iv_buf, cipher_parms->iv_len); in spu2_create_request()
1019 flow_dump(" authkey: ", hash_parms->key_buf, hash_parms->key_len); in spu2_create_request()
1147 flow_dump(" key: ", cipher_parms->key_buf, cipher_parms->key_len); in spu2_cipher_req_init()
1212 flow_dump(" key: ", cipher_parms->key_buf, in spu2_cipher_req_finish()
1216 flow_dump(" iv: ", cipher_parms->iv_buf, cipher_parms->iv_len); in spu2_cipher_req_finish()
Dcipher.c1014 flow_dump(" digest ", req->result, ctx->digestsize); in ahash_req_done()
1021 flow_dump(" hmac: ", req->result, ctx->digestsize); in ahash_req_done()
1922 flow_dump(" key: ", key, keylen); in ablkcipher_setkey()
2358 flow_dump(" key: ", key, keylen); in ahash_setkey()
2427 flow_dump(" key: ", key, keylen); in ahash_hmac_setkey()
2483 flow_dump(" newkey: ", ctx->authkey, ctx->authkeylen); in ahash_hmac_setkey()
2506 flow_dump(" ipad: ", ctx->ipad, blocksize); in ahash_hmac_setkey()
2507 flow_dump(" opad: ", ctx->opad, blocksize); in ahash_hmac_setkey()
2808 flow_dump(" iv: ", req->iv, rctx->iv_ctr_len); in aead_enqueue()
2857 flow_dump(" key: ", key, keylen); in aead_authenc_setkey()
[all …]
/Linux-v4.19/net/sched/
Dcls_flow.c619 static int flow_dump(struct net *net, struct tcf_proto *tp, void *fh, in flow_dump() function
705 .dump = flow_dump,