Home
last modified time | relevance | path

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

/linux/crypto/
H A Decc_curve_defs.h18 static struct ecc_curve nist_p192 = {
45 static struct ecc_curve nist_p256 = {
78 static struct ecc_curve nist_p384 = {
123 static struct ecc_curve nist_p521 = {
144 static const struct ecc_curve ecc_25519 = {
H A Decrdsa_defs.h48 static struct ecc_curve gost_cp256a = {
82 static struct ecc_curve gost_cp256b = {
120 static struct ecc_curve gost_cp256c = {
170 static struct ecc_curve gost_tc512a = {
216 static struct ecc_curve gost_tc512b = {
/linux/include/crypto/
H A Decc_curve.h36 struct ecc_curve { struct
53 const struct ecc_curve *ecc_get_curve(unsigned int curve_id); argument
60 const struct ecc_curve *ecc_get_curve25519(void);