/linux-4.4.14/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),
|
D | talitos.c | 2401 .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/ |
D | skein_generic.c | 136 .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/ |
D | sha.c | 452 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/ |
D | hash.h | 48 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/ |
D | sha256_s390.c | 74 .statesize = sizeof(struct sha256_state), 111 .statesize = sizeof(struct sha256_state),
|
D | sha512_s390.c | 79 .statesize = sizeof(struct sha512_state), 118 .statesize = sizeof(struct sha512_state),
|
D | sha1_s390.c | 81 .statesize = sizeof(struct sha1_state),
|
/linux-4.4.14/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.4.14/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 | 589 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/ |
D | sun4i-ss-core.c | 42 .statesize = sizeof(struct md5_state), 70 .statesize = sizeof(struct sha1_state),
|
/linux-4.4.14/drivers/crypto/marvell/ |
D | hash.c | 905 .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/ |
D | sha1_glue.c | 137 .statesize = sizeof(struct sha1_state),
|
D | md5_glue.c | 142 .statesize = sizeof(struct md5_state),
|
D | sha256_glue.c | 167 .statesize = sizeof(struct sha256_state),
|
/linux-4.4.14/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.4.14/drivers/crypto/caam/ |
D | caamhash.c | 1634 .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/ |
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.4.14/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.4.14/drivers/video/fbdev/ |
D | sticore.h | 191 u32 statesize; member
|
/linux-4.4.14/drivers/crypto/ccp/ |
D | ccp-crypto-aes-cmac.c | 397 halg->statesize = sizeof(struct ccp_aes_cmac_exp_ctx); in ccp_register_aes_cmac_algs()
|
D | ccp-crypto-sha.c | 451 halg->statesize = sizeof(struct ccp_sha_exp_ctx); in ccp_register_sha_alg()
|
/linux-4.4.14/arch/x86/crypto/sha-mb/ |
D | sha1_mb.c | 685 .statesize = sizeof(struct sha1_hash_ctx),
|