Home
last modified time | relevance | path

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

/openbmc/linux/crypto/
H A Ddh.c862 static struct crypto_template crypto_ffdhe_templates[] = { variable
892 static struct crypto_template crypto_ffdhe_templates[] = {}; variable
905 err = crypto_register_templates(crypto_ffdhe_templates, in dh_init()
906 ARRAY_SIZE(crypto_ffdhe_templates)); in dh_init()
917 crypto_unregister_templates(crypto_ffdhe_templates, in dh_exit()
918 ARRAY_SIZE(crypto_ffdhe_templates)); in dh_exit()