Searched refs:statesize (Results 1 – 9 of 9) sorted by relevance
/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),
|
/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()
|
/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),
|
/drivers/video/fbdev/ |
D | sticore.h | 191 u32 statesize; member
|
/drivers/crypto/nx/ |
D | nx-sha256.c | 270 .statesize = sizeof(struct sha256_state),
|
D | nx-sha512.c | 289 .statesize = sizeof(struct sha512_state),
|
D | nx-aes-xcbc.c | 321 .statesize = sizeof(struct xcbc_state),
|
/drivers/crypto/ccp/ |
D | ccp-crypto-aes-cmac.c | 377 halg->statesize = sizeof(struct ccp_aes_cmac_exp_ctx); in ccp_register_aes_cmac_algs()
|
D | ccp-crypto-sha.c | 436 halg->statesize = sizeof(struct ccp_sha_exp_ctx); in ccp_register_sha_alg()
|