| /OK3568_Linux_fs/kernel/arch/x86/crypto/ |
| H A D | sha256_ssse3_glue.c | 106 .finup = sha256_ssse3_finup, 120 .finup = sha256_ssse3_finup, 171 .finup = sha256_avx_finup, 185 .finup = sha256_avx_finup, 247 .finup = sha256_avx2_finup, 261 .finup = sha256_avx2_finup, 322 .finup = sha256_ni_finup, 336 .finup = sha256_ni_finup,
|
| H A D | sha512_ssse3_glue.c | 104 .finup = sha512_ssse3_finup, 118 .finup = sha512_ssse3_finup, 180 .finup = sha512_avx_finup, 194 .finup = sha512_avx_finup, 246 .finup = sha512_avx2_finup, 260 .finup = sha512_avx2_finup,
|
| H A D | sha1_ssse3_glue.c | 92 .finup = sha1_ssse3_finup, 141 .finup = sha1_avx_finup, 223 .finup = sha1_avx2_finup, 273 .finup = sha1_ni_finup,
|
| H A D | crc32c-intel_glue.c | 201 .finup = crc32c_intel_finup, 230 alg.finup = crc32c_pcl_intel_finup; in crc32c_intel_mod_init()
|
| /OK3568_Linux_fs/kernel/arch/arm64/crypto/ |
| H A D | sha256-glue.c | 72 .finup = crypto_sha256_arm64_finup, 84 .finup = crypto_sha256_arm64_finup, 152 .finup = sha256_finup_neon, 164 .finup = sha256_finup_neon,
|
| H A D | sha512-glue.c | 60 .finup = sha512_finup, 72 .finup = sha512_finup,
|
| H A D | sha512-ce-glue.c | 88 .finup = sha512_ce_finup, 100 .finup = sha512_ce_finup,
|
| H A D | sha2-ce-glue.c | 140 .finup = sha256_ce_finup, 157 .finup = sha256_ce_finup,
|
| /OK3568_Linux_fs/kernel/drivers/crypto/caam/ |
| H A D | caamhash.c | 118 int (*finup)(struct ahash_request *req); member 130 int (*finup)(struct ahash_request *req); member 1289 state->finup = ahash_finup_ctx; in ahash_update_no_ctx() 1469 state->finup = ahash_finup_ctx; in ahash_update_first() 1473 state->finup = ahash_finup_no_ctx; in ahash_update_first() 1501 state->finup = ahash_finup_first; in ahash_init() 1524 return state->finup(req); in ahash_finup() 1546 export->finup = state->finup; in ahash_export() 1562 state->finup = export->finup; in ahash_import() 1589 .finup = ahash_finup, [all …]
|
| /OK3568_Linux_fs/kernel/arch/arm/crypto/ |
| H A D | sha512-neon-glue.c | 69 .finup = sha512_neon_finup, 84 .finup = sha512_neon_finup,
|
| H A D | sha256_neon_glue.c | 71 .finup = crypto_sha256_neon_finup, 85 .finup = crypto_sha256_neon_finup,
|
| H A D | sha2-ce-glue.c | 72 .finup = sha2_ce_finup, 86 .finup = sha2_ce_finup,
|
| H A D | sha512-glue.c | 56 .finup = sha512_arm_finup, 70 .finup = sha512_arm_finup,
|
| H A D | sha256_glue.c | 62 .finup = crypto_sha256_arm_finup, 76 .finup = crypto_sha256_arm_finup,
|
| /OK3568_Linux_fs/kernel/drivers/crypto/inside-secure/ |
| H A D | safexcel_hash.c | 987 .finup = safexcel_ahash_finup, 1238 .finup = safexcel_ahash_finup, 1296 .finup = safexcel_ahash_finup, 1353 .finup = safexcel_ahash_finup, 1424 .finup = safexcel_ahash_finup, 1496 .finup = safexcel_ahash_finup, 1554 .finup = safexcel_ahash_finup, 1611 .finup = safexcel_ahash_finup, 1682 .finup = safexcel_ahash_finup, 1754 .finup = safexcel_ahash_finup, [all …]
|
| /OK3568_Linux_fs/kernel/crypto/ |
| H A D | sha256_generic.c | 78 .finup = crypto_sha256_finup, 92 .finup = crypto_sha256_finup,
|
| H A D | shash.c | 193 return shash->finup(desc, data, len, out); in crypto_shash_finup() 400 crt->finup = shash_async_finup; in crypto_init_shash_ops_async() 540 if (!alg->finup) in shash_prepare_alg() 541 alg->finup = shash_finup_unaligned; in shash_prepare_alg()
|
| /OK3568_Linux_fs/kernel/arch/s390/crypto/ |
| H A D | crc32-vx.c | 230 .finup = crc32le_vx_finup, 251 .finup = crc32be_vx_finup, 272 .finup = crc32c_vx_finup,
|
| /OK3568_Linux_fs/kernel/drivers/crypto/mediatek/ |
| H A D | mtk-sha.c | 920 .finup = mtk_sha_finup, 943 .finup = mtk_sha_finup, 966 .finup = mtk_sha_finup, 989 .finup = mtk_sha_finup, 1015 .finup = mtk_sha_finup, 1041 .finup = mtk_sha_finup, 1070 .finup = mtk_sha_finup, 1093 .finup = mtk_sha_finup, 1116 .finup = mtk_sha_finup, 1142 .finup = mtk_sha_finup,
|
| /OK3568_Linux_fs/kernel/include/crypto/ |
| H A D | hash.h | 138 int (*finup)(struct ahash_request *req); member 203 int (*finup)(struct shash_desc *desc, const u8 *data, member 228 int (*finup)(struct ahash_request *req); member
|
| /OK3568_Linux_fs/kernel/drivers/crypto/ |
| H A D | omap-sham.c | 1446 .finup = omap_sham_finup, 1468 .finup = omap_sham_finup, 1490 .finup = omap_sham_finup, 1514 .finup = omap_sham_finup, 1542 .finup = omap_sham_finup, 1564 .finup = omap_sham_finup, 1586 .finup = omap_sham_finup, 1610 .finup = omap_sham_finup, 1637 .finup = omap_sham_finup, 1659 .finup = omap_sham_finup, [all …]
|
| H A D | s5p-sss.c | 369 bool finup; member 1218 bool final = ctx->finup; in s5p_hash_prepare_request() 1420 err = s5p_hash_xmit_dma(dd, ctx->total, ctx->finup); in s5p_hash_handle_queue() 1421 if (err != -EINPROGRESS && ctx->finup && !ctx->error) in s5p_hash_handle_queue() 1551 ctx->finup = true; in s5p_hash_final() 1576 ctx->finup = true; in s5p_hash_finup() 1606 ctx->finup = false; in s5p_hash_init() 1737 .finup = s5p_hash_finup, 1762 .finup = s5p_hash_finup, 1787 .finup = s5p_hash_finup,
|
| /OK3568_Linux_fs/kernel/drivers/crypto/stm32/ |
| H A D | stm32-hash.c | 1128 .finup = stm32_hash_finup, 1153 .finup = stm32_hash_finup, 1179 .finup = stm32_hash_finup, 1204 .finup = stm32_hash_finup, 1233 .finup = stm32_hash_finup, 1258 .finup = stm32_hash_finup, 1284 .finup = stm32_hash_finup, 1309 .finup = stm32_hash_finup,
|
| /OK3568_Linux_fs/kernel/drivers/crypto/allwinner/sun8i-ce/ |
| H A D | sun8i-ce-core.c | 369 .finup = sun8i_ce_hash_finup, 399 .finup = sun8i_ce_hash_finup, 429 .finup = sun8i_ce_hash_finup, 459 .finup = sun8i_ce_hash_finup, 489 .finup = sun8i_ce_hash_finup, 519 .finup = sun8i_ce_hash_finup,
|
| /OK3568_Linux_fs/kernel/drivers/crypto/rockchip/ |
| H A D | rk3288_crypto_ahash.c | 321 .finup = rk_ahash_finup, 351 .finup = rk_ahash_finup, 381 .finup = rk_ahash_finup,
|