/kernel/linux/linux-5.10/fs/verity/ |
D | hash_algs.c | 193 ahash_request_set_callback(req, CRYPTO_TFM_REQ_MAY_SLEEP | in fsverity_prepare_hash_state() 246 ahash_request_set_callback(req, CRYPTO_TFM_REQ_MAY_SLEEP | in fsverity_hash_page() 293 ahash_request_set_callback(req, CRYPTO_TFM_REQ_MAY_SLEEP | in fsverity_hash_buffer()
|
/kernel/linux/linux-5.10/crypto/ |
D | chacha20poly1305.c | 181 ahash_request_set_callback(&preq->req, rctx->flags, in poly_tail() 211 ahash_request_set_callback(&preq->req, rctx->flags, in poly_cipherpad() 241 ahash_request_set_callback(&preq->req, rctx->flags, in poly_cipher() 270 ahash_request_set_callback(&preq->req, rctx->flags, in poly_adpad() 294 ahash_request_set_callback(&preq->req, rctx->flags, in poly_ad() 320 ahash_request_set_callback(&preq->req, rctx->flags, in poly_setkey() 344 ahash_request_set_callback(&preq->req, rctx->flags, in poly_init()
|
D | authenc.c | 150 ahash_request_set_callback(ahreq, flags, in crypto_authenc_genicv() 297 ahash_request_set_callback(ahreq, aead_request_flags(req), in crypto_authenc_decrypt()
|
D | authencesn.c | 148 ahash_request_set_callback(ahreq, flags, in crypto_authenc_esn_genicv() 311 ahash_request_set_callback(ahreq, aead_request_flags(req), in crypto_authenc_esn_decrypt()
|
D | gcm.c | 210 ahash_request_set_callback(ahreq, flags, compl, req); in gcm_hash_update() 234 ahash_request_set_callback(ahreq, flags, gcm_hash_len_done, req); in gcm_hash_len() 406 ahash_request_set_callback(ahreq, flags, gcm_hash_init_done, req); in gcm_hash()
|
D | algif_hash.c | 438 ahash_request_set_callback(&ctx->req, CRYPTO_TFM_REQ_MAY_BACKLOG, in hash_accept_parent_nokey()
|
D | ahash.c | 267 ahash_request_set_callback(req, priv->flags, in ahash_restore_req()
|
D | ccm.c | 199 ahash_request_set_callback(ahreq, pctx->flags, NULL, NULL); in crypto_ccm_auth()
|
D | testmgr.c | 1414 ahash_request_set_callback(req, req_flags, crypto_req_done, in test_ahash_vec_cfg() 1436 ahash_request_set_callback(req, req_flags, crypto_req_done, &wait); in test_ahash_vec_cfg() 1450 ahash_request_set_callback(req, req_flags, in test_ahash_vec_cfg() 1494 ahash_request_set_callback(req, req_flags, crypto_req_done, &wait); in test_ahash_vec_cfg()
|
D | tcrypt.c | 844 ahash_request_set_callback(data[i].req, 0, crypto_req_done, in test_mb_ahash_speed() 1089 ahash_request_set_callback(req, CRYPTO_TFM_REQ_MAY_BACKLOG, in test_ahash_speed_common()
|
/kernel/linux/linux-5.10/Documentation/crypto/ |
D | api-digest.rst | 26 …: ahash_request_set_tfm ahash_request_alloc ahash_request_free ahash_request_set_callback ahash_re…
|
D | api-intro.rst | 73 ahash_request_set_callback(req, 0, NULL, NULL);
|
/kernel/linux/linux-5.10/net/ipv4/ |
D | ah4.c | 235 ahash_request_set_callback(req, 0, ah_output_done, skb); in ah_output() 410 ahash_request_set_callback(req, 0, ah_input_done, skb); in ah_input()
|
/kernel/linux/linux-5.10/security/integrity/ima/ |
D | ima_crypto.c | 348 ahash_request_set_callback(req, CRYPTO_TFM_REQ_MAY_BACKLOG | in ima_calc_file_hash_atfm() 679 ahash_request_set_callback(req, CRYPTO_TFM_REQ_MAY_BACKLOG | in calc_buffer_ahash_atfm()
|
/kernel/linux/linux-5.10/net/ipv6/ |
D | ah6.c | 426 ahash_request_set_callback(req, 0, ah6_output_done, skb); in ah6_output() 613 ahash_request_set_callback(req, 0, ah6_input_done, skb); in ah6_input()
|
/kernel/linux/linux-5.10/net/sunrpc/auth_gss/ |
D | gss_krb5_crypto.c | 176 ahash_request_set_callback(req, CRYPTO_TFM_REQ_MAY_SLEEP, NULL, NULL); in make_checksum() 272 ahash_request_set_callback(req, CRYPTO_TFM_REQ_MAY_SLEEP, NULL, NULL); in make_checksum_v2()
|
/kernel/linux/linux-5.10/include/crypto/ |
D | hash.h | 659 static inline void ahash_request_set_callback(struct ahash_request *req, in ahash_request_set_callback() function
|
/kernel/linux/linux-5.10/drivers/scsi/ |
D | iscsi_tcp.c | 570 ahash_request_set_callback(tcp_sw_conn->tx_hash, 0, NULL, NULL); in iscsi_sw_tcp_conn_create() 575 ahash_request_set_callback(tcp_sw_conn->rx_hash, 0, NULL, NULL); in iscsi_sw_tcp_conn_create()
|
/kernel/linux/linux-5.10/drivers/target/iscsi/ |
D | iscsi_target_login.c | 99 ahash_request_set_callback(conn->conn_rx_hash, 0, NULL, NULL); in iscsi_login_setup_crypto() 109 ahash_request_set_callback(conn->conn_tx_hash, 0, NULL, NULL); in iscsi_login_setup_crypto()
|
/kernel/linux/linux-5.10/drivers/crypto/qce/ |
D | sha.c | 402 ahash_request_set_callback(req, CRYPTO_TFM_REQ_MAY_BACKLOG, in qce_ahash_hmac_setkey()
|
/kernel/linux/linux-5.10/drivers/crypto/marvell/cesa/ |
D | hash.c | 1107 ahash_request_set_callback(req, CRYPTO_TFM_REQ_MAY_BACKLOG, in mv_cesa_ahmac_iv_state_init() 1150 ahash_request_set_callback(req, CRYPTO_TFM_REQ_MAY_BACKLOG, in mv_cesa_ahmac_pad_init()
|
/kernel/linux/linux-5.10/drivers/crypto/inside-secure/ |
D | safexcel_hash.c | 633 ahash_request_set_callback(req, CRYPTO_TFM_REQ_MAY_BACKLOG, in safexcel_ahash_exit_inv() 1075 ahash_request_set_callback(areq, CRYPTO_TFM_REQ_MAY_BACKLOG, in safexcel_hmac_init_pad() 1115 ahash_request_set_callback(areq, CRYPTO_TFM_REQ_MAY_BACKLOG, in safexcel_hmac_init_iv() 2427 ahash_request_set_callback(subreq, req->base.flags, in safexcel_sha3_fbcheck()
|
/kernel/linux/linux-5.10/drivers/nvme/target/ |
D | tcp.c | 821 ahash_request_set_callback(queue->snd_hash, 0, NULL, NULL); in nvmet_tcp_alloc_crypto() 826 ahash_request_set_callback(queue->rcv_hash, 0, NULL, NULL); in nvmet_tcp_alloc_crypto()
|
/kernel/linux/linux-5.10/drivers/md/ |
D | dm-verity-target.c | 134 ahash_request_set_callback(req, CRYPTO_TFM_REQ_MAY_SLEEP | in verity_hash_init()
|
/kernel/linux/linux-5.10/drivers/nvme/host/ |
D | tcp.c | 1224 ahash_request_set_callback(queue->snd_hash, 0, NULL, NULL); in nvme_tcp_alloc_crypto() 1229 ahash_request_set_callback(queue->rcv_hash, 0, NULL, NULL); in nvme_tcp_alloc_crypto()
|