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

/linux-4.4.14/crypto/
H A Dapi.c600 int crypto_has_alg(const char *name, u32 type, u32 mask) crypto_has_alg() function
612 EXPORT_SYMBOL_GPL(crypto_has_alg); variable
H A Dtcrypt.c1243 printk(crypto_has_alg(*name, 0, 0) ? test_available()
1268 if (!crypto_has_alg(alg, type, do_test()
/linux-4.4.14/net/xfrm/
H A Dxfrm_algo.c660 status = crypto_has_alg(list[i].name, algo_list->type, xfrm_find_algo()
/linux-4.4.14/include/linux/
H A Dcrypto.h483 int crypto_has_alg(const char *name, u32 type, u32 mask);
785 return crypto_has_alg(alg_name, crypto_skcipher_type(type), crypto_has_ablkcipher()
1161 return crypto_has_alg(alg_name, type, mask); crypto_has_blkcipher()
1480 return crypto_has_alg(alg_name, type, mask); crypto_has_cipher()
1655 return crypto_has_alg(alg_name, type, mask); crypto_has_hash()
1845 return crypto_has_alg(alg_name, type, mask); crypto_has_comp()
/linux-4.4.14/include/crypto/
H A Dskcipher.h231 return crypto_has_alg(alg_name, crypto_skcipher_type(type), crypto_has_skcipher()

Completed in 918 milliseconds