Home
last modified time | relevance | path

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

/Linux-v6.6/crypto/
Dgcm.c1112 static struct crypto_template crypto_gcm_tmpls[] = { variable
1142 err = crypto_register_templates(crypto_gcm_tmpls, in crypto_gcm_module_init()
1143 ARRAY_SIZE(crypto_gcm_tmpls)); in crypto_gcm_module_init()
1153 crypto_unregister_templates(crypto_gcm_tmpls, in crypto_gcm_module_exit()
1154 ARRAY_SIZE(crypto_gcm_tmpls)); in crypto_gcm_module_exit()