Searched refs:crypto_alloc_base (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/crypto/
H A Drng.h35 return __crypto_rng_cast(crypto_alloc_base(alg_name, type, mask));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dcrypto.h480 struct crypto_tfm *crypto_alloc_base(const char *alg_name, u32 type, u32 mask);
884 return __crypto_blkcipher_cast(crypto_alloc_base(alg_name, type, mask));
1029 return __crypto_cipher_cast(crypto_alloc_base(alg_name, type, mask));
1124 return __crypto_hash_cast(crypto_alloc_base(alg_name, type, mask));
1231 return __crypto_comp_cast(crypto_alloc_base(alg_name, type, mask));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/crypto/
H A Dapi.c394 * crypto_alloc_base - Locate algorithm and allocate transform
402 * crypto_alloc_base() will first attempt to locate an already loaded
415 struct crypto_tfm *crypto_alloc_base(const char *alg_name, u32 type, u32 mask) function
447 EXPORT_SYMBOL_GPL(crypto_alloc_base); variable
H A Dcryptd.c660 tfm = crypto_alloc_base(cryptd_alg_name, type, mask);

Completed in 229 milliseconds