Home
last modified time | relevance | path

Searched refs:ahash_request_set_callback (Results 1 – 25 of 29) sorted by relevance

12

/linux/fs/verity/
A Dhash_algs.c193 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()
/linux/crypto/
A Dchacha20poly1305.c181 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()
A Dauthenc.c150 ahash_request_set_callback(ahreq, flags, in crypto_authenc_genicv()
297 ahash_request_set_callback(ahreq, aead_request_flags(req), in crypto_authenc_decrypt()
A Dauthencesn.c148 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()
A Dgcm.c210 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()
A Dalgif_hash.c438 ahash_request_set_callback(&ctx->req, CRYPTO_TFM_REQ_MAY_BACKLOG, in hash_accept_parent_nokey()
A Dahash.c267 ahash_request_set_callback(req, priv->flags, in ahash_restore_req()
A Dccm.c200 ahash_request_set_callback(ahreq, pctx->flags, NULL, NULL); in crypto_ccm_auth()
A Dtestmgr.c1412 ahash_request_set_callback(req, req_flags, crypto_req_done, in test_ahash_vec_cfg()
1434 ahash_request_set_callback(req, req_flags, crypto_req_done, &wait); in test_ahash_vec_cfg()
1448 ahash_request_set_callback(req, req_flags, in test_ahash_vec_cfg()
1492 ahash_request_set_callback(req, req_flags, crypto_req_done, &wait); in test_ahash_vec_cfg()
A Dtcrypt.c857 ahash_request_set_callback(data[i].req, 0, crypto_req_done, in test_mb_ahash_speed()
1102 ahash_request_set_callback(req, CRYPTO_TFM_REQ_MAY_BACKLOG, in test_ahash_speed_common()
/linux/Documentation/crypto/
A Dapi-digest.rst26 …: ahash_request_set_tfm ahash_request_alloc ahash_request_free ahash_request_set_callback ahash_re…
A Dapi-intro.rst73 ahash_request_set_callback(req, 0, NULL, NULL);
/linux/net/ipv4/
A Dah4.c235 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()
/linux/security/integrity/ima/
A Dima_crypto.c347 ahash_request_set_callback(req, CRYPTO_TFM_REQ_MAY_BACKLOG | in ima_calc_file_hash_atfm()
678 ahash_request_set_callback(req, CRYPTO_TFM_REQ_MAY_BACKLOG | in calc_buffer_ahash_atfm()
/linux/net/ipv6/
A Dah6.c426 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()
/linux/net/sunrpc/auth_gss/
A Dgss_krb5_crypto.c176 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()
/linux/drivers/scsi/
A Discsi_tcp.c568 ahash_request_set_callback(tcp_sw_conn->tx_hash, 0, NULL, NULL); in iscsi_sw_tcp_conn_create()
573 ahash_request_set_callback(tcp_sw_conn->rx_hash, 0, NULL, NULL); in iscsi_sw_tcp_conn_create()
/linux/include/crypto/
A Dhash.h659 static inline void ahash_request_set_callback(struct ahash_request *req, in ahash_request_set_callback() function
/linux/drivers/target/iscsi/
A Discsi_target_login.c99 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()
/linux/drivers/crypto/marvell/cesa/
A Dhash.c1131 ahash_request_set_callback(req, CRYPTO_TFM_REQ_MAY_BACKLOG, in mv_cesa_ahmac_iv_state_init()
1174 ahash_request_set_callback(req, CRYPTO_TFM_REQ_MAY_BACKLOG, in mv_cesa_ahmac_pad_init()
/linux/drivers/crypto/qce/
A Dsha.c367 ahash_request_set_callback(req, CRYPTO_TFM_REQ_MAY_BACKLOG, in qce_ahash_hmac_setkey()
/linux/drivers/crypto/inside-secure/
A Dsafexcel_hash.c635 ahash_request_set_callback(req, CRYPTO_TFM_REQ_MAY_BACKLOG, in safexcel_ahash_exit_inv()
1077 ahash_request_set_callback(areq, CRYPTO_TFM_REQ_MAY_BACKLOG, in safexcel_hmac_init_pad()
1117 ahash_request_set_callback(areq, CRYPTO_TFM_REQ_MAY_BACKLOG, in safexcel_hmac_init_iv()
2429 ahash_request_set_callback(subreq, req->base.flags, in safexcel_sha3_fbcheck()
/linux/drivers/nvme/target/
A Dtcp.c842 ahash_request_set_callback(queue->snd_hash, 0, NULL, NULL); in nvmet_tcp_alloc_crypto()
847 ahash_request_set_callback(queue->rcv_hash, 0, NULL, NULL); in nvmet_tcp_alloc_crypto()
/linux/drivers/crypto/keembay/
A Dkeembay-ocs-hcu-core.c804 ahash_request_set_callback(req, CRYPTO_TFM_REQ_MAY_BACKLOG, in kmb_ocs_hcu_setkey()
/linux/drivers/md/
A Ddm-verity-target.c135 ahash_request_set_callback(req, CRYPTO_TFM_REQ_MAY_SLEEP | in verity_hash_init()

Completed in 56 milliseconds

12