| /linux-6.15/crypto/ |
| H A 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()
|
| H A D | authenc.c | 147 ahash_request_set_callback(ahreq, flags, in crypto_authenc_genicv() 289 ahash_request_set_callback(ahreq, aead_request_flags(req), in crypto_authenc_decrypt()
|
| H A D | krb5enc.c | 217 ahash_request_set_callback(ahreq, aead_request_flags(req), in krb5enc_dispatch_encrypt_hash() 293 ahash_request_set_callback(ahreq, aead_request_flags(req), in krb5enc_dispatch_decrypt_hash()
|
| H A D | authencesn.c | 143 ahash_request_set_callback(ahreq, flags, in crypto_authenc_esn_genicv() 302 ahash_request_set_callback(ahreq, aead_request_flags(req), in crypto_authenc_esn_decrypt()
|
| H A 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() 404 ahash_request_set_callback(ahreq, flags, gcm_hash_init_done, req); in gcm_hash()
|
| H A D | algif_hash.c | 427 ahash_request_set_callback(&ctx->req, CRYPTO_TFM_REQ_MAY_BACKLOG, in hash_accept_parent_nokey()
|
| H A D | tcrypt.c | 853 ahash_request_set_callback(data[i].req, 0, NULL, NULL); in test_mb_ahash_speed() 856 ahash_request_set_callback(data[0].req, 0, in test_mb_ahash_speed() 1101 ahash_request_set_callback(req, CRYPTO_TFM_REQ_MAY_BACKLOG, in test_ahash_speed_common()
|
| H A D | ccm.c | 201 ahash_request_set_callback(ahreq, pctx->flags, NULL, NULL); in crypto_ccm_auth()
|
| H A D | testmgr.c | 1540 ahash_request_set_callback(req, req_flags, crypto_req_done, in test_ahash_vec_cfg() 1562 ahash_request_set_callback(req, req_flags, crypto_req_done, &wait); in test_ahash_vec_cfg() 1576 ahash_request_set_callback(req, req_flags, in test_ahash_vec_cfg() 1620 ahash_request_set_callback(req, req_flags, crypto_req_done, &wait); in test_ahash_vec_cfg()
|
| /linux-6.15/drivers/crypto/starfive/ |
| H A D | jh7110-hash.c | 262 ahash_request_set_callback(&rctx->ahash_fbk_req, in starfive_hash_init() 279 ahash_request_set_callback(&rctx->ahash_fbk_req, in starfive_hash_update() 296 ahash_request_set_callback(&rctx->ahash_fbk_req, in starfive_hash_final() 313 ahash_request_set_callback(&rctx->ahash_fbk_req, in starfive_hash_finup() 350 ahash_request_set_callback(&rctx->ahash_fbk_req, in starfive_hash_export() 364 ahash_request_set_callback(&rctx->ahash_fbk_req, in starfive_hash_import() 429 ahash_request_set_callback(req, CRYPTO_TFM_REQ_MAY_BACKLOG, in starfive_hash_long_setkey()
|
| /linux-6.15/Documentation/crypto/ |
| H A D | api-digest.rst | 26 …: ahash_request_set_tfm ahash_request_alloc ahash_request_free ahash_request_set_callback ahash_re…
|
| H A D | api-intro.rst | 73 ahash_request_set_callback(req, 0, NULL, NULL);
|
| /linux-6.15/net/ipv4/ |
| H A D | ah4.c | 232 ahash_request_set_callback(req, 0, ah_output_done, skb); in ah_output() 407 ahash_request_set_callback(req, 0, ah_input_done, skb); in ah_input()
|
| H A D | tcp_sigpool.c | 282 ahash_request_set_callback(c->req, 0, NULL, NULL); in tcp_sigpool_start()
|
| /linux-6.15/security/integrity/ima/ |
| H A D | ima_crypto.c | 343 ahash_request_set_callback(req, CRYPTO_TFM_REQ_MAY_BACKLOG | in ima_calc_file_hash_atfm() 674 ahash_request_set_callback(req, CRYPTO_TFM_REQ_MAY_BACKLOG | in calc_buffer_ahash_atfm()
|
| /linux-6.15/net/ipv6/ |
| H A D | ah6.c | 420 ahash_request_set_callback(req, 0, ah6_output_done, skb); in ah6_output() 607 ahash_request_set_callback(req, 0, ah6_input_done, skb); in ah6_input()
|
| /linux-6.15/arch/x86/crypto/ |
| H A D | ghash-clmulni-intel_glue.c | 200 ahash_request_set_callback(cryptd_req, req->base.flags, in ghash_init_cryptd_req()
|
| /linux-6.15/net/sunrpc/auth_gss/ |
| H A D | gss_krb5_crypto.c | 185 ahash_request_set_callback(req, CRYPTO_TFM_REQ_MAY_SLEEP, NULL, NULL); in gss_krb5_checksum() 751 ahash_request_set_callback(req, CRYPTO_TFM_REQ_MAY_SLEEP, NULL, NULL); in krb5_etm_checksum()
|
| /linux-6.15/include/crypto/ |
| H A D | hash.h | 621 static inline void ahash_request_set_callback(struct ahash_request *req, in ahash_request_set_callback() function
|
| /linux-6.15/drivers/crypto/qce/ |
| H A D | sha.c | 369 ahash_request_set_callback(req, CRYPTO_TFM_REQ_MAY_BACKLOG, in qce_ahash_hmac_setkey()
|
| /linux-6.15/drivers/crypto/marvell/cesa/ |
| H A D | hash.c | 1114 ahash_request_set_callback(req, CRYPTO_TFM_REQ_MAY_BACKLOG, in mv_cesa_ahmac_iv_state_init() 1154 ahash_request_set_callback(req, CRYPTO_TFM_REQ_MAY_BACKLOG, in mv_cesa_ahmac_pad_init()
|
| /linux-6.15/drivers/crypto/inside-secure/ |
| H A D | safexcel_hash.c | 636 ahash_request_set_callback(req, CRYPTO_TFM_REQ_MAY_BACKLOG, in safexcel_ahash_exit_inv() 1061 ahash_request_set_callback(areq, CRYPTO_TFM_REQ_MAY_BACKLOG, in safexcel_hmac_init_pad() 1097 ahash_request_set_callback(areq, CRYPTO_TFM_REQ_MAY_BACKLOG, in safexcel_hmac_init_iv() 2382 ahash_request_set_callback(subreq, req->base.flags, in safexcel_sha3_fbcheck()
|
| /linux-6.15/drivers/crypto/inside-secure/eip93/ |
| H A D | eip93-common.c | 746 ahash_request_set_callback(req, CRYPTO_TFM_REQ_MAY_BACKLOG, in eip93_hmac_setkey()
|
| /linux-6.15/drivers/crypto/intel/keembay/ |
| H A D | keembay-ocs-hcu-core.c | 804 ahash_request_set_callback(req, CRYPTO_TFM_REQ_MAY_BACKLOG, in kmb_ocs_hcu_setkey()
|
| /linux-6.15/drivers/nvme/target/ |
| H A D | tcp.c | 880 ahash_request_set_callback(queue->snd_hash, 0, NULL, NULL); in nvmet_tcp_alloc_crypto() 885 ahash_request_set_callback(queue->rcv_hash, 0, NULL, NULL); in nvmet_tcp_alloc_crypto()
|