Searched refs:c_TwoCurve (Results 1 – 1 of 1) sorted by relevance
/external/python/pyasn1-modules/pyasn1_modules/ |
D | rfc3279.py | 211 c_TwoCurve = _OID(ellipticCurve, 0) variable 212 c2pnb163v1 = _OID(c_TwoCurve, 1) 213 c2pnb163v2 = _OID(c_TwoCurve, 2) 214 c2pnb163v3 = _OID(c_TwoCurve, 3) 215 c2pnb176w1 = _OID(c_TwoCurve, 4) 216 c2tnb191v1 = _OID(c_TwoCurve, 5) 217 c2tnb191v2 = _OID(c_TwoCurve, 6) 218 c2tnb191v3 = _OID(c_TwoCurve, 7) 219 c2onb191v4 = _OID(c_TwoCurve, 8) 220 c2onb191v5 = _OID(c_TwoCurve, 9) [all …]
|