Home
last modified time | relevance | path

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

12

/Linux-v5.4/fs/verity/
Dhash_algs.c147 ahash_request_set_crypt(req, &sg, NULL, padded_salt_size); in fsverity_prepare_hash_state()
200 ahash_request_set_crypt(req, &sg, out, PAGE_SIZE); in fsverity_hash_page()
248 ahash_request_set_crypt(req, &sg, out, size); in fsverity_hash_buffer()
/Linux-v5.4/net/sunrpc/auth_gss/
Dgss_krb5_crypto.c136 ahash_request_set_crypt(req, sg, NULL, sg->length); in checksummer()
218 ahash_request_set_crypt(req, sg, NULL, 4); in make_checksum_hmac_md5()
224 ahash_request_set_crypt(req, sg, NULL, hdrlen); in make_checksum_hmac_md5()
232 ahash_request_set_crypt(req, NULL, checksumdata, 0); in make_checksum_hmac_md5()
249 ahash_request_set_crypt(req, sg, checksumdata, in make_checksum_hmac_md5()
325 ahash_request_set_crypt(req, sg, NULL, hdrlen); in make_checksum()
333 ahash_request_set_crypt(req, NULL, checksumdata, 0); in make_checksum()
421 ahash_request_set_crypt(req, sg, NULL, hdrlen); in make_checksum_v2()
426 ahash_request_set_crypt(req, NULL, checksumdata, 0); in make_checksum_v2()
/Linux-v5.4/crypto/
Dalgif_hash.c100 ahash_request_set_crypt(&ctx->req, ctx->sgl.sg, NULL, len); in hash_sendmsg()
120 ahash_request_set_crypt(&ctx->req, NULL, ctx->result, 0); in hash_sendmsg()
153 ahash_request_set_crypt(&ctx->req, ctx->sgl.sg, ctx->result, size); in hash_sendpage()
204 ahash_request_set_crypt(&ctx->req, NULL, ctx->result, 0); in hash_recvmsg()
Dchacha20poly1305.c186 ahash_request_set_crypt(&preq->req, preq->src, in poly_tail()
216 ahash_request_set_crypt(&preq->req, preq->src, NULL, padlen); in poly_cipherpad()
246 ahash_request_set_crypt(&preq->req, crypt, NULL, rctx->cryptlen); in poly_cipher()
275 ahash_request_set_crypt(&preq->req, preq->src, NULL, padlen); in poly_adpad()
299 ahash_request_set_crypt(&preq->req, req->src, NULL, rctx->assoclen); in poly_ad()
325 ahash_request_set_crypt(&preq->req, preq->src, NULL, sizeof(rctx->key)); in poly_setkey()
Dauthenc.c158 ahash_request_set_crypt(ahreq, req->dst, hash, in crypto_authenc_genicv()
305 ahash_request_set_crypt(ahreq, req->src, hash, in crypto_authenc_decrypt()
Dauthencesn.c157 ahash_request_set_crypt(ahreq, dst, hash, assoclen + cryptlen); in crypto_authenc_esn_genicv()
320 ahash_request_set_crypt(ahreq, dst, ohash, assoclen + cryptlen); in crypto_authenc_esn_decrypt()
Dccm.c209 ahash_request_set_crypt(ahreq, sg, NULL, assoclen + ilen + 16); in crypto_ccm_auth()
229 ahash_request_set_crypt(ahreq, plain, pctx->odata, cryptlen); in crypto_ccm_auth()
Dgcm.c217 ahash_request_set_crypt(ahreq, src, NULL, len); in gcm_hash_update()
241 ahash_request_set_crypt(ahreq, &pctx->sg, in gcm_hash_len()
/Linux-v5.4/security/integrity/ima/
Dima_crypto.c293 ahash_request_set_crypt(req, sg, NULL, rbuf_len); in ima_calc_file_hash_atfm()
307 ahash_request_set_crypt(req, NULL, hash->digest, 0); in ima_calc_file_hash_atfm()
556 ahash_request_set_crypt(req, &sg, NULL, len); in calc_buffer_ahash_atfm()
563 ahash_request_set_crypt(req, NULL, hash->digest, 0); in calc_buffer_ahash_atfm()
/Linux-v5.4/Documentation/crypto/
Dapi-digest.rst26 …t_set_tfm ahash_request_alloc ahash_request_free ahash_request_set_callback ahash_request_set_crypt
Dapi-intro.txt69 ahash_request_set_crypt(req, sg, result, 2);
/Linux-v5.4/drivers/md/
Ddm-verity-target.c104 ahash_request_set_crypt(req, &sg, NULL, len); in verity_hash_update()
113 ahash_request_set_crypt(req, &sg, NULL, this_step); in verity_hash_update()
165 ahash_request_set_crypt(req, NULL, digest, 0); in verity_hash_final()
392 ahash_request_set_crypt(req, &sg, NULL, len); in verity_for_io_block()
/Linux-v5.4/net/ipv4/
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()
Dtcp_ipv4.c1204 ahash_request_set_crypt(hp->md5_req, &sg, NULL, in tcp_v4_md5_hash_headers()
1226 ahash_request_set_crypt(req, NULL, md5_hash, 0); in tcp_v4_md5_hash_hdr()
1272 ahash_request_set_crypt(req, NULL, md5_hash, 0); in tcp_v4_md5_hash_skb()
Dtcp.c3805 ahash_request_set_crypt(req, &sg, NULL, head_data_len); in tcp_md5_hash_skb_data()
3816 ahash_request_set_crypt(req, &sg, NULL, skb_frag_size(f)); in tcp_md5_hash_skb_data()
3834 ahash_request_set_crypt(hp->md5_req, &sg, NULL, key->keylen); in tcp_md5_hash_key()
/Linux-v5.4/drivers/scsi/
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-v5.4/net/ipv6/
Dah6.c425 ahash_request_set_crypt(req, sg, icv, skb->len + seqhi_len); in ah6_output()
611 ahash_request_set_crypt(req, sg, icv, skb->len + seqhi_len); in ah6_input()
Dtcp_ipv6.c614 ahash_request_set_crypt(hp->md5_req, &sg, NULL, in tcp_v6_md5_hash_headers()
637 ahash_request_set_crypt(req, NULL, md5_hash, 0); in tcp_v6_md5_hash_hdr()
684 ahash_request_set_crypt(req, NULL, md5_hash, 0); in tcp_v6_md5_hash_skb()
/Linux-v5.4/include/crypto/
Dhash.h659 static inline void ahash_request_set_crypt(struct ahash_request *req, in ahash_request_set_crypt() function
/Linux-v5.4/drivers/crypto/qce/
Dsha.c396 ahash_request_set_crypt(req, &sg, ctx->authkey, keylen); in qce_ahash_hmac_setkey()
/Linux-v5.4/drivers/crypto/marvell/
Dhash.c1097 ahash_request_set_crypt(req, &sg, pad, blocksize); in mv_cesa_ahmac_iv_state_init()
1141 ahash_request_set_crypt(req, &sg, ipad, keylen); in mv_cesa_ahmac_pad_init()
/Linux-v5.4/drivers/nvme/host/
Dtcp.c281 ahash_request_set_crypt(hash, NULL, (u8 *)dgst, 0); in nvme_tcp_ddgst_final()
292 ahash_request_set_crypt(hash, &sg, NULL, len); in nvme_tcp_ddgst_update()
302 ahash_request_set_crypt(hash, &sg, pdu + len, len); in nvme_tcp_hdgst()
/Linux-v5.4/drivers/crypto/inside-secure/
Dsafexcel_hash.c943 ahash_request_set_crypt(areq, &sg, ipad, keylen); in safexcel_hmac_init_pad()
984 ahash_request_set_crypt(areq, &sg, pad, blocksize); in safexcel_hmac_init_iv()
/Linux-v5.4/drivers/nvme/target/
Dtcp.c223 ahash_request_set_crypt(hash, &sg, pdu + len, len); in nvmet_tcp_hdgst()
358 ahash_request_set_crypt(hash, cmd->req.sg, in nvmet_tcp_ddgst()
/Linux-v5.4/drivers/target/iscsi/
Discsi_target.c1392 ahash_request_set_crypt(hash, sg, NULL, cur_len); in iscsit_do_crypto_hash_sg()
1405 ahash_request_set_crypt(hash, &pad_sg, (u8 *)&data_crc, in iscsit_do_crypto_hash_sg()
1409 ahash_request_set_crypt(hash, NULL, (u8 *)&data_crc, 0); in iscsit_do_crypto_hash_sg()
1427 ahash_request_set_crypt(hash, sg, data_crc, payload_length + padding); in iscsit_do_crypto_hash_buf()

12