Searched refs:sha256_state (Results 1 – 5 of 5) sorted by relevance
48 struct sha256_state *octx = out; in sha256_export()59 const struct sha256_state *ictx = in; in sha256_import()76 .statesize = sizeof(struct sha256_state),
219 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),
73 struct sha256_state { struct
154 struct sha256_state state; in padlock_sha256_finup()276 .statesize = sizeof(struct sha256_state),
297 struct sha256_state sha256;