/linux-4.4.14/crypto/ |
D | algif_hash.c | 77 ahash_request_set_crypt(&ctx->req, ctx->sgl.sg, NULL, len); in hash_sendmsg() 93 ahash_request_set_crypt(&ctx->req, NULL, ctx->result, 0); in hash_sendmsg() 119 ahash_request_set_crypt(&ctx->req, ctx->sgl.sg, ctx->result, size); in hash_sendpage() 166 ahash_request_set_crypt(&ctx->req, NULL, ctx->result, 0); in hash_recvmsg()
|
D | chacha20poly1305.c | 190 ahash_request_set_crypt(&preq->req, preq->src, in poly_tail() 221 ahash_request_set_crypt(&preq->req, preq->src, NULL, padlen); in poly_cipherpad() 252 ahash_request_set_crypt(&preq->req, crypt, NULL, rctx->cryptlen); in poly_cipher() 282 ahash_request_set_crypt(&preq->req, preq->src, NULL, padlen); in poly_adpad() 306 ahash_request_set_crypt(&preq->req, req->src, NULL, rctx->assoclen); in poly_ad() 333 ahash_request_set_crypt(&preq->req, preq->src, NULL, sizeof(rctx->key)); in poly_setkey()
|
D | authenc.c | 154 ahash_request_set_crypt(ahreq, req->dst, hash, in crypto_authenc_genicv() 303 ahash_request_set_crypt(ahreq, req->src, hash, in crypto_authenc_decrypt()
|
D | authencesn.c | 161 ahash_request_set_crypt(ahreq, dst, hash, assoclen + cryptlen); in crypto_authenc_esn_genicv() 316 ahash_request_set_crypt(ahreq, dst, ohash, assoclen + cryptlen); in crypto_authenc_esn_decrypt()
|
D | gcm.c | 254 ahash_request_set_crypt(ahreq, src, NULL, len); in gcm_hash_update() 278 ahash_request_set_crypt(ahreq, &pctx->sg, in gcm_hash_len()
|
D | testmgr.c | 272 ahash_request_set_crypt(req, sg, result, template[i].psize); in __test_hash() 358 ahash_request_set_crypt(req, sg, result, template[i].psize); in __test_hash()
|
D | tcrypt.c | 1000 ahash_request_set_crypt(req, sg, output, speed[i].plen); in test_ahash_speed()
|
/linux-4.4.14/security/integrity/ima/ |
D | ima_crypto.c | 313 ahash_request_set_crypt(req, sg, NULL, rbuf_len); in ima_calc_file_hash_atfm() 329 ahash_request_set_crypt(req, NULL, hash->digest, 0); in ima_calc_file_hash_atfm()
|
/linux-4.4.14/net/ipv4/ |
D | ah4.c | 230 ahash_request_set_crypt(req, sg, icv, skb->len + seqhi_len); in ah_output() 400 ahash_request_set_crypt(req, sg, icv, skb->len + seqhi_len); in ah_input()
|
/linux-4.4.14/net/ipv6/ |
D | ah6.c | 433 ahash_request_set_crypt(req, sg, icv, skb->len + seqhi_len); in ah6_output() 614 ahash_request_set_crypt(req, sg, icv, skb->len + seqhi_len); in ah6_input()
|
/linux-4.4.14/include/crypto/ |
D | hash.h | 607 static inline void ahash_request_set_crypt(struct ahash_request *req, in ahash_request_set_crypt() function
|
/linux-4.4.14/drivers/crypto/qce/ |
D | sha.c | 416 ahash_request_set_crypt(req, &sg, ctx->authkey, keylen); in qce_ahash_hmac_setkey()
|
/linux-4.4.14/drivers/crypto/marvell/ |
D | hash.c | 1073 ahash_request_set_crypt(req, &sg, pad, blocksize); in mv_cesa_ahmac_iv_state_init() 1117 ahash_request_set_crypt(req, &sg, ipad, keylen); in mv_cesa_ahmac_pad_init()
|
/linux-4.4.14/drivers/crypto/ |
D | mxs-dcp.c | 746 ahash_request_set_crypt(req, NULL, req->result, 0); in dcp_sha_final()
|
D | mv_cesa.c | 748 ahash_request_set_crypt(req, NULL, req->result, 0); in mv_hash_final()
|
D | talitos.c | 2046 ahash_request_set_crypt(req, sg, hash, keylen); in keyhash()
|