Home
last modified time | relevance | path

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

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