crypto_register_template
return crypto_register_template(&adiantum_tmpl);
EXPORT_SYMBOL_GPL(crypto_register_template);
err = crypto_register_template(&tmpls[i]);
return crypto_register_template(&crypto_authenc_tmpl);
return crypto_register_template(&crypto_authenc_esn_tmpl);
return crypto_register_template(&crypto_cbc_tmpl);
return crypto_register_template(&crypto_cmac_tmpl);
err = crypto_register_template(&cryptd_tmpl);
return crypto_register_template(&crypto_cts_tmpl);
return crypto_register_template(&crypto_ecb_tmpl);
ret = crypto_register_template(&ecdsa_x962_tmpl);
ret = crypto_register_template(&ecdsa_p1363_tmpl);
return crypto_register_template(&echainiv_tmpl);
return crypto_register_template(&essiv_tmpl);
return crypto_register_template(&crypto_krb5enc_tmpl);
return crypto_register_template(&lrw_tmpl);
return crypto_register_template(&crypto_pcbc_tmpl);
return crypto_register_template(&pcrypt_tmpl);
err = crypto_register_template(&rsa_pkcs1pad_tmpl);
err = crypto_register_template(&rsassa_pkcs1_tmpl);
return crypto_register_template(&seqiv_tmpl);
return crypto_register_template(&crypto_xcbc_tmpl);
return crypto_register_template(&crypto_xctr_tmpl);
return crypto_register_template(&xts_tmpl);
int crypto_register_template(struct crypto_template *tmpl);