Home
last modified time | relevance | path

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

/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),
/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()
/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),
/drivers/video/fbdev/
Dsticore.h191 u32 statesize; member
/drivers/crypto/nx/
Dnx-sha256.c270 .statesize = sizeof(struct sha256_state),
Dnx-sha512.c289 .statesize = sizeof(struct sha512_state),
Dnx-aes-xcbc.c321 .statesize = sizeof(struct xcbc_state),
/drivers/crypto/ccp/
Dccp-crypto-aes-cmac.c377 halg->statesize = sizeof(struct ccp_aes_cmac_exp_ctx); in ccp_register_aes_cmac_algs()
Dccp-crypto-sha.c436 halg->statesize = sizeof(struct ccp_sha_exp_ctx); in ccp_register_sha_alg()