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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/crypto/
H A Dahash.c200 crypto_ahash_digestsize(crypto_ahash_reqtfm(req)));
222 unsigned int ds = crypto_ahash_digestsize(tfm);
286 crypto_ahash_digestsize(crypto_ahash_reqtfm(req)));
333 unsigned int ds = crypto_ahash_digestsize(tfm);
H A Dtcrypt.c665 if (crypto_ahash_digestsize(tfm) > sizeof(output)) {
667 crypto_ahash_digestsize(tfm), sizeof(output));
H A Dtestmgr.c266 crypto_ahash_digestsize(tfm))) {
269 hexdump(result, crypto_ahash_digestsize(tfm));
334 crypto_ahash_digestsize(tfm))) {
337 hexdump(result, crypto_ahash_digestsize(tfm));
H A Dauthenc.c569 ctx->reqoff = ALIGN(2 * crypto_ahash_digestsize(auth) +
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv4/
H A Dah4.c26 len = size + crypto_ahash_digestsize(ahash) +
56 req = (void *)PTR_ALIGN(icv + crypto_ahash_digestsize(ahash),
440 crypto_ahash_digestsize(ahash)) {
442 x->aalg->alg_name, crypto_ahash_digestsize(ahash),
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv6/
H A Dah6.c63 len = size + crypto_ahash_digestsize(ahash) +
98 req = (void *)PTR_ALIGN(icv + crypto_ahash_digestsize(ahash),
663 crypto_ahash_digestsize(ahash)) {
665 x->aalg->alg_name, crypto_ahash_digestsize(ahash),
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/crypto/
H A Dhash.h141 static inline unsigned int crypto_ahash_digestsize(struct crypto_ahash *tfm) function
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/crypto/amcc/
H A Dcrypto4xx_alg.c243 ds = crypto_ahash_digestsize(
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/crypto/
H A Domap-sham.c494 crypto_ahash_digestsize(tfm));
496 if (crypto_ahash_digestsize(tfm) == SHA1_DIGEST_SIZE)
H A Dmv_cesa.c413 crypto_ahash_digestsize(crypto_ahash_reqtfm
H A Dtalitos.c1697 crypto_ahash_digestsize(tfm),
1736 (crypto_ahash_digestsize(tfm) <= SHA256_DIGEST_SIZE)

Completed in 86 milliseconds