Searched refs:crypto_has_alg (Results 1 – 16 of 16) sorted by relevance
| /OK3568_Linux_fs/kernel/include/crypto/internal/ |
| H A D | cipher.h | 96 return crypto_has_alg(alg_name, type, mask); in crypto_has_cipher()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | crypto.h | 621 int crypto_has_alg(const char *name, u32 type, u32 mask); 776 return crypto_has_alg(alg_name, type, mask); in crypto_has_comp()
|
| /OK3568_Linux_fs/kernel/include/crypto/ |
| H A D | acompress.h | 182 return crypto_has_alg(alg_name, type, mask); in crypto_has_acomp()
|
| /OK3568_Linux_fs/kernel/crypto/ |
| H A D | api.c | 578 int crypto_has_alg(const char *name, u32 type, u32 mask) in crypto_has_alg() function 590 EXPORT_SYMBOL_GPL(crypto_has_alg);
|
| H A D | tcrypt.c | 1642 printk(crypto_has_alg(*name, 0, 0) ? in test_available() 1669 if (!crypto_has_alg(alg, type, in do_test()
|
| /OK3568_Linux_fs/kernel/net/xfrm/ |
| H A D | xfrm_algo.c | 658 status = crypto_has_alg(list[i].name, algo_list->type, in xfrm_find_algo()
|
| /OK3568_Linux_fs/kernel/android/ |
| H A D | abi_gki_aarch64_virtual_device | 1477 crypto_has_alg
|
| H A D | abi_gki_aarch64_vivo | 248 crypto_has_alg
|
| H A D | abi_gki_aarch64_exynos | 232 crypto_has_alg
|
| H A D | abi_gki_aarch64_imx | 2363 crypto_has_alg
|
| H A D | abi_gki_aarch64_qcom | 294 crypto_has_alg
|
| H A D | abi_gki_aarch64_mtk | 265 crypto_has_alg
|
| H A D | abi_gki_aarch64_rockchip | 2950 crypto_has_alg
|
| H A D | abi_gki_aarch64_oplus | 332 crypto_has_alg
|
| H A D | abi_gki_aarch64_galaxy | 1009 crypto_has_alg
|
| /OK3568_Linux_fs/kernel/net/tipc/ |
| H A D | crypto.c | 333 if (unlikely(!crypto_has_alg(ukey->alg_name, 0, 0))) { in tipc_aead_key_validate()
|