Home
last modified time | relevance | path

Searched refs:sha512_state (Results 1 – 3 of 3) sorted by relevance

/linux-2.6.39/arch/s390/crypto/
Dsha512_s390.c46 struct sha512_state *octx = out; in sha512_export()
58 const struct sha512_state *ictx = in; in sha512_import()
78 .statesize = sizeof(struct sha512_state),
117 .statesize = sizeof(struct sha512_state),
/linux-2.6.39/crypto/
Dsha512_generic.c138 struct sha512_state *sctx = shash_desc_ctx(desc); in sha512_init()
155 struct sha512_state *sctx = shash_desc_ctx(desc); in sha384_init()
172 struct sha512_state *sctx = shash_desc_ctx(desc); in sha512_update()
207 struct sha512_state *sctx = shash_desc_ctx(desc); in sha512_final()
231 memset(sctx, 0, sizeof(struct sha512_state)); in sha512_final()
253 .descsize = sizeof(struct sha512_state),
267 .descsize = sizeof(struct sha512_state),
/linux-2.6.39/include/crypto/
Dsha.h79 struct sha512_state { struct