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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/crypto/
H A Dsha512.c30 struct sha512_ctx { struct
166 struct sha512_ctx *sctx = crypto_tfm_ctx(tfm);
181 struct sha512_ctx *sctx = crypto_tfm_ctx(tfm);
196 struct sha512_ctx *sctx = crypto_tfm_ctx(tfm);
236 struct sha512_ctx *sctx = crypto_tfm_ctx(tfm);
262 memset(sctx, 0, sizeof(struct sha512_ctx));
279 .cra_ctxsize = sizeof(struct sha512_ctx),
295 .cra_ctxsize = sizeof(struct sha512_ctx),

Completed in 17 milliseconds