| /OK3568_Linux_fs/kernel/drivers/crypto/rockchip/ |
| H A D | rk_crypto_v1_ahash.c | 26 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in rk_alg_ctx_cast() 50 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in zero_message_process() 131 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in rk_ahash_init() 144 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in rk_ahash_update() 159 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in rk_ahash_final() 173 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in rk_ahash_finup() 190 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in rk_ahash_import() 203 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in rk_ahash_export() 248 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in rk_ahash_start() 316 tfm = crypto_ahash_reqtfm(req); in rk_ahash_crypto_rx()
|
| H A D | rk3288_crypto_ahash.c | 21 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in zero_message_process() 83 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in rk_ahash_init() 96 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in rk_ahash_update() 111 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in rk_ahash_final() 125 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in rk_ahash_finup() 142 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in rk_ahash_import() 155 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in rk_ahash_export() 211 tfm = crypto_ahash_reqtfm(req); in rk_ahash_start() 262 tfm = crypto_ahash_reqtfm(req); in rk_ahash_crypto_rx()
|
| H A D | rk_crypto_ahash_utils.c | 49 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in rk_ahash_ctx_cast() 145 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in rk_ahash_get_zero_result() 197 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in rk_ahash_init() 210 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in rk_ahash_update() 226 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in rk_ahash_final() 250 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in rk_ahash_finup() 286 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in rk_ahash_start() 442 tfm = crypto_ahash_reqtfm(req); in rk_ahash_crypto_rx()
|
| /OK3568_Linux_fs/kernel/crypto/ |
| H A D | ahash.c | 129 walk->alignmask = crypto_ahash_alignmask(crypto_ahash_reqtfm(req)); in crypto_hash_walk_first() 201 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in ahash_save_req() 262 crypto_ahash_digestsize(crypto_ahash_reqtfm(req))); in ahash_restore_req() 331 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in crypto_ahash_op() 342 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in crypto_ahash_final() 348 ret = crypto_ahash_op(req, crypto_ahash_reqtfm(req)->final); in crypto_ahash_final() 356 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in crypto_ahash_finup() 362 ret = crypto_ahash_op(req, crypto_ahash_reqtfm(req)->finup); in crypto_ahash_finup() 370 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in crypto_ahash_digest() 404 err = crypto_ahash_reqtfm(req)->final(req); in ahash_def_finup_finish1() [all …]
|
| H A D | shash.c | 259 struct crypto_shash **ctx = crypto_ahash_ctx(crypto_ahash_reqtfm(req)); in shash_async_init() 313 struct crypto_shash **ctx = crypto_ahash_ctx(crypto_ahash_reqtfm(req)); in shash_async_finup() 347 struct crypto_shash **ctx = crypto_ahash_ctx(crypto_ahash_reqtfm(req)); in shash_async_digest() 362 struct crypto_shash **ctx = crypto_ahash_ctx(crypto_ahash_reqtfm(req)); in shash_async_import()
|
| H A D | algif_hash.c | 39 ds = crypto_ahash_digestsize(crypto_ahash_reqtfm(&ctx->req)); in hash_alloc_result() 57 ds = crypto_ahash_digestsize(crypto_ahash_reqtfm(&ctx->req)); in hash_free_result() 189 unsigned ds = crypto_ahash_digestsize(crypto_ahash_reqtfm(&ctx->req)); in hash_recvmsg()
|
| /OK3568_Linux_fs/kernel/drivers/crypto/allwinner/sun8i-ce/ |
| H A D | sun8i-ce-hash.c | 76 struct crypto_ahash *tfm = crypto_ahash_reqtfm(areq); in sun8i_ce_hash_init() 90 struct crypto_ahash *tfm = crypto_ahash_reqtfm(areq); in sun8i_ce_hash_export() 102 struct crypto_ahash *tfm = crypto_ahash_reqtfm(areq); in sun8i_ce_hash_import() 114 struct crypto_ahash *tfm = crypto_ahash_reqtfm(areq); in sun8i_ce_hash_final() 137 struct crypto_ahash *tfm = crypto_ahash_reqtfm(areq); in sun8i_ce_hash_update() 152 struct crypto_ahash *tfm = crypto_ahash_reqtfm(areq); in sun8i_ce_hash_finup() 177 struct crypto_ahash *tfm = crypto_ahash_reqtfm(areq); in sun8i_ce_hash_digest_fb() 219 struct crypto_ahash *tfm = crypto_ahash_reqtfm(areq); in sun8i_ce_hash_digest() 253 struct crypto_ahash *tfm = crypto_ahash_reqtfm(areq); in sun8i_ce_hash_run()
|
| /OK3568_Linux_fs/kernel/include/crypto/ |
| H A D | hash.h | 401 static inline struct crypto_ahash *crypto_ahash_reqtfm( in crypto_ahash_reqtfm() function 493 return crypto_ahash_reqtfm(req)->export(req, out); in crypto_ahash_export() 509 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in crypto_ahash_import() 530 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in crypto_ahash_init() 551 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in crypto_ahash_update() 557 ret = crypto_ahash_reqtfm(req)->update(req); in crypto_ahash_update() 625 crypto_ahash_reqsize(crypto_ahash_reqtfm(req))); in ahash_request_zero()
|
| /OK3568_Linux_fs/kernel/drivers/crypto/allwinner/sun8i-ss/ |
| H A D | sun8i-ss-hash.c | 76 struct crypto_ahash *tfm = crypto_ahash_reqtfm(areq); in sun8i_ss_hash_init() 90 struct crypto_ahash *tfm = crypto_ahash_reqtfm(areq); in sun8i_ss_hash_export() 102 struct crypto_ahash *tfm = crypto_ahash_reqtfm(areq); in sun8i_ss_hash_import() 114 struct crypto_ahash *tfm = crypto_ahash_reqtfm(areq); in sun8i_ss_hash_final() 137 struct crypto_ahash *tfm = crypto_ahash_reqtfm(areq); in sun8i_ss_hash_update() 152 struct crypto_ahash *tfm = crypto_ahash_reqtfm(areq); in sun8i_ss_hash_finup() 177 struct crypto_ahash *tfm = crypto_ahash_reqtfm(areq); in sun8i_ss_hash_digest_fb() 284 struct crypto_ahash *tfm = crypto_ahash_reqtfm(areq); in sun8i_ss_hash_digest() 321 struct crypto_ahash *tfm = crypto_ahash_reqtfm(areq); in sun8i_ss_hash_run()
|
| /OK3568_Linux_fs/kernel/drivers/crypto/inside-secure/ |
| H A D | safexcel_hash.c | 232 struct crypto_ahash *ahash = crypto_ahash_reqtfm(areq); in safexcel_handle_req_result() 315 struct safexcel_ahash_ctx *ctx = crypto_ahash_ctx(crypto_ahash_reqtfm(areq)); in safexcel_ahash_send_req() 523 struct crypto_ahash *ahash = crypto_ahash_reqtfm(areq); in safexcel_handle_inv_result() 592 struct safexcel_ahash_ctx *ctx = crypto_ahash_ctx(crypto_ahash_reqtfm(areq)); in safexcel_ahash_send_inv() 690 struct safexcel_ahash_ctx *ctx = crypto_ahash_ctx(crypto_ahash_reqtfm(areq)); in safexcel_ahash_enqueue() 769 struct safexcel_ahash_ctx *ctx = crypto_ahash_ctx(crypto_ahash_reqtfm(areq)); in safexcel_ahash_final() 936 struct safexcel_ahash_ctx *ctx = crypto_ahash_ctx(crypto_ahash_reqtfm(areq)); in safexcel_sha1_init() 1013 struct safexcel_ahash_ctx *ctx = crypto_ahash_ctx(crypto_ahash_reqtfm(areq)); in safexcel_hmac_sha1_init() 1094 keylen = crypto_ahash_digestsize(crypto_ahash_reqtfm(areq)); in safexcel_hmac_init_pad() 1265 struct safexcel_ahash_ctx *ctx = crypto_ahash_ctx(crypto_ahash_reqtfm(areq)); in safexcel_sha256_init() [all …]
|
| /OK3568_Linux_fs/kernel/arch/arm/crypto/ |
| H A D | ghash-ce-glue.c | 201 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in ghash_async_init() 215 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in ghash_async_update() 233 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in ghash_async_final() 250 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in ghash_async_digest() 272 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in ghash_async_import()
|
| /OK3568_Linux_fs/kernel/arch/x86/crypto/ |
| H A D | ghash-clmulni-intel_glue.c | 162 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in ghash_async_init() 176 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in ghash_async_update() 194 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in ghash_async_final() 234 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in ghash_async_digest()
|
| /OK3568_Linux_fs/kernel/drivers/crypto/stm32/ |
| H A D | stm32-hash.c | 226 struct crypto_ahash *tfm = crypto_ahash_reqtfm(hdev->req); in stm32_hash_write_key() 254 struct crypto_ahash *tfm = crypto_ahash_reqtfm(hdev->req); in stm32_hash_write_ctrl() 480 struct crypto_ahash *tfm = crypto_ahash_reqtfm(hdev->req); in stm32_hash_hmac_dma_send() 658 struct stm32_hash_ctx *ctx = crypto_ahash_ctx(crypto_ahash_reqtfm(req)); in stm32_hash_dma_aligned_data() 683 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in stm32_hash_init() 841 struct stm32_hash_ctx *ctx = crypto_ahash_ctx(crypto_ahash_reqtfm(req)); in stm32_hash_prepare_req() 862 struct stm32_hash_ctx *ctx = crypto_ahash_ctx(crypto_ahash_reqtfm(req)); in stm32_hash_one_request() 928 struct stm32_hash_ctx *ctx = crypto_ahash_ctx(crypto_ahash_reqtfm(req)); in stm32_hash_finup() 959 struct stm32_hash_ctx *ctx = crypto_ahash_ctx(crypto_ahash_reqtfm(req)); in stm32_hash_export() 992 struct stm32_hash_ctx *ctx = crypto_ahash_ctx(crypto_ahash_reqtfm(req)); in stm32_hash_import()
|
| /OK3568_Linux_fs/kernel/drivers/crypto/ccree/ |
| H A D | cc_hash.c | 287 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in cc_update_complete() 305 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in cc_digest_complete() 325 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in cc_hash_complete() 345 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in cc_fin_result() 368 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in cc_fin_hmac() 421 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in cc_hash_digest() 559 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in cc_hash_update() 635 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in cc_do_finup() 715 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in cc_hash_init() 1153 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in cc_mac_update() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/crypto/ |
| H A D | img-hash.c | 484 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in img_hash_init() 549 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in img_hash_update() 564 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in img_hash_final() 578 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in img_hash_finup() 594 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in img_hash_import() 607 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in img_hash_export() 619 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in img_hash_digest()
|
| H A D | mxs-dcp.c | 549 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in mxs_dcp_run_sha() 619 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in dcp_sha_req_to_buf() 724 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in dcp_sha_init() 754 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in dcp_sha_update_fx() 816 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in dcp_sha_import() 831 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in dcp_sha_export()
|
| H A D | atmel-sha.c | 427 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in atmel_sha_init() 1689 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in atmel_sha_hmac_setup() 1750 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in atmel_sha_hmac_prehash_key_done() 1767 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in atmel_sha_hmac_compute_ipad_hash() 1786 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in atmel_sha_hmac_compute_opad_hash() 1802 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in atmel_sha_hmac_setup_done() 1873 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in atmel_sha_hmac_init_done() 1890 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in atmel_sha_hmac_final() 1949 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in atmel_sha_hmac_digest2() 2258 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in atmel_sha_authenc_init() [all …]
|
| H A D | sa2ul.c | 1343 tfm = crypto_ahash_reqtfm(req); in sa_sha_dma_in_callback() 1359 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in zero_message_process() 1381 struct sa_tfm_ctx *ctx = crypto_ahash_ctx(crypto_ahash_reqtfm(req)); in sa_sha_run() 1517 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in sa_sha_init() 1533 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in sa_sha_update() 1548 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in sa_sha_final() 1562 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in sa_sha_finup() 1580 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in sa_sha_import() 1593 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in sa_sha_export()
|
| /OK3568_Linux_fs/kernel/drivers/crypto/caam/ |
| H A D | caamhash.c | 581 struct crypto_ahash *ahash = crypto_ahash_reqtfm(req); in ahash_done_cpy() 632 struct crypto_ahash *ahash = crypto_ahash_reqtfm(req); in ahash_done_switch() 697 struct crypto_ahash *ahash = crypto_ahash_reqtfm(req); in ahash_edesc_alloc() 758 struct caam_hash_ctx *ctx = crypto_ahash_ctx(crypto_ahash_reqtfm(req)); in ahash_do_one_req() 814 struct crypto_ahash *ahash = crypto_ahash_reqtfm(req); in ahash_update_ctx() 939 struct crypto_ahash *ahash = crypto_ahash_reqtfm(req); in ahash_final_ctx() 1000 struct crypto_ahash *ahash = crypto_ahash_reqtfm(req); in ahash_finup_ctx() 1074 struct crypto_ahash *ahash = crypto_ahash_reqtfm(req); in ahash_digest() 1141 struct crypto_ahash *ahash = crypto_ahash_reqtfm(req); in ahash_final_no_ctx() 1190 struct crypto_ahash *ahash = crypto_ahash_reqtfm(req); in ahash_update_no_ctx() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/crypto/qce/ |
| H A D | sha.c | 34 struct crypto_ahash *ahash = crypto_ahash_reqtfm(req); in qce_ahash_done() 142 struct crypto_ahash *ahash = crypto_ahash_reqtfm(req); in qce_ahash_export() 173 struct crypto_ahash *ahash = crypto_ahash_reqtfm(req); in qce_import_common() 237 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in qce_ahash_update()
|
| /OK3568_Linux_fs/kernel/drivers/crypto/ux500/hash/ |
| H A D | hash_core.c | 551 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in ux500_hash_init() 856 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in hash_dma_final() 963 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in hash_hw_final() 1072 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in hash_hw_update() 1362 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in ahash_sha1_init() 1375 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in ahash_sha256_init() 1428 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in hmac_sha1_init() 1441 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in hmac_sha256_init()
|
| /OK3568_Linux_fs/kernel/Documentation/crypto/ |
| H A D | api-digest.rst | 17 …_ahash crypto_free_ahash crypto_ahash_init crypto_ahash_digestsize crypto_ahash_reqtfm crypto_ahas…
|
| /OK3568_Linux_fs/kernel/drivers/crypto/ccp/ |
| H A D | ccp-crypto-sha.c | 29 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in ccp_sha_complete() 60 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in ccp_do_sha_update() 183 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in ccp_sha_init()
|
| H A D | ccp-crypto-aes-cmac.c | 27 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in ccp_aes_cmac_complete() 58 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in ccp_do_cmac_update()
|
| /OK3568_Linux_fs/kernel/drivers/crypto/marvell/cesa/ |
| H A D | hash.c | 173 digsize = crypto_ahash_digestsize(crypto_ahash_reqtfm(req)); in mv_cesa_ahash_std_step() 336 digsize = crypto_ahash_digestsize(crypto_ahash_reqtfm(ahashreq)); in mv_cesa_ahash_complete() 819 struct crypto_ahash *ahash = crypto_ahash_reqtfm(req); in mv_cesa_ahash_export() 837 struct crypto_ahash *ahash = crypto_ahash_reqtfm(req); in mv_cesa_ahash_import() 1169 keylen = crypto_ahash_digestsize(crypto_ahash_reqtfm(req)); in mv_cesa_ahmac_pad_init()
|