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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/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);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/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);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/include/crypto/
H A Dhash.h332 static inline int crypto_shash_export(struct shash_desc *desc, void *out) function
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/include/crypto/
H A Dhash.h332 static inline int crypto_shash_export(struct shash_desc *desc, void *out) function

Completed in 188 milliseconds