Home
last modified time | relevance | path

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

/Linux-v5.15/crypto/
Dctr.c331 static struct crypto_template crypto_ctr_tmpls[] = { variable
345 return crypto_register_templates(crypto_ctr_tmpls, in crypto_ctr_module_init()
346 ARRAY_SIZE(crypto_ctr_tmpls)); in crypto_ctr_module_init()
351 crypto_unregister_templates(crypto_ctr_tmpls, in crypto_ctr_module_exit()
352 ARRAY_SIZE(crypto_ctr_tmpls)); in crypto_ctr_module_exit()