Searched refs:crypto_register_templates (Results 1 - 8 of 8) sorted by relevance

/linux-master/include/crypto/
H A Dalgapi.h149 int crypto_register_templates(struct crypto_template *tmpls, int count);
/linux-master/crypto/
H A Dctr.c343 return crypto_register_templates(crypto_ctr_tmpls,
H A Dalgapi.c568 int crypto_register_templates(struct crypto_template *tmpls, int count) function
584 EXPORT_SYMBOL_GPL(crypto_register_templates); variable
H A Dhctr2.c564 return crypto_register_templates(hctr2_tmpls, ARRAY_SIZE(hctr2_tmpls));
H A Ddh.c906 err = crypto_register_templates(crypto_ffdhe_templates,
H A Dccm.c933 return crypto_register_templates(crypto_ccm_tmpls,
H A Dchacha20poly1305.c660 return crypto_register_templates(rfc7539_tmpls,
H A Dgcm.c1140 err = crypto_register_templates(crypto_gcm_tmpls,

Completed in 285 milliseconds