crypto_alloc_sig
sig = crypto_alloc_sig(alg_name, 0, 0);
sig = crypto_alloc_sig(alg_name, 0, 0);
tfm = crypto_alloc_sig(alg_name, 0, 0);
EXPORT_SYMBOL_GPL(crypto_alloc_sig);
tfm = crypto_alloc_sig(driver, type, mask);
struct crypto_sig *crypto_alloc_sig(const char *alg_name, u32 type, u32 mask);