Searched refs:crypto_shash_setkey (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 Dshash.c52 int crypto_shash_setkey(struct crypto_shash *tfm, const u8 *key, function
63 EXPORT_SYMBOL_GPL(crypto_shash_setkey); variable
203 return crypto_shash_setkey(*ctx, key, keylen);
367 return crypto_shash_setkey(desc->tfm, key, keylen);
H A Dcryptd.c384 err = crypto_shash_setkey(child, key, keylen);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/crypto/
H A Dhash.h327 int crypto_shash_setkey(struct crypto_shash *tfm, const u8 *key,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/crypto/
H A Dmv_cesa.c763 rc = crypto_shash_setkey(ctx->fallback, key, keylen);
H A Domap-sham.c807 err = crypto_shash_setkey(tctx->fallback, key, keylen);

Completed in 120 milliseconds