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

/linux-master/crypto/
H A Dchacha20poly1305.c646 static struct crypto_template rfc7539_tmpls[] = { variable in typeref:struct:crypto_template
660 return crypto_register_templates(rfc7539_tmpls,
661 ARRAY_SIZE(rfc7539_tmpls));
666 crypto_unregister_templates(rfc7539_tmpls,
667 ARRAY_SIZE(rfc7539_tmpls));

Completed in 90 milliseconds