Home
last modified time | relevance | path

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

/Linux-v6.6/include/linux/
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)); in crypto_alloc_comp()
/Linux-v6.6/include/crypto/internal/
Dcipher.h63 return __crypto_cipher_cast(crypto_alloc_base(alg_name, type, mask)); in crypto_alloc_cipher()
/Linux-v6.6/crypto/
Dapi.c450 struct crypto_tfm *crypto_alloc_base(const char *alg_name, u32 type, u32 mask) in crypto_alloc_base() function
482 EXPORT_SYMBOL_GPL(crypto_alloc_base);