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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/crypto/
H A Dhmac.c139 crypto_shash_finup(desc, out, ds, out);
154 return crypto_shash_finup(desc, data, nbytes, out) ?:
156 crypto_shash_finup(desc, out, ds, out);
H A Dshash.c151 int crypto_shash_finup(struct shash_desc *desc, const u8 *data, function
163 EXPORT_SYMBOL_GPL(crypto_shash_finup); variable
169 crypto_shash_finup(desc, data, len, out);
251 crypto_shash_finup(desc, walk.data, nbytes,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/crypto/
H A Dpadlock-sha.c106 return crypto_shash_finup(&dctx->fallback, in, count, out);
172 return crypto_shash_finup(&dctx->fallback, in, count, out);
H A Domap-sham.c592 crypto_shash_finup(&desc.shash, req->result, ds, req->result);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/crypto/
H A Dhash.h350 int crypto_shash_finup(struct shash_desc *desc, const u8 *data,

Completed in 78 milliseconds