Home
last modified time | relevance | path

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

/linux/crypto/
H A Dgcm.c833 static struct crypto_template crypto_gcm_tmpls[] = { in crypto_rfc4106_create()
855 return crypto_register_templates(crypto_gcm_tmpls, in crypto_rfc4106_create()
856 ARRAY_SIZE(crypto_gcm_tmpls)); in crypto_rfc4106_create()
861 crypto_unregister_templates(crypto_gcm_tmpls, in crypto_rfc4106_create()
862 ARRAY_SIZE(crypto_gcm_tmpls)); in crypto_rfc4106_create()
1077 static struct crypto_template crypto_gcm_tmpls[] = { global() variable