Home
last modified time | relevance | path

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

/Linux-v6.1/crypto/
Ddh.c861 static struct crypto_template crypto_ffdhe_templates[] = { variable
891 static struct crypto_template crypto_ffdhe_templates[] = {}; variable
904 err = crypto_register_templates(crypto_ffdhe_templates, in dh_init()
905 ARRAY_SIZE(crypto_ffdhe_templates)); in dh_init()
916 crypto_unregister_templates(crypto_ffdhe_templates, in dh_exit()
917 ARRAY_SIZE(crypto_ffdhe_templates)); in dh_exit()