Home
last modified time | relevance | path

Searched refs:crypto_has_alg (Results 1 – 5 of 5) sorted by relevance

/linux/include/linux/
H A Dcrypto.h414 int crypto_has_alg(const char *name, u32 type, u32 mask);
527 return crypto_has_alg(alg_name, type, mask); in crypto_has_comp()
/linux/include/crypto/internal/
H A Dcipher.h96 return crypto_has_alg(alg_name, type, mask); in crypto_has_cipher()
/linux/include/crypto/
H A Dacompress.h168 return crypto_has_alg(alg_name, type, mask); in crypto_has_acomp()
/linux/crypto/
H A Dapi.c687 int crypto_has_alg(const char *name, u32 type, u32 mask) in crypto_has_alg() function
699 EXPORT_SYMBOL_GPL(crypto_has_alg);
/linux/security/integrity/ima/
H A Dima_appraise.c757 if (crypto_has_alg(hash_algo_name[xattr_hash_algo], 0, 0)) in validate_hash_algo()