/linux-6.3-rc2/drivers/crypto/ |
A D | padlock-sha.c | 232 .statesize = sizeof(struct sha1_state), 255 .statesize = sizeof(struct sha256_state), 440 int statesize = crypto_shash_statesize(desc->tfm); in padlock_sha_export_nano() local 443 memcpy(out, sctx, statesize); in padlock_sha_export_nano() 450 int statesize = crypto_shash_statesize(desc->tfm); in padlock_sha_import_nano() local 453 memcpy(sctx, in, statesize); in padlock_sha_import_nano() 465 .statesize = sizeof(struct sha1_state), 483 .statesize = sizeof(struct sha256_state),
|
/linux-6.3-rc2/drivers/crypto/keembay/ |
A D | keembay-ocs-hcu-core.c | 898 .statesize = sizeof(struct ocs_hcu_rctx), 923 .statesize = sizeof(struct ocs_hcu_rctx), 949 .statesize = sizeof(struct ocs_hcu_rctx), 974 .statesize = sizeof(struct ocs_hcu_rctx), 999 .statesize = sizeof(struct ocs_hcu_rctx), 1024 .statesize = sizeof(struct ocs_hcu_rctx), 1049 .statesize = sizeof(struct ocs_hcu_rctx), 1074 .statesize = sizeof(struct ocs_hcu_rctx), 1099 .statesize = sizeof(struct ocs_hcu_rctx), 1124 .statesize = sizeof(struct ocs_hcu_rctx),
|
/linux-6.3-rc2/drivers/crypto/qce/ |
A D | sha.c | 409 unsigned int statesize; member 420 .statesize = sizeof(struct qce_sha_saved_state), 429 .statesize = sizeof(struct qce_sha_saved_state), 438 .statesize = sizeof(struct qce_sha_saved_state), 447 .statesize = sizeof(struct qce_sha_saved_state), 476 alg->halg.statesize = def->statesize; in qce_ahash_register_one()
|
/linux-6.3-rc2/drivers/crypto/aspeed/ |
A D | aspeed-hace-hash.c | 930 .statesize = sizeof(struct aspeed_sham_reqctx), 959 .statesize = sizeof(struct aspeed_sham_reqctx), 988 .statesize = sizeof(struct aspeed_sham_reqctx), 1019 .statesize = sizeof(struct aspeed_sham_reqctx), 1051 .statesize = sizeof(struct aspeed_sham_reqctx), 1083 .statesize = sizeof(struct aspeed_sham_reqctx), 1116 .statesize = sizeof(struct aspeed_sham_reqctx), 1145 .statesize = sizeof(struct aspeed_sham_reqctx), 1174 .statesize = sizeof(struct aspeed_sham_reqctx), 1203 .statesize = sizeof(struct aspeed_sham_reqctx), [all …]
|
/linux-6.3-rc2/drivers/crypto/inside-secure/ |
A D | safexcel_hash.c | 994 .statesize = sizeof(struct safexcel_ahash_export_state), 1220 .statesize = sizeof(struct safexcel_ahash_export_state), 1277 .statesize = sizeof(struct safexcel_ahash_export_state), 1334 .statesize = sizeof(struct safexcel_ahash_export_state), 1406 .statesize = sizeof(struct safexcel_ahash_export_state), 1478 .statesize = sizeof(struct safexcel_ahash_export_state), 1535 .statesize = sizeof(struct safexcel_ahash_export_state), 1592 .statesize = sizeof(struct safexcel_ahash_export_state), 1664 .statesize = sizeof(struct safexcel_ahash_export_state), 1736 .statesize = sizeof(struct safexcel_ahash_export_state), [all …]
|
/linux-6.3-rc2/arch/s390/crypto/ |
A D | sha3_256_s390.c | 77 .statesize = sizeof(struct sha3_state), 106 .statesize = sizeof(struct sha3_state),
|
A D | sha256_s390.c | 69 .statesize = sizeof(struct sha256_state), 105 .statesize = sizeof(struct sha256_state),
|
A D | sha3_512_s390.c | 84 .statesize = sizeof(struct sha3_state), 115 .statesize = sizeof(struct sha3_state),
|
A D | sha512_s390.c | 74 .statesize = sizeof(struct sha512_state), 112 .statesize = sizeof(struct sha512_state),
|
A D | sha1_s390.c | 76 .statesize = sizeof(struct sha1_state),
|
/linux-6.3-rc2/include/crypto/ |
A D | hash.h | 44 unsigned int statesize; member 219 unsigned int statesize; member 373 return crypto_hash_alg_common(tfm)->statesize; in crypto_ahash_statesize() 795 return crypto_shash_alg(tfm)->statesize; in crypto_shash_statesize()
|
/linux-6.3-rc2/arch/arm64/crypto/ |
A D | sha2-ce-glue.c | 144 .statesize = sizeof(struct sha256_state), 161 .statesize = sizeof(struct sha256_state),
|
A D | sha1-ce-glue.c | 125 .statesize = sizeof(struct sha1_state),
|
/linux-6.3-rc2/arch/powerpc/crypto/ |
A D | sha256-spe-glue.c | 190 .statesize = sizeof(struct sha256_state), 206 .statesize = sizeof(struct sha256_state),
|
A D | sha1.c | 113 .statesize = sizeof(struct sha1_state),
|
A D | md5-glue.c | 131 .statesize = sizeof(struct md5_state),
|
A D | sha1-spe-glue.c | 164 .statesize = sizeof(struct sha1_state),
|
/linux-6.3-rc2/crypto/ |
A D | hmac.c | 202 ss = salg->statesize; in hmac_create() 217 inst->alg.statesize = ss; in hmac_create()
|
/linux-6.3-rc2/drivers/crypto/rockchip/ |
A D | rk3288_crypto_ahash.c | 378 .statesize = sizeof(struct sha1_state), 408 .statesize = sizeof(struct sha256_state), 438 .statesize = sizeof(struct md5_state),
|
/linux-6.3-rc2/drivers/crypto/allwinner/sun8i-ce/ |
A D | sun8i-ce-core.c | 395 .statesize = sizeof(struct md5_state), 425 .statesize = sizeof(struct sha1_state), 455 .statesize = sizeof(struct sha256_state), 485 .statesize = sizeof(struct sha256_state), 515 .statesize = sizeof(struct sha512_state), 545 .statesize = sizeof(struct sha512_state),
|
/linux-6.3-rc2/drivers/crypto/allwinner/sun8i-ss/ |
A D | sun8i-ss-core.c | 305 .statesize = sizeof(struct md5_state), 335 .statesize = sizeof(struct sha1_state), 365 .statesize = sizeof(struct sha256_state), 395 .statesize = sizeof(struct sha256_state), 426 .statesize = sizeof(struct sha1_state),
|
/linux-6.3-rc2/drivers/crypto/stm32/ |
A D | stm32-hash.c | 1258 .statesize = sizeof(struct stm32_hash_request_ctx), 1285 .statesize = sizeof(struct stm32_hash_request_ctx), 1314 .statesize = sizeof(struct stm32_hash_request_ctx), 1341 .statesize = sizeof(struct stm32_hash_request_ctx), 1370 .statesize = sizeof(struct stm32_hash_request_ctx), 1397 .statesize = sizeof(struct stm32_hash_request_ctx), 1426 .statesize = sizeof(struct stm32_hash_request_ctx), 1453 .statesize = sizeof(struct stm32_hash_request_ctx),
|
/linux-6.3-rc2/drivers/crypto/marvell/cesa/ |
A D | hash.c | 946 .statesize = sizeof(struct md5_state), 1017 .statesize = sizeof(struct sha1_state), 1091 .statesize = sizeof(struct sha256_state), 1301 .statesize = sizeof(struct md5_state), 1372 .statesize = sizeof(struct sha1_state), 1443 .statesize = sizeof(struct sha256_state),
|
/linux-6.3-rc2/arch/sparc/crypto/ |
A D | sha1_glue.c | 127 .statesize = sizeof(struct sha1_state),
|
/linux-6.3-rc2/drivers/crypto/caam/ |
A D | caamhash.c | 1607 .statesize = sizeof(struct caam_export_state), 1628 .statesize = sizeof(struct caam_export_state), 1649 .statesize = sizeof(struct caam_export_state), 1670 .statesize = sizeof(struct caam_export_state), 1691 .statesize = sizeof(struct caam_export_state), 1712 .statesize = sizeof(struct caam_export_state), 1731 .statesize = sizeof(struct caam_export_state), 1750 .statesize = sizeof(struct caam_export_state),
|