Home
last modified time | relevance | path

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

/linux-4.1.27/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),
/linux-4.1.27/drivers/staging/skein/
Dskein_generic.c137 .statesize = sizeof(struct skein_256_ctx),
155 .statesize = sizeof(struct skein_512_ctx),
173 .statesize = sizeof(struct skein_1024_ctx),
/linux-4.1.27/drivers/crypto/qce/
Dsha.c456 unsigned int statesize; member
467 .statesize = sizeof(struct sha1_state),
476 .statesize = sizeof(struct sha256_state),
485 .statesize = sizeof(struct sha1_state),
494 .statesize = sizeof(struct sha256_state),
523 alg->halg.statesize = def->statesize; in qce_ahash_register_one()
/linux-4.1.27/include/crypto/
Dhash.h48 unsigned int statesize; member
185 unsigned int statesize; member
292 return crypto_hash_alg_common(tfm)->statesize; in crypto_ahash_statesize()
687 return crypto_shash_alg(tfm)->statesize; in crypto_shash_statesize()
/linux-4.1.27/arch/s390/crypto/
Dsha512_s390.c78 .statesize = sizeof(struct sha512_state),
117 .statesize = sizeof(struct sha512_state),
Dsha256_s390.c73 .statesize = sizeof(struct sha256_state),
110 .statesize = sizeof(struct sha256_state),
Dsha1_s390.c80 .statesize = sizeof(struct sha1_state),
/linux-4.1.27/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.1.27/arch/arm/crypto/
Dsha512_neon_glue.c257 .statesize = sizeof(struct sha512_state),
274 .statesize = sizeof(struct sha512_state),
/linux-4.1.27/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.c594 alg->statesize > PAGE_SIZE / 8) in shash_prepare_alg()
608 alg->statesize = alg->descsize; in shash_prepare_alg()
/linux-4.1.27/arch/sparc/crypto/
Dmd5_glue.c142 .statesize = sizeof(struct md5_state),
Dsha1_glue.c137 .statesize = sizeof(struct sha1_state),
Dsha256_glue.c167 .statesize = sizeof(struct sha256_state),
/linux-4.1.27/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.1.27/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.1.27/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.1.27/drivers/video/fbdev/
Dsticore.h191 u32 statesize; member
/linux-4.1.27/drivers/crypto/ccp/
Dccp-crypto-aes-cmac.c379 halg->statesize = sizeof(struct ccp_aes_cmac_exp_ctx); in ccp_register_aes_cmac_algs()
Dccp-crypto-sha.c438 halg->statesize = sizeof(struct ccp_sha_exp_ctx); in ccp_register_sha_alg()
/linux-4.1.27/arch/x86/crypto/sha-mb/
Dsha1_mb.c688 .statesize = sizeof(struct sha1_hash_ctx),