/linux/drivers/crypto/rockchip/ |
H A D | rk3288_crypto_ahash.c | 58 ahash_request_set_crypt(&rctx->fallback_req, areq->src, areq->result, in rk_ahash_digest_fb() 143 ahash_request_set_crypt(&rctx->fallback_req, req->src, NULL, req->nbytes); in rk_ahash_update() 158 ahash_request_set_crypt(&rctx->fallback_req, NULL, req->result, 0); in rk_ahash_final() 173 ahash_request_set_crypt(&rctx->fallback_req, req->src, req->result, in rk_ahash_finup()
|
/linux/drivers/crypto/allwinner/sun8i-ce/ |
H A D | sun8i-ce-hash.c | 141 ahash_request_set_crypt(&rctx->fallback_req, NULL, areq->result, 0); in sun8i_ce_hash_final() 156 ahash_request_set_crypt(&rctx->fallback_req, areq->src, NULL, areq->nbytes); in sun8i_ce_hash_update() 173 ahash_request_set_crypt(&rctx->fallback_req, areq->src, areq->result, in sun8i_ce_hash_finup() 191 ahash_request_set_crypt(&rctx->fallback_req, areq->src, areq->result, in sun8i_ce_hash_digest_fb()
|
/linux/net/sunrpc/auth_gss/ |
H A D | gss_krb5_crypto.c | 146 ahash_request_set_crypt(req, sg, NULL, sg->length); in checksummer() 202 ahash_request_set_crypt(req, sg, NULL, hdrlen); in gss_krb5_checksum() 208 ahash_request_set_crypt(req, NULL, checksumdata, 0); in gss_krb5_checksum() 757 ahash_request_set_crypt(req, sg, NULL, ivsize); in krb5_etm_checksum() 766 ahash_request_set_crypt(req, NULL, checksumdata, 0); in krb5_etm_checksum()
|
/linux/crypto/ |
H A D | algif_hash.c | 95 ahash_request_set_crypt(&ctx->req, NULL, in hash_sendmsg() 132 ahash_request_set_crypt(&ctx->req, ctx->sgl.sgt.sgl, in hash_sendmsg() 200 ahash_request_set_crypt(&ctx->req, NULL, ctx->result, 0); in hash_recvmsg()
|
H A D | authenc.c | 143 ahash_request_set_crypt(ahreq, req->dst, hash, in crypto_authenc_genicv() 267 ahash_request_set_crypt(ahreq, req->src, hash, in crypto_authenc_decrypt()
|
H A D | krb5enc.c | 220 ahash_request_set_crypt(ahreq, req->src, hash, req->assoclen + req->cryptlen); in krb5enc_dispatch_encrypt_hash() 291 ahash_request_set_crypt(ahreq, req->dst, hash, in krb5enc_dispatch_decrypt_hash()
|
H A D | hmac.c | 350 ahash_request_set_crypt(req, preq->src, NULL, preq->nbytes); in hmac_update_ahash() 396 ahash_request_set_crypt(req, preq->src, preq->result, in hmac_finup_ahash()
|
H A D | ccm.c | 198 ahash_request_set_crypt(ahreq, sg, NULL, assoclen + ilen + 16); in crypto_ccm_auth() 218 ahash_request_set_crypt(ahreq, plain, odata, cryptlen); in crypto_ccm_auth()
|
H A D | gcm.c | 207 ahash_request_set_crypt(ahreq, src, NULL, len); in gcm_hash_update() 231 ahash_request_set_crypt(ahreq, &pctx->sg, in gcm_hash_len()
|
H A D | testmgr.c | 1534 ahash_request_set_crypt(req, tsgl->sgl, result, vec->psize); in test_ahash_vec_cfg() 1555 ahash_request_set_crypt(req, NULL, result, 0); in test_ahash_vec_cfg() 1570 ahash_request_set_crypt(req, pending_sgl, result, in test_ahash_vec_cfg() 1613 ahash_request_set_crypt(req, pending_sgl, result, pending_len); in test_ahash_vec_cfg()
|
/linux/drivers/crypto/starfive/ |
H A D | jh7110-hash.c | 266 ahash_request_set_crypt(&rctx->ahash_fbk_req, req->src, in starfive_hash_init() 283 ahash_request_set_crypt(&rctx->ahash_fbk_req, req->src, in starfive_hash_update() 300 ahash_request_set_crypt(&rctx->ahash_fbk_req, req->src, in starfive_hash_final() 317 ahash_request_set_crypt(&rctx->ahash_fbk_req, req->src, in starfive_hash_finup() 441 ahash_request_set_crypt(req, &sg, ctx->key, keylen); in starfive_hash_long_setkey()
|
/linux/Documentation/crypto/ |
H A D | api-digest.rst | 26 :functions: ahash_request_set_tfm ahash_request_alloc ahash_request_free ahash_request_set_callback ahash_request_set_crypt
|
H A D | api-intro.rst | 74 ahash_request_set_crypt(req, sg, result, 2);
|
/linux/security/integrity/ima/ |
H A D | ima_crypto.c | 413 ahash_request_set_crypt(req, sg, NULL, rbuf_len); in ima_calc_file_hash_atfm() 427 ahash_request_set_crypt(req, NULL, hash->digest, 0); in ima_calc_file_hash_atfm() 683 ahash_request_set_crypt(req, &sg, NULL, len); in calc_buffer_ahash_atfm() 690 ahash_request_set_crypt(req, NULL, hash->digest, 0); in calc_buffer_ahash_atfm()
|
/linux/drivers/crypto/inside-secure/eip93/ |
H A D | eip93-common.c | 753 ahash_request_set_crypt(req, sg, ipad, keylen); in eip93_hmac_setkey() 778 ahash_request_set_crypt(req, sg, dest_ipad, SHA256_BLOCK_SIZE); in eip93_hmac_setkey() 793 ahash_request_set_crypt(req, sg, dest_opad, SHA256_BLOCK_SIZE); in eip93_hmac_setkey()
|
/linux/net/ipv6/ |
H A D | tcp_ao.c | 130 ahash_request_set_crypt(hp->req, &sg, NULL, sizeof(*bp)); in tcp_v6_ao_hash_pseudoheader()
|
H A D | ah6.c | 419 ahash_request_set_crypt(req, sg, icv, skb->len + seqhi_len); in ah6_output() 606 ahash_request_set_crypt(req, sg, icv, skb->len + seqhi_len); in ah6_input()
|
/linux/drivers/crypto/tegra/ |
H A D | tegra-se-hash.c | 137 ahash_request_set_crypt(&rctx->fallback_req, req->src, NULL, req->nbytes); in tegra_sha_fallback_update() 152 ahash_request_set_crypt(&rctx->fallback_req, NULL, req->result, 0); in tegra_sha_fallback_final() 167 ahash_request_set_crypt(&rctx->fallback_req, req->src, req->result, in tegra_sha_fallback_finup() 183 ahash_request_set_crypt(&rctx->fallback_req, req->src, req->result, in tegra_sha_fallback_digest()
|
/linux/net/ipv4/ |
H A D | tcp_ao.c | 38 ahash_request_set_crypt(hp->req, &sg, key, len); in tcp_ao_calc_traffic_key() 453 ahash_request_set_crypt(hp->req, &sg, NULL, sizeof(*bp)); in tcp_v4_ao_hash_pseudoheader() 522 ahash_request_set_crypt(hp->req, &sg, NULL, sizeof(*bp)); in tcp_ao_hash_sne() 554 ahash_request_set_crypt(hp->req, &sg, NULL, len); in tcp_ao_hash_header() 604 ahash_request_set_crypt(hp.req, NULL, hash_buf, 0); in tcp_ao_hash_hdr() 655 ahash_request_set_crypt(hp.req, NULL, hash_buf, 0); in tcp_ao_hash_skb() 1419 ahash_request_set_crypt(hp.req, &sg, key->key, cmd->keylen); in tcp_ao_parse_crypto()
|
H A D | tcp_ipv4.c | 1600 ahash_request_set_crypt(hp->req, &sg, NULL, 1619 ahash_request_set_crypt(hp.req, NULL, md5_hash, 0); 1662 ahash_request_set_crypt(hp.req, NULL, md5_hash, 0);
|
/linux/include/crypto/ |
H A D | hash.h | 675 * ahash_request_set_crypt() - set data buffers 687 static inline void ahash_request_set_crypt(struct ahash_request *req, in ahash_request_set_crypt() function
|
/linux/drivers/crypto/qce/ |
H A D | sha.c | 381 ahash_request_set_crypt(req, &sg, ctx->authkey, keylen); in qce_ahash_hmac_setkey()
|
/linux/drivers/crypto/marvell/cesa/ |
H A D | hash.c | 1115 ahash_request_set_crypt(req, &sg, pad, blocksize); in mv_cesa_ahmac_iv_state_init() 1155 ahash_request_set_crypt(req, &sg, ipad, keylen); in mv_cesa_ahmac_pad_init()
|
/linux/drivers/crypto/aspeed/ |
H A D | aspeed-hace-hash.c | 443 ahash_request_set_crypt(fbreq, ssg, req->result, in aspeed_ahash_fallback()
|
/linux/drivers/crypto/inside-secure/ |
H A D | safexcel_hash.c | 1062 ahash_request_set_crypt(areq, &sg, ipad, keylen); in safexcel_hmac_init_pad() 1098 ahash_request_set_crypt(areq, &sg, pad, blocksize); in safexcel_hmac_init_iv() 2300 ahash_request_set_crypt(subreq, req->src, req->result, in safexcel_sha3_fbcheck()
|