Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Dcrypto.h710 int crypto_has_alg(const char *name, u32 type, u32 mask);
975 return crypto_has_alg(alg_name, crypto_skcipher_type(type), in crypto_has_ablkcipher()
1364 return crypto_has_alg(alg_name, type, mask); in crypto_has_blkcipher()
1683 return crypto_has_alg(alg_name, type, mask); in crypto_has_cipher()
1821 return crypto_has_alg(alg_name, type, mask); in crypto_has_comp()
/Linux-v5.4/include/crypto/
Dacompress.h162 return crypto_has_alg(alg_name, type, mask); in crypto_has_acomp()
Dskcipher.h230 return crypto_has_alg(alg_name, crypto_skcipher_type(type), in crypto_has_skcipher()
/Linux-v5.4/crypto/
Dapi.c583 int crypto_has_alg(const char *name, u32 type, u32 mask) in crypto_has_alg() function
595 EXPORT_SYMBOL_GPL(crypto_has_alg);
Dtcrypt.c1641 printk(crypto_has_alg(*name, 0, 0) ? in test_available()
1668 if (!crypto_has_alg(alg, type, in do_test()
/Linux-v5.4/net/xfrm/
Dxfrm_algo.c658 status = crypto_has_alg(list[i].name, algo_list->type, in xfrm_find_algo()