crypto_has_kpp
EXPORT_SYMBOL_GPL(crypto_has_kpp);
if (!crypto_has_kpp(kpp, 0, 0))
if (crypto_has_kpp(kpp, 0, 0))
int crypto_has_kpp(const char *alg_name, u32 type, u32 mask);