Home
last modified time | relevance | path

Searched refs:sha1_state (Results 1 – 6 of 6) sorted by relevance

/linux-2.6.39/crypto/
Dsha1_generic.c30 struct sha1_state *sctx = shash_desc_ctx(desc); in sha1_init()
32 *sctx = (struct sha1_state){ in sha1_init()
42 struct sha1_state *sctx = shash_desc_ctx(desc); in sha1_update()
78 struct sha1_state *sctx = shash_desc_ctx(desc); in sha1_final()
106 struct sha1_state *sctx = shash_desc_ctx(desc); in sha1_export()
114 struct sha1_state *sctx = shash_desc_ctx(desc); in sha1_import()
127 .descsize = sizeof(struct sha1_state),
128 .statesize = sizeof(struct sha1_state),
/linux-2.6.39/arch/s390/crypto/
Dsha1_s390.c52 struct sha1_state *octx = out; in sha1_export()
63 const struct sha1_state *ictx = in; in sha1_import()
80 .statesize = sizeof(struct sha1_state),
/linux-2.6.39/include/crypto/
Dsha.h67 struct sha1_state { struct
/linux-2.6.39/drivers/crypto/
Dpadlock-sha.c88 struct sha1_state state; in padlock_sha1_finup()
252 .statesize = sizeof(struct sha1_state),
Dmv_cesa.c366 struct sha1_state shash_state; in mv_hash_import_sha1_ctx()
753 const struct sha1_state *isha1_state = istate, *osha1_state = ostate; in mv_hash_init_ivs()
Dn2_core.c296 struct sha1_state sha1;