Searched refs:crypto_ahash_setkey (Results 1 - 9 of 9) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/crypto/
H A Dahash.c167 int crypto_ahash_setkey(struct crypto_ahash *tfm, const u8 *key, function
177 EXPORT_SYMBOL_GPL(crypto_ahash_setkey); variable
H A Dauthenc.c88 err = crypto_ahash_setkey(auth, key, authkeylen);
H A Dtestmgr.c222 ret = crypto_ahash_setkey(tfm, template[i].key,
299 ret = crypto_ahash_setkey(tfm, template[i].key,
H A Dgcm.c154 err = crypto_ahash_setkey(ghash, (u8 *)&data->hash, sizeof(be128));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/crypto/
H A Dhash.h182 int crypto_ahash_setkey(struct crypto_ahash *tfm, const u8 *key,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/crypto/
H A Dghash-clmulni-intel_glue.c243 err = crypto_ahash_setkey(child, key, keylen);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv4/
H A Dah4.c426 if (crypto_ahash_setkey(ahash, x->aalg->alg_key,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv6/
H A Dah6.c649 if (crypto_ahash_setkey(ahash, x->aalg->alg_key,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/crypto/
H A Dn2_core.c445 err = crypto_ahash_setkey(fallback_tfm, key, keylen);

Completed in 140 milliseconds