| /linux/drivers/crypto/starfive/ |
| H A D | jh7110-hash.c | 562 .base.finup = starfive_hash_finup, 590 .base.finup = starfive_hash_finup, 619 .base.finup = starfive_hash_finup, 647 .base.finup = starfive_hash_finup, 676 .base.finup = starfive_hash_finup, 704 .base.finup = starfive_hash_finup, 733 .base.finup = starfive_hash_finup, 761 .base.finup = starfive_hash_finup, 790 .base.finup = starfive_hash_finup, 818 .base.finup = starfive_hash_finup,
|
| /linux/drivers/crypto/ |
| H A D | padlock-sha.c | 196 .finup = padlock_sha1_finup, 220 .finup = padlock_sha256_finup, 283 .finup = padlock_sha1_finup, 303 .finup = padlock_sha256_finup,
|
| H A D | omap-sham.c | 1427 .base.finup = omap_sham_finup, 1449 .base.finup = omap_sham_finup, 1471 .base.finup = omap_sham_finup, 1495 .base.finup = omap_sham_finup, 1523 .base.finup = omap_sham_finup, 1545 .base.finup = omap_sham_finup, 1567 .base.finup = omap_sham_finup, 1591 .base.finup = omap_sham_finup, 1618 .base.finup = omap_sham_finup, 1640 .base.finup = omap_sham_finup, [all …]
|
| H A D | s5p-sss.c | 365 bool finup; member 1196 bool final = ctx->finup; in s5p_hash_prepare_request() 1396 err = s5p_hash_xmit_dma(dd, ctx->total, ctx->finup); in s5p_hash_handle_queue() 1397 if (err != -EINPROGRESS && ctx->finup && !ctx->error) in s5p_hash_handle_queue() 1527 ctx->finup = true; in s5p_hash_final() 1552 ctx->finup = true; in s5p_hash_finup() 1582 ctx->finup = false; in s5p_hash_init() 1713 .finup = s5p_hash_finup, 1737 .finup = s5p_hash_finup, 1761 .finup = s5p_hash_finup,
|
| H A D | sa2ul.c | 2054 .finup = sa_sha_finup, 2083 .finup = sa_sha_finup, 2112 .finup = sa_sha_finup,
|
| H A D | atmel-sha.c | 1268 alg->finup = atmel_sha_finup; in atmel_sha_alg_init()
|
| /linux/drivers/crypto/caam/ |
| H A D | caamhash.c | 123 int (*finup)(struct ahash_request *req); member 135 int (*finup)(struct ahash_request *req); member 1297 state->finup = ahash_finup_ctx; in ahash_update_no_ctx() 1477 state->finup = ahash_finup_ctx; in ahash_update_first() 1481 state->finup = ahash_finup_no_ctx; in ahash_update_first() 1509 state->finup = ahash_finup_first; in ahash_init() 1532 return state->finup(req); in ahash_finup() 1554 export->finup = state->finup; in ahash_export() 1570 state->finup = export->finup; in ahash_import() 1597 .finup = ahash_finup, [all …]
|
| H A D | caamalg_qi2.c | 3086 int (*finup)(struct ahash_request *req); member 3095 int (*finup)(struct ahash_request *req); member 4084 state->finup = ahash_finup_ctx; in ahash_update_no_ctx() 4306 state->finup = ahash_finup_ctx; in ahash_update_first() 4310 state->finup = ahash_finup_no_ctx; in ahash_update_first() 4338 state->finup = ahash_finup_first; in ahash_init() 4361 return state->finup(req); in ahash_finup() 4383 export->finup = state->finup; in ahash_export() 4399 state->finup = export->finup; in ahash_import() 4426 .finup = ahash_finup, [all …]
|
| /linux/drivers/crypto/inside-secure/eip93/ |
| H A D | eip93-hash.c | 640 .finup = eip93_hash_finup, 670 .finup = eip93_hash_finup, 700 .finup = eip93_hash_finup, 730 .finup = eip93_hash_finup, 760 .finup = eip93_hash_finup, 791 .finup = eip93_hash_finup, 822 .finup = eip93_hash_finup, 853 .finup = eip93_hash_finup,
|
| /linux/drivers/crypto/inside-secure/ |
| H A D | safexcel_hash.c | 986 .finup = safexcel_ahash_finup, 1211 .finup = safexcel_ahash_finup, 1269 .finup = safexcel_ahash_finup, 1326 .finup = safexcel_ahash_finup, 1397 .finup = safexcel_ahash_finup, 1469 .finup = safexcel_ahash_finup, 1527 .finup = safexcel_ahash_finup, 1584 .finup = safexcel_ahash_finup, 1655 .finup = safexcel_ahash_finup, 1727 .finup = safexcel_ahash_finup, [all …]
|
| /linux/crypto/ |
| H A D | wp512.c | 1090 .finup = wp512_finup, 1103 .finup = wp384_finup, 1116 .finup = wp256_finup,
|
| H A D | crc32.c | 98 .finup = crc32_finup,
|
| H A D | crc32c.c | 136 .finup = chksum_finup,
|
| /linux/arch/arm64/crypto/ |
| H A D | sm3-neon-glue.c | 40 .finup = sm3_neon_finup,
|
| H A D | sm3-ce-glue.c | 48 .finup = sm3_ce_finup,
|
| H A D | sm4-ce-glue.c | 639 .finup = sm4_cmac_finup, 657 .finup = sm4_cmac_finup, 673 .finup = sm4_cbcmac_finup,
|
| /linux/Documentation/crypto/ |
| H A D | devel-algos.rst | 188 .init() -> .update() -> .finup() ! .update() may not be called 220 .import -> .finup() 226 - _not_ call any of .final(), .finup() or .export() at any point in future
|
| /linux/drivers/crypto/ccp/ |
| H A D | ccp-crypto-aes-cmac.c | 368 alg->finup = ccp_aes_cmac_finup; in ccp_register_aes_cmac_algs()
|
| H A D | ccp-crypto-sha.c | 477 alg->finup = ccp_sha_finup; in ccp_register_sha_alg()
|
| /linux/drivers/crypto/bcm/ |
| H A D | cipher.c | 4425 hash->finup = ahash_finup; in spu_register_ahash() 4437 hash->finup = ahash_hmac_finup; in spu_register_ahash()
|
| /linux/drivers/crypto/tegra/ |
| H A D | tegra-se-aes.c | 1964 .finup = tegra_cmac_finup,
|