Searched refs:crypto_shash_setkey (Results 1 - 10 of 10) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/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);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/include/crypto/
H A Dhash.h327 int crypto_shash_setkey(struct crypto_shash *tfm, const u8 *key,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/include/crypto/
H A Dhash.h327 int crypto_shash_setkey(struct crypto_shash *tfm, const u8 *key,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/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);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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 183 milliseconds