Searched refs:sha1_state (Results 1 – 6 of 6) sorted by relevance
30 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),
52 struct sha1_state *octx = out; in sha1_export()63 const struct sha1_state *ictx = in; in sha1_import()80 .statesize = sizeof(struct sha1_state),
67 struct sha1_state { struct
88 struct sha1_state state; in padlock_sha1_finup()252 .statesize = sizeof(struct sha1_state),
366 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()
296 struct sha1_state sha1;