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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/crypto/
H A Dapi.c346 * crypto_alloc_base - Locate algorithm and allocate transform
351 * crypto_alloc_base() will first attempt to locate an already loaded
364 struct crypto_tfm *crypto_alloc_base(const char *alg_name, u32 type, u32 mask) function
396 EXPORT_SYMBOL_GPL(crypto_alloc_base); variable
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dcrypto.h411 struct crypto_tfm *crypto_alloc_base(const char *alg_name, u32 type, u32 mask);
495 crypto_alloc_base(alg_name, type, mask));
662 return __crypto_blkcipher_cast(crypto_alloc_base(alg_name, type, mask));
807 return __crypto_cipher_cast(crypto_alloc_base(alg_name, type, mask));
901 return __crypto_hash_cast(crypto_alloc_base(alg_name, type, mask));
1007 return __crypto_comp_cast(crypto_alloc_base(alg_name, type, mask));

Completed in 101 milliseconds