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

/linux-master/include/crypto/internal/
H A Dcipher.h63 return __crypto_cipher_cast(crypto_alloc_base(alg_name, type, mask));
/linux-master/include/linux/
H A Dcrypto.h444 struct crypto_tfm *crypto_alloc_base(const char *alg_name, u32 type, u32 mask);
508 return __crypto_comp_cast(crypto_alloc_base(alg_name, type, mask));
/linux-master/crypto/
H A Dapi.c429 * crypto_alloc_base - Locate algorithm and allocate transform
437 * crypto_alloc_base() will first attempt to locate an already loaded
450 struct crypto_tfm *crypto_alloc_base(const char *alg_name, u32 type, u32 mask) function
482 EXPORT_SYMBOL_GPL(crypto_alloc_base); variable

Completed in 96 milliseconds