Home
last modified time | relevance | path

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

/freebsd/crypto/libecc/scripts/
H A Dexpand_libecc.py1442 def export_curve_struct(curvename, paramname, paramnamestr): function
1543 export_curve_struct(name, "p", "p") +\
1544 export_curve_struct(name, "p_bitlen", "p_bitlen") +\
1545 export_curve_struct(name, "r", "r") +\
1546 export_curve_struct(name, "r_square", "r_square") +\
1547 export_curve_struct(name, "mpinv", "mpinv") +\
1548 export_curve_struct(name, "p_shift", "p_shift") +\
1549 export_curve_struct(name, "p_normalized", "p_normalized") +\
1550 export_curve_struct(name, "p_reciprocal", "p_reciprocal") +\
1551 export_curve_struct(name, "a", "a") +\
[all …]