Home
last modified time | relevance | path

Searched refs:ahash_request_set_crypt (Results 1 – 25 of 32) sorted by relevance

12

/linux-6.3-rc2/fs/verity/
A Dhash_algs.c198 ahash_request_set_crypt(req, &sg, NULL, padded_salt_size); in fsverity_prepare_hash_state()
249 ahash_request_set_crypt(req, &sg, out, params->block_size); in fsverity_hash_block()
296 ahash_request_set_crypt(req, &sg, out, size); in fsverity_hash_buffer()
/linux-6.3-rc2/crypto/
A Dalgif_hash.c100 ahash_request_set_crypt(&ctx->req, ctx->sgl.sg, NULL, len); in hash_sendmsg()
121 ahash_request_set_crypt(&ctx->req, NULL, ctx->result, 0); in hash_sendmsg()
154 ahash_request_set_crypt(&ctx->req, ctx->sgl.sg, ctx->result, size); in hash_sendpage()
205 ahash_request_set_crypt(&ctx->req, NULL, ctx->result, 0); in hash_recvmsg()
A Dchacha20poly1305.c184 ahash_request_set_crypt(&preq->req, preq->src, in poly_tail()
214 ahash_request_set_crypt(&preq->req, preq->src, NULL, padlen); in poly_cipherpad()
244 ahash_request_set_crypt(&preq->req, crypt, NULL, rctx->cryptlen); in poly_cipher()
273 ahash_request_set_crypt(&preq->req, preq->src, NULL, padlen); in poly_adpad()
297 ahash_request_set_crypt(&preq->req, req->src, NULL, rctx->assoclen); in poly_ad()
323 ahash_request_set_crypt(&preq->req, preq->src, NULL, sizeof(rctx->key)); in poly_setkey()
A Dauthencesn.c146 ahash_request_set_crypt(ahreq, dst, hash, assoclen + cryptlen); in crypto_authenc_esn_genicv()
307 ahash_request_set_crypt(ahreq, dst, ohash, assoclen + cryptlen); in crypto_authenc_esn_decrypt()
A Dauthenc.c148 ahash_request_set_crypt(ahreq, req->dst, hash, in crypto_authenc_genicv()
293 ahash_request_set_crypt(ahreq, req->src, hash, in crypto_authenc_decrypt()
A Dccm.c201 ahash_request_set_crypt(ahreq, sg, NULL, assoclen + ilen + 16); in crypto_ccm_auth()
221 ahash_request_set_crypt(ahreq, plain, odata, cryptlen); in crypto_ccm_auth()
A Dgcm.c211 ahash_request_set_crypt(ahreq, src, NULL, len); in gcm_hash_update()
235 ahash_request_set_crypt(ahreq, &pctx->sg, in gcm_hash_len()
A Dahash.c225 ahash_request_set_crypt(subreq, req->src, result, req->nbytes); in ahash_save_req()
/linux-6.3-rc2/net/sunrpc/auth_gss/
A Dgss_krb5_crypto.c200 ahash_request_set_crypt(req, sg, NULL, sg->length); in checksummer()
255 ahash_request_set_crypt(req, sg, NULL, hdrlen); in make_checksum()
263 ahash_request_set_crypt(req, NULL, checksumdata, 0); in make_checksum()
346 ahash_request_set_crypt(req, sg, NULL, hdrlen); in gss_krb5_checksum()
352 ahash_request_set_crypt(req, NULL, checksumdata, 0); in gss_krb5_checksum()
946 ahash_request_set_crypt(req, sg, NULL, ivsize); in krb5_etm_checksum()
955 ahash_request_set_crypt(req, NULL, checksumdata, 0); in krb5_etm_checksum()
/linux-6.3-rc2/Documentation/crypto/
A Dapi-digest.rst26 …t_set_tfm ahash_request_alloc ahash_request_free ahash_request_set_callback ahash_request_set_crypt
A Dapi-intro.rst74 ahash_request_set_crypt(req, sg, result, 2);
/linux-6.3-rc2/security/integrity/ima/
A Dima_crypto.c418 ahash_request_set_crypt(req, sg, NULL, rbuf_len); in ima_calc_file_hash_atfm()
432 ahash_request_set_crypt(req, NULL, hash->digest, 0); in ima_calc_file_hash_atfm()
688 ahash_request_set_crypt(req, &sg, NULL, len); in calc_buffer_ahash_atfm()
695 ahash_request_set_crypt(req, NULL, hash->digest, 0); in calc_buffer_ahash_atfm()
/linux-6.3-rc2/net/ipv4/
A Dah4.c234 ahash_request_set_crypt(req, sg, icv, skb->len + seqhi_len); in ah_output()
409 ahash_request_set_crypt(req, sg, icv, skb->len + seqhi_len); in ah_input()
/linux-6.3-rc2/drivers/scsi/
A Dlibiscsi_tcp.c215 ahash_request_set_crypt(segment->hash, &sg, NULL, copied); in iscsi_tcp_segment_done()
262 ahash_request_set_crypt(segment->hash, NULL, in iscsi_tcp_segment_done()
320 ahash_request_set_crypt(hash, &sg, digest, hdrlen); in iscsi_tcp_dgst_header()
/linux-6.3-rc2/drivers/md/
A Ddm-verity-target.c111 ahash_request_set_crypt(req, &sg, NULL, len); in verity_hash_update()
122 ahash_request_set_crypt(req, &sg, NULL, this_step); in verity_hash_update()
174 ahash_request_set_crypt(req, NULL, digest, 0); in verity_hash_final()
423 ahash_request_set_crypt(req, &sg, NULL, len); in verity_for_io_block()
/linux-6.3-rc2/net/ipv6/
A Dah6.c422 ahash_request_set_crypt(req, sg, icv, skb->len + seqhi_len); in ah6_output()
609 ahash_request_set_crypt(req, sg, icv, skb->len + seqhi_len); in ah6_input()
A Dtcp_ipv6.c697 ahash_request_set_crypt(hp->md5_req, &sg, NULL, in tcp_v6_md5_hash_headers()
720 ahash_request_set_crypt(req, NULL, md5_hash, 0); in tcp_v6_md5_hash_hdr()
767 ahash_request_set_crypt(req, NULL, md5_hash, 0); in tcp_v6_md5_hash_skb()
/linux-6.3-rc2/include/crypto/
A Dhash.h682 static inline void ahash_request_set_crypt(struct ahash_request *req, in ahash_request_set_crypt() function
/linux-6.3-rc2/drivers/crypto/qce/
A Dsha.c381 ahash_request_set_crypt(req, &sg, ctx->authkey, keylen); in qce_ahash_hmac_setkey()
/linux-6.3-rc2/drivers/crypto/marvell/cesa/
A Dhash.c1117 ahash_request_set_crypt(req, &sg, pad, blocksize); in mv_cesa_ahmac_iv_state_init()
1157 ahash_request_set_crypt(req, &sg, ipad, keylen); in mv_cesa_ahmac_pad_init()
/linux-6.3-rc2/drivers/target/iscsi/
A Discsi_target.c1437 ahash_request_set_crypt(hash, &first_sg, NULL, len); in iscsit_do_crypto_hash_sg()
1447 ahash_request_set_crypt(hash, sg, NULL, cur_len); in iscsit_do_crypto_hash_sg()
1459 ahash_request_set_crypt(hash, &pad_sg, (u8 *)&data_crc, in iscsit_do_crypto_hash_sg()
1463 ahash_request_set_crypt(hash, NULL, (u8 *)&data_crc, 0); in iscsit_do_crypto_hash_sg()
1481 ahash_request_set_crypt(hash, sg, data_crc, payload_length + padding); in iscsit_do_crypto_hash_buf()
/linux-6.3-rc2/drivers/nvme/host/
A Dtcp.c382 ahash_request_set_crypt(hash, NULL, (u8 *)dgst, 0); in nvme_tcp_ddgst_final()
393 ahash_request_set_crypt(hash, &sg, NULL, len); in nvme_tcp_ddgst_update()
403 ahash_request_set_crypt(hash, &sg, pdu + len, len); in nvme_tcp_hdgst()
/linux-6.3-rc2/drivers/crypto/keembay/
A Dkeembay-ocs-hcu-core.c809 ahash_request_set_crypt(req, &sg, ctx->key, keylen); in kmb_ocs_hcu_setkey()
/linux-6.3-rc2/drivers/nvme/target/
A Dtcp.c253 ahash_request_set_crypt(hash, &sg, pdu + len, len); in nvmet_tcp_hdgst()
395 ahash_request_set_crypt(hash, cmd->req.sg, in nvmet_tcp_calc_ddgst()
/linux-6.3-rc2/drivers/crypto/inside-secure/
A Dsafexcel_hash.c1064 ahash_request_set_crypt(areq, &sg, ipad, keylen); in safexcel_hmac_init_pad()
1100 ahash_request_set_crypt(areq, &sg, pad, blocksize); in safexcel_hmac_init_iv()
2384 ahash_request_set_crypt(subreq, req->src, req->result, in safexcel_sha3_fbcheck()

Completed in 61 milliseconds

12