Home
last modified time | relevance | path

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

/linux/include/crypto/internal/
H A Dcipher.h63 return __crypto_cipher_cast(crypto_alloc_base(alg_name, type, mask)); in crypto_alloc_cipher()
/linux/crypto/
H A Dapi.c440 * crypto_alloc_base - Locate algorithm and allocate transform in __crypto_alloc_tfm()
448 * crypto_alloc_base() will first attempt to locate an already loaded
461 struct crypto_tfm *crypto_alloc_base(const char *alg_name, u32 type, u32 mask)
493 EXPORT_SYMBOL_GPL(crypto_alloc_base); in crypto_alloc_base()
469 struct crypto_tfm *crypto_alloc_base(const char *alg_name, u32 type, u32 mask) crypto_alloc_base() function