/Linux-v4.19/drivers/crypto/rockchip/ |
D | rk3288_crypto_ahash.c | 23 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in zero_message_process() 85 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in rk_ahash_init() 98 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in rk_ahash_update() 113 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in rk_ahash_final() 127 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in rk_ahash_finup() 144 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in rk_ahash_import() 157 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in rk_ahash_export() 213 tfm = crypto_ahash_reqtfm(req); in rk_ahash_start() 264 tfm = crypto_ahash_reqtfm(req); in rk_ahash_crypto_rx()
|
/Linux-v4.19/crypto/ |
D | ahash.c | 144 walk->alignmask = crypto_ahash_alignmask(crypto_ahash_reqtfm(req)); in crypto_hash_walk_first() 162 walk->alignmask = crypto_ahash_alignmask(crypto_ahash_reqtfm(req)); in crypto_ahash_walk_first() 226 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in ahash_save_req() 287 crypto_ahash_digestsize(crypto_ahash_reqtfm(req))); in ahash_restore_req() 356 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in crypto_ahash_op() 367 return crypto_ahash_op(req, crypto_ahash_reqtfm(req)->final); in crypto_ahash_final() 373 return crypto_ahash_op(req, crypto_ahash_reqtfm(req)->finup); in crypto_ahash_finup() 379 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in crypto_ahash_digest() 407 err = crypto_ahash_reqtfm(req)->final(req); in ahash_def_finup_finish1() 436 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in ahash_def_finup()
|
D | algif_hash.c | 44 ds = crypto_ahash_digestsize(crypto_ahash_reqtfm(&ctx->req)); in hash_alloc_result() 62 ds = crypto_ahash_digestsize(crypto_ahash_reqtfm(&ctx->req)); in hash_free_result() 194 unsigned ds = crypto_ahash_digestsize(crypto_ahash_reqtfm(&ctx->req)); in hash_recvmsg() 242 char state[crypto_ahash_statesize(crypto_ahash_reqtfm(req)) ? : 1]; in hash_accept()
|
D | shash.c | 223 struct crypto_shash **ctx = crypto_ahash_ctx(crypto_ahash_reqtfm(req)); in shash_async_init() 278 struct crypto_shash **ctx = crypto_ahash_ctx(crypto_ahash_reqtfm(req)); in shash_async_finup() 314 struct crypto_shash **ctx = crypto_ahash_ctx(crypto_ahash_reqtfm(req)); in shash_async_digest() 330 struct crypto_shash **ctx = crypto_ahash_ctx(crypto_ahash_reqtfm(req)); in shash_async_import()
|
/Linux-v4.19/include/crypto/ |
D | hash.h | 375 static inline struct crypto_ahash *crypto_ahash_reqtfm( in crypto_ahash_reqtfm() function 467 return crypto_ahash_reqtfm(req)->export(req, out); in crypto_ahash_export() 483 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in crypto_ahash_import() 504 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in crypto_ahash_init() 525 return crypto_ahash_reqtfm(req)->update(req); in crypto_ahash_update() 591 crypto_ahash_reqsize(crypto_ahash_reqtfm(req))); in ahash_request_zero()
|
/Linux-v4.19/arch/arm/crypto/ |
D | ghash-ce-glue.c | 164 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in ghash_async_init() 179 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in ghash_async_update() 197 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in ghash_async_final() 214 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in ghash_async_digest() 237 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in ghash_async_import()
|
/Linux-v4.19/drivers/crypto/inside-secure/ |
D | safexcel_hash.c | 154 struct crypto_ahash *ahash = crypto_ahash_reqtfm(areq); in safexcel_handle_req_result() 205 struct crypto_ahash *ahash = crypto_ahash_reqtfm(areq); in safexcel_ahash_send_req() 207 struct safexcel_ahash_ctx *ctx = crypto_ahash_ctx(crypto_ahash_reqtfm(areq)); in safexcel_ahash_send_req() 356 struct safexcel_ahash_ctx *ctx = crypto_ahash_ctx(crypto_ahash_reqtfm(areq)); in safexcel_ahash_needs_inv_get() 382 struct crypto_ahash *ahash = crypto_ahash_reqtfm(areq); in safexcel_handle_inv_result() 451 struct safexcel_ahash_ctx *ctx = crypto_ahash_ctx(crypto_ahash_reqtfm(areq)); in safexcel_ahash_send_inv() 525 struct crypto_ahash *ahash = crypto_ahash_reqtfm(areq); in safexcel_ahash_cache() 555 struct safexcel_ahash_ctx *ctx = crypto_ahash_ctx(crypto_ahash_reqtfm(areq)); in safexcel_ahash_enqueue() 601 struct crypto_ahash *ahash = crypto_ahash_reqtfm(areq); in safexcel_ahash_update() 633 struct safexcel_ahash_ctx *ctx = crypto_ahash_ctx(crypto_ahash_reqtfm(areq)); in safexcel_ahash_final() [all …]
|
/Linux-v4.19/arch/x86/crypto/ |
D | ghash-clmulni-intel_glue.c | 166 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in ghash_async_init() 181 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in ghash_async_update() 199 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in ghash_async_final() 239 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in ghash_async_digest()
|
/Linux-v4.19/arch/x86/crypto/sha1-mb/ |
D | sha1_mb.c | 764 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in sha1_mb_async_init() 778 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in sha1_mb_async_update() 791 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in sha1_mb_async_finup() 804 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in sha1_mb_async_final() 815 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in sha1_mb_async_digest() 828 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in sha1_mb_async_export() 840 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in sha1_mb_async_import()
|
/Linux-v4.19/arch/x86/crypto/sha256-mb/ |
D | sha256_mb.c | 763 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in sha256_mb_async_init() 777 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in sha256_mb_async_update() 790 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in sha256_mb_async_finup() 803 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in sha256_mb_async_final() 814 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in sha256_mb_async_digest() 827 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in sha256_mb_async_export() 839 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in sha256_mb_async_import()
|
/Linux-v4.19/arch/x86/crypto/sha512-mb/ |
D | sha512_mb.c | 796 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in sha512_mb_async_init() 810 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in sha512_mb_async_update() 823 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in sha512_mb_async_finup() 836 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in sha512_mb_async_final() 847 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in sha512_mb_async_digest() 860 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in sha512_mb_async_export() 872 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in sha512_mb_async_import()
|
/Linux-v4.19/drivers/crypto/stm32/ |
D | stm32-hash.c | 241 struct crypto_ahash *tfm = crypto_ahash_reqtfm(hdev->req); in stm32_hash_write_key() 269 struct crypto_ahash *tfm = crypto_ahash_reqtfm(hdev->req); in stm32_hash_write_ctrl() 495 struct crypto_ahash *tfm = crypto_ahash_reqtfm(hdev->req); in stm32_hash_hmac_dma_send() 672 struct stm32_hash_ctx *ctx = crypto_ahash_ctx(crypto_ahash_reqtfm(req)); in stm32_hash_dma_aligned_data() 697 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in stm32_hash_init() 855 struct stm32_hash_ctx *ctx = crypto_ahash_ctx(crypto_ahash_reqtfm(req)); in stm32_hash_prepare_req() 876 struct stm32_hash_ctx *ctx = crypto_ahash_ctx(crypto_ahash_reqtfm(req)); in stm32_hash_one_request() 942 struct stm32_hash_ctx *ctx = crypto_ahash_ctx(crypto_ahash_reqtfm(req)); in stm32_hash_finup() 973 struct stm32_hash_ctx *ctx = crypto_ahash_ctx(crypto_ahash_reqtfm(req)); in stm32_hash_export() 1006 struct stm32_hash_ctx *ctx = crypto_ahash_ctx(crypto_ahash_reqtfm(req)); in stm32_hash_import()
|
/Linux-v4.19/drivers/crypto/ccree/ |
D | cc_hash.c | 272 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in cc_update_complete() 286 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in cc_digest_complete() 302 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in cc_hash_complete() 318 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in cc_fin_result() 342 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in cc_fin_hmac() 395 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in cc_hash_digest() 532 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in cc_hash_update() 608 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in cc_do_finup() 688 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in cc_hash_init() 1105 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in cc_mac_update() [all …]
|
/Linux-v4.19/drivers/crypto/caam/ |
D | caamhash.c | 530 struct crypto_ahash *ahash = crypto_ahash_reqtfm(req); in ahash_unmap_ctx() 546 struct crypto_ahash *ahash = crypto_ahash_reqtfm(req); in ahash_done() 580 struct crypto_ahash *ahash = crypto_ahash_reqtfm(req); in ahash_done_bi() 615 struct crypto_ahash *ahash = crypto_ahash_reqtfm(req); in ahash_done_ctx_src() 649 struct crypto_ahash *ahash = crypto_ahash_reqtfm(req); in ahash_done_ctx_dst() 741 struct crypto_ahash *ahash = crypto_ahash_reqtfm(req); in ahash_update_ctx() 871 struct crypto_ahash *ahash = crypto_ahash_reqtfm(req); in ahash_final_ctx() 946 struct crypto_ahash *ahash = crypto_ahash_reqtfm(req); in ahash_finup_ctx() 1033 struct crypto_ahash *ahash = crypto_ahash_reqtfm(req); in ahash_digest() 1113 struct crypto_ahash *ahash = crypto_ahash_reqtfm(req); in ahash_final_no_ctx() [all …]
|
/Linux-v4.19/drivers/crypto/ |
D | img-hash.c | 486 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in img_hash_init() 551 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in img_hash_update() 566 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in img_hash_final() 580 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in img_hash_finup() 596 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in img_hash_import() 609 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in img_hash_export() 621 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in img_hash_digest()
|
D | atmel-sha.c | 430 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in atmel_sha_init() 1758 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in atmel_sha_hmac_setup() 1819 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in atmel_sha_hmac_prehash_key_done() 1836 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in atmel_sha_hmac_compute_ipad_hash() 1855 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in atmel_sha_hmac_compute_opad_hash() 1871 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in atmel_sha_hmac_setup_done() 1947 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in atmel_sha_hmac_init_done() 1964 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in atmel_sha_hmac_final() 2023 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in atmel_sha_hmac_digest2() 2407 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in atmel_sha_authenc_init() [all …]
|
D | mxs-dcp.c | 513 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in mxs_dcp_run_sha() 563 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in dcp_sha_req_to_buf() 680 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in dcp_sha_init() 710 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in dcp_sha_update_fx()
|
D | n2_core.c | 311 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in n2_hash_async_init() 323 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in n2_hash_async_update() 337 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in n2_hash_async_final() 350 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in n2_hash_async_finup() 526 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in n2_do_async_digest() 632 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in n2_hmac_async_digest()
|
/Linux-v4.19/drivers/crypto/qce/ |
D | sha.c | 41 struct crypto_ahash *ahash = crypto_ahash_reqtfm(req); in qce_ahash_done() 149 struct crypto_ahash *ahash = crypto_ahash_reqtfm(req); in qce_ahash_export() 180 struct crypto_ahash *ahash = crypto_ahash_reqtfm(req); in qce_import_common() 236 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in qce_ahash_update()
|
/Linux-v4.19/Documentation/crypto/ |
D | api-digest.rst | 17 …_ahash crypto_free_ahash crypto_ahash_init crypto_ahash_digestsize crypto_ahash_reqtfm crypto_ahas…
|
/Linux-v4.19/drivers/crypto/ux500/hash/ |
D | hash_core.c | 551 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in hash_init() 856 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in hash_dma_final() 962 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in hash_hw_final() 1069 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in hash_hw_update() 1353 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in ahash_sha1_init() 1366 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in ahash_sha256_init() 1419 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in hmac_sha1_init() 1432 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in hmac_sha256_init()
|
/Linux-v4.19/drivers/crypto/ccp/ |
D | ccp-crypto-sha.c | 31 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in ccp_sha_complete() 62 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in ccp_do_sha_update() 185 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in ccp_sha_init()
|
D | ccp-crypto-aes-cmac.c | 30 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in ccp_aes_cmac_complete() 61 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in ccp_do_cmac_update()
|
/Linux-v4.19/drivers/crypto/marvell/ |
D | hash.c | 173 digsize = crypto_ahash_digestsize(crypto_ahash_reqtfm(req)); in mv_cesa_ahash_std_step() 333 digsize = crypto_ahash_digestsize(crypto_ahash_reqtfm(ahashreq)); in mv_cesa_ahash_complete() 813 struct crypto_ahash *ahash = crypto_ahash_reqtfm(req); in mv_cesa_ahash_export() 831 struct crypto_ahash *ahash = crypto_ahash_reqtfm(req); in mv_cesa_ahash_import() 1161 keylen = crypto_ahash_digestsize(crypto_ahash_reqtfm(req)); in mv_cesa_ahmac_pad_init()
|
/Linux-v4.19/drivers/crypto/sunxi-ss/ |
D | sun4i-ss-hash.c | 41 struct crypto_ahash *tfm = crypto_ahash_reqtfm(areq); in sun4i_hash_init() 184 struct crypto_ahash *tfm = crypto_ahash_reqtfm(areq); in sun4i_hash()
|