Home
last modified time | relevance | path

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

123

/linux-5.19.10/drivers/crypto/
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),
/linux-5.19.10/drivers/crypto/keembay/
Dkeembay-ocs-hcu-core.c898 .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-5.19.10/drivers/crypto/qce/
Dsha.c407 unsigned int statesize; member
418 .statesize = sizeof(struct qce_sha_saved_state),
427 .statesize = sizeof(struct qce_sha_saved_state),
436 .statesize = sizeof(struct qce_sha_saved_state),
445 .statesize = sizeof(struct qce_sha_saved_state),
474 alg->halg.statesize = def->statesize; in qce_ahash_register_one()
/linux-5.19.10/drivers/crypto/inside-secure/
Dsafexcel_hash.c994 .statesize = sizeof(struct safexcel_ahash_export_state),
1246 .statesize = sizeof(struct safexcel_ahash_export_state),
1303 .statesize = sizeof(struct safexcel_ahash_export_state),
1360 .statesize = sizeof(struct safexcel_ahash_export_state),
1432 .statesize = sizeof(struct safexcel_ahash_export_state),
1504 .statesize = sizeof(struct safexcel_ahash_export_state),
1561 .statesize = sizeof(struct safexcel_ahash_export_state),
1618 .statesize = sizeof(struct safexcel_ahash_export_state),
1690 .statesize = sizeof(struct safexcel_ahash_export_state),
1762 .statesize = sizeof(struct safexcel_ahash_export_state),
[all …]
/linux-5.19.10/arch/s390/crypto/
Dsha3_256_s390.c77 .statesize = sizeof(struct sha3_state),
106 .statesize = sizeof(struct sha3_state),
Dsha256_s390.c69 .statesize = sizeof(struct sha256_state),
105 .statesize = sizeof(struct sha256_state),
Dsha3_512_s390.c84 .statesize = sizeof(struct sha3_state),
115 .statesize = sizeof(struct sha3_state),
Dsha512_s390.c74 .statesize = sizeof(struct sha512_state),
112 .statesize = sizeof(struct sha512_state),
Dsha1_s390.c76 .statesize = sizeof(struct sha1_state),
/linux-5.19.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()
/linux-5.19.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),
/linux-5.19.10/arch/powerpc/crypto/
Dsha256-spe-glue.c190 .statesize = sizeof(struct sha256_state),
206 .statesize = sizeof(struct sha256_state),
Dsha1.c113 .statesize = sizeof(struct sha1_state),
Dmd5-glue.c131 .statesize = sizeof(struct md5_state),
Dsha1-spe-glue.c164 .statesize = sizeof(struct sha1_state),
/linux-5.19.10/drivers/crypto/rockchip/
Drk3288_crypto_ahash.c327 .statesize = sizeof(struct sha1_state),
357 .statesize = sizeof(struct sha256_state),
387 .statesize = sizeof(struct md5_state),
/linux-5.19.10/drivers/crypto/stm32/
Dstm32-hash.c1135 .statesize = sizeof(struct stm32_hash_request_ctx),
1161 .statesize = sizeof(struct stm32_hash_request_ctx),
1186 .statesize = sizeof(struct stm32_hash_request_ctx),
1212 .statesize = sizeof(struct stm32_hash_request_ctx),
1240 .statesize = sizeof(struct stm32_hash_request_ctx),
1266 .statesize = sizeof(struct stm32_hash_request_ctx),
1291 .statesize = sizeof(struct stm32_hash_request_ctx),
1317 .statesize = sizeof(struct stm32_hash_request_ctx),
/linux-5.19.10/crypto/
Dhmac.c202 ss = salg->statesize; in hmac_create()
217 inst->alg.statesize = ss; in hmac_create()
/linux-5.19.10/drivers/crypto/allwinner/sun8i-ce/
Dsun8i-ce-core.c394 .statesize = sizeof(struct md5_state),
424 .statesize = sizeof(struct sha1_state),
454 .statesize = sizeof(struct sha256_state),
484 .statesize = sizeof(struct sha256_state),
514 .statesize = sizeof(struct sha512_state),
544 .statesize = sizeof(struct sha512_state),
/linux-5.19.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),
425 .statesize = sizeof(struct sha1_state),
/linux-5.19.10/drivers/crypto/marvell/cesa/
Dhash.c946 .statesize = sizeof(struct md5_state),
1017 .statesize = sizeof(struct sha1_state),
1091 .statesize = sizeof(struct sha256_state),
1326 .statesize = sizeof(struct md5_state),
1397 .statesize = sizeof(struct sha1_state),
1468 .statesize = sizeof(struct sha256_state),
/linux-5.19.10/arch/sparc/crypto/
Dsha1_glue.c127 .statesize = sizeof(struct sha1_state),
Dmd5_glue.c143 .statesize = sizeof(struct md5_state),
/linux-5.19.10/drivers/crypto/caam/
Dcaamhash.c1599 .statesize = sizeof(struct caam_export_state),
1620 .statesize = sizeof(struct caam_export_state),
1641 .statesize = sizeof(struct caam_export_state),
1662 .statesize = sizeof(struct caam_export_state),
1683 .statesize = sizeof(struct caam_export_state),
1704 .statesize = sizeof(struct caam_export_state),
1723 .statesize = sizeof(struct caam_export_state),
1742 .statesize = sizeof(struct caam_export_state),

123