Home
last modified time | relevance | path

Searched refs:statesize (Results 1 – 25 of 60) sorted by relevance

123

/kernel/linux/linux-5.10/drivers/crypto/
Dpadlock-sha.c231 .statesize = sizeof(struct sha1_state),
254 .statesize = sizeof(struct sha256_state),
439 int statesize = crypto_shash_statesize(desc->tfm); in padlock_sha_export_nano() local
442 memcpy(out, sctx, statesize); in padlock_sha_export_nano()
449 int statesize = crypto_shash_statesize(desc->tfm); in padlock_sha_import_nano() local
452 memcpy(sctx, in, statesize); in padlock_sha_import_nano()
464 .statesize = sizeof(struct sha1_state),
482 .statesize = sizeof(struct sha256_state),
/kernel/linux/linux-5.10/drivers/crypto/qce/
Dsha.c442 unsigned int statesize; member
453 .statesize = sizeof(struct sha1_state),
462 .statesize = sizeof(struct sha256_state),
471 .statesize = sizeof(struct sha1_state),
480 .statesize = sizeof(struct sha256_state),
509 alg->halg.statesize = def->statesize; in qce_ahash_register_one()
/kernel/linux/linux-5.10/drivers/crypto/inside-secure/
Dsafexcel_hash.c992 .statesize = sizeof(struct safexcel_ahash_export_state),
1244 .statesize = sizeof(struct safexcel_ahash_export_state),
1301 .statesize = sizeof(struct safexcel_ahash_export_state),
1358 .statesize = sizeof(struct safexcel_ahash_export_state),
1430 .statesize = sizeof(struct safexcel_ahash_export_state),
1502 .statesize = sizeof(struct safexcel_ahash_export_state),
1559 .statesize = sizeof(struct safexcel_ahash_export_state),
1616 .statesize = sizeof(struct safexcel_ahash_export_state),
1688 .statesize = sizeof(struct safexcel_ahash_export_state),
1760 .statesize = sizeof(struct safexcel_ahash_export_state),
[all …]
/kernel/linux/linux-5.10/arch/s390/crypto/
Dsha3_256_s390.c78 .statesize = sizeof(struct sha3_state),
107 .statesize = sizeof(struct sha3_state),
Dsha3_512_s390.c85 .statesize = sizeof(struct sha3_state),
116 .statesize = sizeof(struct sha3_state),
Dsha512_s390.c74 .statesize = sizeof(struct sha512_state),
112 .statesize = sizeof(struct sha512_state),
Dsha256_s390.c69 .statesize = sizeof(struct sha256_state),
105 .statesize = sizeof(struct sha256_state),
Dsha1_s390.c76 .statesize = sizeof(struct sha1_state),
/kernel/linux/linux-5.10/include/crypto/
Dhash.h44 unsigned int statesize; member
219 unsigned int statesize; member
373 return crypto_hash_alg_common(tfm)->statesize; in crypto_ahash_statesize()
793 return crypto_shash_alg(tfm)->statesize; in crypto_shash_statesize()
/kernel/linux/linux-5.10/arch/arm64/crypto/
Dsha2-ce-glue.c144 .statesize = sizeof(struct sha256_state),
161 .statesize = sizeof(struct sha256_state),
Dsha1-ce-glue.c125 .statesize = sizeof(struct sha1_state),
/kernel/linux/linux-5.10/drivers/crypto/mediatek/
Dmtk-sha.c925 .halg.statesize = sizeof(struct mtk_sha_reqctx),
948 .halg.statesize = sizeof(struct mtk_sha_reqctx),
971 .halg.statesize = sizeof(struct mtk_sha_reqctx),
995 .halg.statesize = sizeof(struct mtk_sha_reqctx),
1021 .halg.statesize = sizeof(struct mtk_sha_reqctx),
1047 .halg.statesize = sizeof(struct mtk_sha_reqctx),
1075 .halg.statesize = sizeof(struct mtk_sha_reqctx),
1098 .halg.statesize = sizeof(struct mtk_sha_reqctx),
1122 .halg.statesize = sizeof(struct mtk_sha_reqctx),
1148 .halg.statesize = sizeof(struct mtk_sha_reqctx),
/kernel/linux/linux-5.10/arch/powerpc/crypto/
Dsha256-spe-glue.c223 .statesize = sizeof(struct sha256_state),
239 .statesize = sizeof(struct sha256_state),
Dsha1.c123 .statesize = sizeof(struct sha1_state),
Dmd5-glue.c131 .statesize = sizeof(struct md5_state),
Dsha1-spe-glue.c177 .statesize = sizeof(struct sha1_state),
/kernel/linux/linux-5.10/drivers/crypto/allwinner/sun8i-ce/
Dsun8i-ce-core.c375 .statesize = sizeof(struct md5_state),
405 .statesize = sizeof(struct sha1_state),
435 .statesize = sizeof(struct sha256_state),
465 .statesize = sizeof(struct sha256_state),
495 .statesize = sizeof(struct sha512_state),
525 .statesize = sizeof(struct sha512_state),
/kernel/linux/linux-5.10/drivers/crypto/stm32/
Dstm32-hash.c1134 .statesize = sizeof(struct stm32_hash_request_ctx),
1160 .statesize = sizeof(struct stm32_hash_request_ctx),
1185 .statesize = sizeof(struct stm32_hash_request_ctx),
1211 .statesize = sizeof(struct stm32_hash_request_ctx),
1239 .statesize = sizeof(struct stm32_hash_request_ctx),
1265 .statesize = sizeof(struct stm32_hash_request_ctx),
1290 .statesize = sizeof(struct stm32_hash_request_ctx),
1316 .statesize = sizeof(struct stm32_hash_request_ctx),
/kernel/linux/linux-5.10/crypto/
Dhmac.c198 ss = salg->statesize; in hmac_create()
213 inst->alg.statesize = ss; in hmac_create()
/kernel/linux/linux-5.10/drivers/crypto/rockchip/
Drk3288_crypto_ahash.c366 .statesize = sizeof(struct sha1_state),
396 .statesize = sizeof(struct sha256_state),
426 .statesize = sizeof(struct md5_state),
/kernel/linux/linux-5.10/drivers/crypto/allwinner/sun8i-ss/
Dsun8i-ss-core.c304 .statesize = sizeof(struct md5_state),
334 .statesize = sizeof(struct sha1_state),
364 .statesize = sizeof(struct sha256_state),
394 .statesize = sizeof(struct sha256_state),
/kernel/linux/linux-5.10/drivers/crypto/marvell/cesa/
Dhash.c922 .statesize = sizeof(struct md5_state),
993 .statesize = sizeof(struct sha1_state),
1067 .statesize = sizeof(struct sha256_state),
1302 .statesize = sizeof(struct md5_state),
1373 .statesize = sizeof(struct sha1_state),
1444 .statesize = sizeof(struct sha256_state),
/kernel/linux/linux-5.10/arch/sparc/crypto/
Dsha1_glue.c137 .statesize = sizeof(struct sha1_state),
Dmd5_glue.c142 .statesize = sizeof(struct md5_state),
/kernel/linux/linux-5.10/drivers/crypto/allwinner/sun4i-ss/
Dsun4i-ss-core.c47 .statesize = sizeof(struct md5_state),
74 .statesize = sizeof(struct sha1_state),

123