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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/crypto/
H A Dpadlock-sha.c64 return crypto_shash_export(&dctx->fallback, out);
101 err = crypto_shash_export(&dctx->fallback, &state);
113 crypto_shash_export(&dctx->fallback, &state);
167 err = crypto_shash_export(&dctx->fallback, &state);
179 crypto_shash_export(&dctx->fallback, &state);
H A Dmv_cesa.c808 crypto_shash_export(&desc.shash, ipad) ? :
811 crypto_shash_export(&desc.shash, opad);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/crypto/
H A Dhmac.c86 crypto_shash_export(&desc.shash, ipad) ?:
89 crypto_shash_export(&desc.shash, opad);
98 return crypto_shash_export(desc, out);
H A Dshash.c308 return crypto_shash_export(ahash_request_ctx(req), out);
H A Dcryptd.c537 return crypto_shash_export(&rctx->desc, out);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/crypto/
H A Dhash.h332 static inline int crypto_shash_export(struct shash_desc *desc, void *out) function

Completed in 98 milliseconds