Home
last modified time | relevance | path

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

/linux-6.12.1/crypto/
Dccm.c911 static struct crypto_template crypto_ccm_tmpls[] = { variable
933 return crypto_register_templates(crypto_ccm_tmpls, in crypto_ccm_module_init()
934 ARRAY_SIZE(crypto_ccm_tmpls)); in crypto_ccm_module_init()
939 crypto_unregister_templates(crypto_ccm_tmpls, in crypto_ccm_module_exit()
940 ARRAY_SIZE(crypto_ccm_tmpls)); in crypto_ccm_module_exit()