Home
last modified time | relevance | path

Searched refs:sha256_state (Results 1 – 5 of 5) sorted by relevance

/linux-2.6.39/arch/s390/crypto/
Dsha256_s390.c48 struct sha256_state *octx = out; in sha256_export()
59 const struct sha256_state *ictx = in; in sha256_import()
76 .statesize = sizeof(struct sha256_state),
/linux-2.6.39/crypto/
Dsha256_generic.c219 struct sha256_state *sctx = shash_desc_ctx(desc); in sha224_init()
235 struct sha256_state *sctx = shash_desc_ctx(desc); in sha256_init()
252 struct sha256_state *sctx = shash_desc_ctx(desc); in sha256_update()
283 struct sha256_state *sctx = shash_desc_ctx(desc); in sha256_final()
325 struct sha256_state *sctx = shash_desc_ctx(desc); in sha256_export()
333 struct sha256_state *sctx = shash_desc_ctx(desc); in sha256_import()
346 .descsize = sizeof(struct sha256_state),
347 .statesize = sizeof(struct sha256_state),
362 .descsize = sizeof(struct sha256_state),
/linux-2.6.39/include/crypto/
Dsha.h73 struct sha256_state { struct
/linux-2.6.39/drivers/crypto/
Dpadlock-sha.c154 struct sha256_state state; in padlock_sha256_finup()
276 .statesize = sizeof(struct sha256_state),
Dn2_core.c297 struct sha256_state sha256;