Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/crypto/
Dpadlock-sha.c253 .statesize = sizeof(struct sha1_state),
277 .statesize = sizeof(struct sha256_state),
475 int statesize = crypto_shash_statesize(desc->tfm); in padlock_sha_export_nano() local
478 memcpy(out, sctx, statesize); in padlock_sha_export_nano()
485 int statesize = crypto_shash_statesize(desc->tfm); in padlock_sha_import_nano() local
488 memcpy(sctx, in, statesize); in padlock_sha_import_nano()
500 .statesize = sizeof(struct sha1_state),
519 .statesize = sizeof(struct sha256_state),
Dtalitos.c2401 .halg.statesize = sizeof(struct talitos_export_state),
2417 .halg.statesize = sizeof(struct talitos_export_state),
2433 .halg.statesize = sizeof(struct talitos_export_state),
2449 .halg.statesize = sizeof(struct talitos_export_state),
2465 .halg.statesize = sizeof(struct talitos_export_state),
2481 .halg.statesize = sizeof(struct talitos_export_state),
2497 .halg.statesize = sizeof(struct talitos_export_state),
2513 .halg.statesize = sizeof(struct talitos_export_state),
2529 .halg.statesize = sizeof(struct talitos_export_state),
2545 .halg.statesize = sizeof(struct talitos_export_state),
[all …]
/linux-4.4.14/drivers/staging/skein/
Dskein_generic.c136 .statesize = sizeof(struct skein_256_ctx),
154 .statesize = sizeof(struct skein_512_ctx),
172 .statesize = sizeof(struct skein_1024_ctx),
/linux-4.4.14/drivers/crypto/qce/
Dsha.c452 unsigned int statesize; member
463 .statesize = sizeof(struct sha1_state),
472 .statesize = sizeof(struct sha256_state),
481 .statesize = sizeof(struct sha1_state),
490 .statesize = sizeof(struct sha256_state),
519 alg->halg.statesize = def->statesize; in qce_ahash_register_one()
/linux-4.4.14/include/crypto/
Dhash.h48 unsigned int statesize; member
190 unsigned int statesize; member
311 return crypto_hash_alg_common(tfm)->statesize; in crypto_ahash_statesize()
706 return crypto_shash_alg(tfm)->statesize; in crypto_shash_statesize()
/linux-4.4.14/arch/s390/crypto/
Dsha256_s390.c74 .statesize = sizeof(struct sha256_state),
111 .statesize = sizeof(struct sha256_state),
Dsha512_s390.c79 .statesize = sizeof(struct sha512_state),
118 .statesize = sizeof(struct sha512_state),
Dsha1_s390.c81 .statesize = sizeof(struct sha1_state),
/linux-4.4.14/arch/powerpc/crypto/
Dsha256-spe-glue.c228 .statesize = sizeof(struct sha256_state),
245 .statesize = sizeof(struct sha256_state),
Dsha1.c131 .statesize = sizeof(struct sha1_state),
Dmd5-glue.c137 .statesize = sizeof(struct md5_state),
Dsha1-spe-glue.c182 .statesize = sizeof(struct sha1_state),
/linux-4.4.14/crypto/
Dhmac.c200 ss = salg->statesize; in hmac_create()
222 inst->alg.statesize = ss; in hmac_create()
Dmd5.c147 .statesize = sizeof(struct md5_state),
Dahash.c551 alg->halg.statesize > PAGE_SIZE / 8 || in ahash_prepare_alg()
552 alg->halg.statesize == 0) in ahash_prepare_alg()
Dshash.c589 alg->statesize > PAGE_SIZE / 8) in shash_prepare_alg()
603 alg->statesize = alg->descsize; in shash_prepare_alg()
/linux-4.4.14/drivers/crypto/sunxi-ss/
Dsun4i-ss-core.c42 .statesize = sizeof(struct md5_state),
70 .statesize = sizeof(struct sha1_state),
/linux-4.4.14/drivers/crypto/marvell/
Dhash.c905 .statesize = sizeof(struct md5_state),
968 .statesize = sizeof(struct sha1_state),
1031 .statesize = sizeof(struct sha256_state),
1267 .statesize = sizeof(struct md5_state),
1337 .statesize = sizeof(struct sha1_state),
1407 .statesize = sizeof(struct sha256_state),
/linux-4.4.14/arch/sparc/crypto/
Dsha1_glue.c137 .statesize = sizeof(struct sha1_state),
Dmd5_glue.c142 .statesize = sizeof(struct md5_state),
Dsha256_glue.c167 .statesize = sizeof(struct sha256_state),
/linux-4.4.14/arch/mips/cavium-octeon/crypto/
Docteon-md5.c180 .statesize = sizeof(struct md5_state),
Docteon-sha1.c213 .statesize = sizeof(struct sha1_state),
Docteon-sha256.c237 .statesize = sizeof(struct sha256_state),
/linux-4.4.14/drivers/crypto/caam/
Dcaamhash.c1634 .statesize = sizeof(struct caam_export_state),
1656 .statesize = sizeof(struct caam_export_state),
1678 .statesize = sizeof(struct caam_export_state),
1700 .statesize = sizeof(struct caam_export_state),
1722 .statesize = sizeof(struct caam_export_state),
1744 .statesize = sizeof(struct caam_export_state),
/linux-4.4.14/drivers/crypto/ux500/hash/
Dhash_core.c1527 .halg.statesize = sizeof(struct hash_ctx),
1549 .halg.statesize = sizeof(struct hash_ctx),
1573 .halg.statesize = sizeof(struct hash_ctx),
1597 .halg.statesize = sizeof(struct hash_ctx),
/linux-4.4.14/drivers/crypto/nx/
Dnx-sha256.c286 .statesize = sizeof(struct sha256_state),
Dnx-sha512.c292 .statesize = sizeof(struct sha512_state),
Dnx-aes-xcbc.c384 .statesize = sizeof(struct xcbc_state),
/linux-4.4.14/drivers/video/fbdev/
Dsticore.h191 u32 statesize; member
/linux-4.4.14/drivers/crypto/ccp/
Dccp-crypto-aes-cmac.c397 halg->statesize = sizeof(struct ccp_aes_cmac_exp_ctx); in ccp_register_aes_cmac_algs()
Dccp-crypto-sha.c451 halg->statesize = sizeof(struct ccp_sha_exp_ctx); in ccp_register_sha_alg()
/linux-4.4.14/arch/x86/crypto/sha-mb/
Dsha1_mb.c685 .statesize = sizeof(struct sha1_hash_ctx),