Home
last modified time | relevance | path

Searched refs:statesize (Results 1 - 25 of 122) sorted by relevance

12345

/kernel/linux/linux-5.10/drivers/crypto/
H A 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-6.6/drivers/crypto/
H A Dpadlock-sha.c232 .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),
/kernel/linux/linux-6.6/drivers/crypto/inside-secure/
H A Dsafexcel_hash.c994 .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
[all...]
/kernel/linux/linux-6.6/drivers/crypto/starfive/
H A Djh7110-hash.c621 .statesize = sizeof(struct sha256_state),
651 .statesize = sizeof(struct sha256_state),
680 .statesize = sizeof(struct sha256_state),
710 .statesize = sizeof(struct sha256_state),
739 .statesize = sizeof(struct sha512_state),
769 .statesize = sizeof(struct sha512_state),
798 .statesize = sizeof(struct sha512_state),
828 .statesize = sizeof(struct sha512_state),
857 .statesize = sizeof(struct sm3_state),
887 .statesize
[all...]
/kernel/linux/linux-6.6/drivers/crypto/intel/keembay/
H A Dkeembay-ocs-hcu-core.c893 .statesize = sizeof(struct ocs_hcu_rctx),
919 .statesize = sizeof(struct ocs_hcu_rctx),
946 .statesize = sizeof(struct ocs_hcu_rctx),
972 .statesize = sizeof(struct ocs_hcu_rctx),
998 .statesize = sizeof(struct ocs_hcu_rctx),
1024 .statesize = sizeof(struct ocs_hcu_rctx),
1050 .statesize = sizeof(struct ocs_hcu_rctx),
1076 .statesize = sizeof(struct ocs_hcu_rctx),
1102 .statesize = sizeof(struct ocs_hcu_rctx),
1128 .statesize
[all...]
/kernel/linux/linux-6.6/drivers/crypto/stm32/
H A Dstm32-hash.c1277 .statesize = sizeof(struct stm32_hash_state),
1307 .statesize = sizeof(struct stm32_hash_state),
1339 .statesize = sizeof(struct stm32_hash_state),
1369 .statesize = sizeof(struct stm32_hash_state),
1401 .statesize = sizeof(struct stm32_hash_state),
1431 .statesize = sizeof(struct stm32_hash_state),
1463 .statesize = sizeof(struct stm32_hash_state),
1493 .statesize = sizeof(struct stm32_hash_state),
1525 .statesize = sizeof(struct stm32_hash_state),
1555 .statesize
[all...]
/kernel/linux/linux-5.10/drivers/crypto/qce/
H A 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-6.6/drivers/crypto/qce/
H A Dsha.c409 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()
/kernel/linux/linux-5.10/arch/s390/crypto/
H A Dsha3_512_s390.c85 .statesize = sizeof(struct sha3_state),
116 .statesize = sizeof(struct sha3_state),
H A Dsha3_256_s390.c78 .statesize = sizeof(struct sha3_state),
107 .statesize = sizeof(struct sha3_state),
H A Dsha256_s390.c69 .statesize = sizeof(struct sha256_state),
105 .statesize = sizeof(struct sha256_state),
H A Dsha512_s390.c74 .statesize = sizeof(struct sha512_state),
112 .statesize = sizeof(struct sha512_state),
/kernel/linux/linux-6.6/arch/s390/crypto/
H A Dsha256_s390.c69 .statesize = sizeof(struct sha256_state),
105 .statesize = sizeof(struct sha256_state),
H A Dsha3_512_s390.c84 .statesize = sizeof(struct sha3_state),
115 .statesize = sizeof(struct sha3_state),
H A Dsha3_256_s390.c77 .statesize = sizeof(struct sha3_state),
106 .statesize = sizeof(struct sha3_state),
H A Dsha512_s390.c74 .statesize = sizeof(struct sha512_state),
112 .statesize = sizeof(struct sha512_state),
/kernel/linux/linux-5.10/drivers/crypto/inside-secure/
H A 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
[all...]
/kernel/linux/linux-5.10/drivers/crypto/mediatek/
H A 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
[all...]
/kernel/linux/linux-6.6/drivers/crypto/aspeed/
H A Daspeed-hace-hash.c863 .statesize = sizeof(struct aspeed_sham_reqctx),
895 .statesize = sizeof(struct aspeed_sham_reqctx),
927 .statesize = sizeof(struct aspeed_sham_reqctx),
961 .statesize = sizeof(struct aspeed_sham_reqctx),
996 .statesize = sizeof(struct aspeed_sham_reqctx),
1031 .statesize = sizeof(struct aspeed_sham_reqctx),
1067 .statesize = sizeof(struct aspeed_sham_reqctx),
1099 .statesize = sizeof(struct aspeed_sham_reqctx),
1133 .statesize = sizeof(struct aspeed_sham_reqctx),
1168 .statesize
[all...]
/kernel/linux/linux-5.10/arch/arm64/crypto/
H A Dsha2-ce-glue.c144 .statesize = sizeof(struct sha256_state),
161 .statesize = sizeof(struct sha256_state),
/kernel/linux/linux-6.6/arch/arm64/crypto/
H A Dsha2-ce-glue.c144 .statesize = sizeof(struct sha256_state),
161 .statesize = sizeof(struct sha256_state),
/kernel/linux/linux-5.10/include/crypto/
H A Dhash.h32 * @statesize: Size of the block for partial state of the transformation. A
44 unsigned int statesize; member
192 * @statesize: see struct ahash_alg
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-6.6/include/crypto/
H A Dhash.h52 * @statesize: Size of the block for partial state of the transformation. A
66 unsigned int statesize; \
216 * @statesize: see struct ahash_alg
263 unsigned int statesize; member
404 return tfm->statesize; in crypto_ahash_statesize()
847 return crypto_shash_alg(tfm)->statesize; in crypto_shash_statesize()
/kernel/linux/linux-5.10/drivers/crypto/allwinner/sun8i-ce/
H A 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/arch/powerpc/crypto/
H A Dsha256-spe-glue.c223 .statesize = sizeof(struct sha256_state),
239 .statesize = sizeof(struct sha256_state),

Completed in 25 milliseconds

12345