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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/s390/crypto/
H A Dsha512_s390.c46 struct sha512_state *octx = out;
58 const struct sha512_state *ictx = in;
78 .statesize = sizeof(struct sha512_state),
117 .statesize = sizeof(struct sha512_state),
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/crypto/
H A Dsha.h79 struct sha512_state { struct
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/crypto/
H A Dsha512_generic.c138 struct sha512_state *sctx = shash_desc_ctx(desc);
155 struct sha512_state *sctx = shash_desc_ctx(desc);
172 struct sha512_state *sctx = shash_desc_ctx(desc);
207 struct sha512_state *sctx = shash_desc_ctx(desc);
231 memset(sctx, 0, sizeof(struct sha512_state));
253 .descsize = sizeof(struct sha512_state),
267 .descsize = sizeof(struct sha512_state),

Completed in 124 milliseconds