Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/crypto/
H A Dccm.c916 static struct crypto_template crypto_ccm_tmpls[] = { variable
938 return crypto_register_templates(crypto_ccm_tmpls, in crypto_ccm_module_init()
939 ARRAY_SIZE(crypto_ccm_tmpls)); in crypto_ccm_module_init()
944 crypto_unregister_templates(crypto_ccm_tmpls, in crypto_ccm_module_exit()
945 ARRAY_SIZE(crypto_ccm_tmpls)); in crypto_ccm_module_exit()
/kernel/linux/linux-6.6/crypto/
H A Dccm.c916 static struct crypto_template crypto_ccm_tmpls[] = { variable
938 return crypto_register_templates(crypto_ccm_tmpls, in crypto_ccm_module_init()
939 ARRAY_SIZE(crypto_ccm_tmpls)); in crypto_ccm_module_init()
944 crypto_unregister_templates(crypto_ccm_tmpls, in crypto_ccm_module_exit()
945 ARRAY_SIZE(crypto_ccm_tmpls)); in crypto_ccm_module_exit()

Completed in 4 milliseconds