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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/crypto/
H A Dshash.c172 int crypto_shash_digest(struct shash_desc *desc, const u8 *data, function
184 EXPORT_SYMBOL_GPL(crypto_shash_digest); variable
283 err = crypto_shash_digest(desc, data + offset, nbytes,
416 err = crypto_shash_digest(desc, data + offset, nbytes, out);
H A Dhmac.c68 err = crypto_shash_digest(&desc.shash, inkey, keylen, ipad);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/crypto/
H A Dhash.h329 int crypto_shash_digest(struct shash_desc *desc, const u8 *data,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/crypto/
H A Dmv_cesa.c790 crypto_shash_digest(&desc.shash, key, keylen, ipad);
H A Domap-sham.c744 return crypto_shash_digest(&desc.shash, data, len, out);
H A Dn2_core.c457 err = crypto_shash_digest(&desc.shash, key, keylen,

Completed in 43 milliseconds