Home
last modified time | relevance | path

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

/crypto/
Dchacha20poly1305.c691 static struct crypto_template rfc7539_tmpls[] = { variable
705 return crypto_register_templates(rfc7539_tmpls, in chacha20poly1305_module_init()
706 ARRAY_SIZE(rfc7539_tmpls)); in chacha20poly1305_module_init()
711 crypto_unregister_templates(rfc7539_tmpls, in chacha20poly1305_module_exit()
712 ARRAY_SIZE(rfc7539_tmpls)); in chacha20poly1305_module_exit()