/linux-4.1.27/drivers/crypto/ |
D | padlock-sha.c | 253 .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/ |
D | skein_generic.c | 137 .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/ |
D | sha.c | 456 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/ |
D | hash.h | 48 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/ |
D | sha512_s390.c | 78 .statesize = sizeof(struct sha512_state), 117 .statesize = sizeof(struct sha512_state),
|
D | sha256_s390.c | 73 .statesize = sizeof(struct sha256_state), 110 .statesize = sizeof(struct sha256_state),
|
D | sha1_s390.c | 80 .statesize = sizeof(struct sha1_state),
|
/linux-4.1.27/arch/powerpc/crypto/ |
D | sha256-spe-glue.c | 228 .statesize = sizeof(struct sha256_state), 245 .statesize = sizeof(struct sha256_state),
|
D | sha1.c | 131 .statesize = sizeof(struct sha1_state),
|
D | md5-glue.c | 137 .statesize = sizeof(struct md5_state),
|
D | sha1-spe-glue.c | 182 .statesize = sizeof(struct sha1_state),
|
/linux-4.1.27/arch/arm/crypto/ |
D | sha512_neon_glue.c | 257 .statesize = sizeof(struct sha512_state), 274 .statesize = sizeof(struct sha512_state),
|
/linux-4.1.27/crypto/ |
D | hmac.c | 200 ss = salg->statesize; in hmac_create() 222 inst->alg.statesize = ss; in hmac_create()
|
D | md5.c | 147 .statesize = sizeof(struct md5_state),
|
D | ahash.c | 551 alg->halg.statesize > PAGE_SIZE / 8 || in ahash_prepare_alg() 552 alg->halg.statesize == 0) in ahash_prepare_alg()
|
D | shash.c | 594 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/ |
D | md5_glue.c | 142 .statesize = sizeof(struct md5_state),
|
D | sha1_glue.c | 137 .statesize = sizeof(struct sha1_state),
|
D | sha256_glue.c | 167 .statesize = sizeof(struct sha256_state),
|
/linux-4.1.27/arch/mips/cavium-octeon/crypto/ |
D | octeon-md5.c | 180 .statesize = sizeof(struct md5_state),
|
D | octeon-sha1.c | 213 .statesize = sizeof(struct sha1_state),
|
D | octeon-sha256.c | 237 .statesize = sizeof(struct sha256_state),
|
/linux-4.1.27/drivers/crypto/ux500/hash/ |
D | hash_core.c | 1527 .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/ |
D | nx-sha256.c | 286 .statesize = sizeof(struct sha256_state),
|
D | nx-sha512.c | 292 .statesize = sizeof(struct sha512_state),
|
D | nx-aes-xcbc.c | 384 .statesize = sizeof(struct xcbc_state),
|
/linux-4.1.27/drivers/video/fbdev/ |
D | sticore.h | 191 u32 statesize; member
|
/linux-4.1.27/drivers/crypto/ccp/ |
D | ccp-crypto-aes-cmac.c | 379 halg->statesize = sizeof(struct ccp_aes_cmac_exp_ctx); in ccp_register_aes_cmac_algs()
|
D | ccp-crypto-sha.c | 438 halg->statesize = sizeof(struct ccp_sha_exp_ctx); in ccp_register_sha_alg()
|
/linux-4.1.27/arch/x86/crypto/sha-mb/ |
D | sha1_mb.c | 688 .statesize = sizeof(struct sha1_hash_ctx),
|