crypto_register_templates
EXPORT_SYMBOL_GPL(crypto_register_templates);
return crypto_register_templates(crypto_ccm_tmpls,
return crypto_register_templates(rfc7539_tmpls,
return crypto_register_templates(crypto_ctr_tmpls,
err = crypto_register_templates(crypto_ffdhe_templates,
err = crypto_register_templates(crypto_gcm_tmpls,
return crypto_register_templates(hctr2_tmpls, ARRAY_SIZE(hctr2_tmpls));
return crypto_register_templates(hmac_tmpls, ARRAY_SIZE(hmac_tmpls));
int crypto_register_templates(struct crypto_template *tmpls, int count);