Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/linux/
Dcrypto.h680 struct crypto_tfm *crypto_alloc_base(const char *alg_name, u32 type, u32 mask);
792 return __crypto_cipher_cast(crypto_alloc_base(alg_name, type, mask)); in crypto_alloc_cipher()
920 return __crypto_comp_cast(crypto_alloc_base(alg_name, type, mask)); in crypto_alloc_comp()
/kernel/linux/linux-5.10/crypto/
Dapi.c402 struct crypto_tfm *crypto_alloc_base(const char *alg_name, u32 type, u32 mask) in crypto_alloc_base() function
434 EXPORT_SYMBOL_GPL(crypto_alloc_base);