Home
last modified time | relevance | path

Searched refs:crypto_register_templates (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.4/include/crypto/
Dalgapi.h141 int crypto_register_templates(struct crypto_template *tmpls, int count);
/Linux-v5.4/crypto/
Dctr.c372 return crypto_register_templates(crypto_ctr_tmpls, in crypto_ctr_module_init()
Dalgapi.c478 int crypto_register_templates(struct crypto_template *tmpls, int count) in crypto_register_templates() function
494 EXPORT_SYMBOL_GPL(crypto_register_templates);
Dchacha20poly1305.c705 return crypto_register_templates(rfc7539_tmpls, in chacha20poly1305_module_init()
Dccm.c994 return crypto_register_templates(crypto_ccm_tmpls, in crypto_ccm_module_init()
Dgcm.c1222 err = crypto_register_templates(crypto_gcm_tmpls, in crypto_gcm_module_init()