/linux/drivers/crypto/rockchip/ ! |
H A D | rk3288_crypto_ahash.c | 55 ahash_request_set_callback(&rctx->fallback_req, in rk_ahash_digest_fb() 126 ahash_request_set_callback(&rctx->fallback_req, in rk_ahash_init() 140 ahash_request_set_callback(&rctx->fallback_req, in rk_ahash_update() 155 ahash_request_set_callback(&rctx->fallback_req, in rk_ahash_final() 170 ahash_request_set_callback(&rctx->fallback_req, in rk_ahash_finup() 186 ahash_request_set_callback(&rctx->fallback_req, in rk_ahash_import() 200 ahash_request_set_callback(&rctx->fallback_req, in rk_ahash_export()
|
/linux/drivers/crypto/allwinner/sun8i-ce/ ! |
H A D | sun8i-ce-hash.c | 94 ahash_request_set_callback(&rctx->fallback_req, in sun8i_ce_hash_init() 108 ahash_request_set_callback(&rctx->fallback_req, in sun8i_ce_hash_export() 122 ahash_request_set_callback(&rctx->fallback_req, in sun8i_ce_hash_import() 138 ahash_request_set_callback(&rctx->fallback_req, in sun8i_ce_hash_final() 153 ahash_request_set_callback(&rctx->fallback_req, in sun8i_ce_hash_update() 170 ahash_request_set_callback(&rctx->fallback_req, in sun8i_ce_hash_finup() 188 ahash_request_set_callback(&rctx->fallback_req, in sun8i_ce_hash_digest_fb()
|
/linux/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/crypto/ ! |
H A D | hmac.c | 267 ahash_request_set_callback(req, 0, NULL, NULL); in hmac_setkey_ahash() 345 ahash_request_set_callback(req, ahash_request_flags(preq), in hmac_update_ahash() 363 ahash_request_set_callback(req, ahash_request_flags(preq) & ~mask, in hmac_finup_finish() 390 ahash_request_set_callback(req, ahash_request_flags(preq), in hmac_finup_ahash()
|
H A D | authenc.c | 145 ahash_request_set_callback(ahreq, flags, in crypto_authenc_genicv() 269 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 | gcm.c | 206 ahash_request_set_callback(ahreq, flags, compl, req); in gcm_hash_update() 230 ahash_request_set_callback(ahreq, flags, gcm_hash_len_done, req); in gcm_hash_len() 400 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 | ccm.c | 197 ahash_request_set_callback(ahreq, pctx->flags, NULL, NULL); in crypto_ccm_auth()
|
H A D | testmgr.c | 1532 ahash_request_set_callback(req, req_flags, crypto_req_done, in test_ahash_vec_cfg() 1554 ahash_request_set_callback(req, req_flags, crypto_req_done, &wait); in test_ahash_vec_cfg() 1568 ahash_request_set_callback(req, req_flags, in test_ahash_vec_cfg() 1612 ahash_request_set_callback(req, req_flags, crypto_req_done, &wait); in test_ahash_vec_cfg()
|
/linux/drivers/crypto/tegra/ ! |
H A D | tegra-se-hash.c | 120 ahash_request_set_callback(&rctx->fallback_req, in tegra_sha_fallback_init() 134 ahash_request_set_callback(&rctx->fallback_req, in tegra_sha_fallback_update() 149 ahash_request_set_callback(&rctx->fallback_req, in tegra_sha_fallback_final() 164 ahash_request_set_callback(&rctx->fallback_req, in tegra_sha_fallback_finup() 180 ahash_request_set_callback(&rctx->fallback_req, in tegra_sha_fallback_digest() 196 ahash_request_set_callback(&rctx->fallback_req, in tegra_sha_fallback_import() 210 ahash_request_set_callback(&rctx->fallback_req, in tegra_sha_fallback_export()
|
/linux/Documentation/crypto/ ! |
H A D | api-digest.rst | 26 :functions: ahash_request_set_tfm ahash_request_alloc ahash_request_free ahash_request_set_callback ahash_request_set_crypt
|
H A D | api-intro.rst | 73 ahash_request_set_callback(req, 0, NULL, NULL);
|
/linux/drivers/crypto/ ! |
H A D | padlock-sha.c | 63 ahash_request_set_callback(req, 0, NULL, NULL); in padlock_sha_update() 108 ahash_request_set_callback(req, 0, NULL, NULL); in padlock_sha_finup()
|
H A D | atmel-sha.c | 2270 ahash_request_set_callback(req, 0, atmel_sha_authenc_complete, req); in atmel_sha_authenc_schedule()
|
H A D | talitos.c | 2205 ahash_request_set_callback(req, CRYPTO_TFM_REQ_MAY_BACKLOG, in keyhash()
|
/linux/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/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/include/crypto/internal/ ! |
H A D | hash.h | 336 ahash_request_set_callback(req, ahash_request_flags(old), NULL, NULL); in ahash_fbreq_on_stack_init()
|
/linux/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/include/crypto/ ! |
H A D | hash.h | 640 * ahash_request_set_callback() - set asynchronous callback function 664 static inline void ahash_request_set_callback(struct ahash_request *req, in ahash_request_set_callback() function
|
/linux/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/drivers/crypto/marvell/cesa/ ! |
H A D | hash.c | 1112 ahash_request_set_callback(req, CRYPTO_TFM_REQ_MAY_BACKLOG, in mv_cesa_ahmac_iv_state_init() 1152 ahash_request_set_callback(req, CRYPTO_TFM_REQ_MAY_BACKLOG, in mv_cesa_ahmac_pad_init()
|
/linux/drivers/crypto/inside-secure/ ! |
H A D | safexcel_hash.c | 634 ahash_request_set_callback(req, CRYPTO_TFM_REQ_MAY_BACKLOG, in safexcel_ahash_exit_inv() 1059 ahash_request_set_callback(areq, CRYPTO_TFM_REQ_MAY_BACKLOG, in safexcel_hmac_init_pad() 1095 ahash_request_set_callback(areq, CRYPTO_TFM_REQ_MAY_BACKLOG, in safexcel_hmac_init_iv() 2298 ahash_request_set_callback(subreq, req->base.flags, in safexcel_sha3_fbcheck()
|
/linux/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()
|