Searched refs:SECP521R1 (Results 1 – 11 of 11) sorted by relevance
/external/python/cryptography/src/cryptography/hazmat/primitives/asymmetric/ |
D | ec.py | 22 SECP521R1 = ObjectIdentifier("1.3.132.0.35") variable in EllipticCurveOID 236 class SECP521R1(object): class 297 "secp521r1": SECP521R1,
|
/external/conscrypt/repackaged/testing/src/main/java/com/android/org/conscrypt/tlswire/handshake/ |
D | EllipticCurve.java | 49 SECP521R1(25, "secp521r1"), enumConstant
|
/external/conscrypt/testing/src/main/java/org/conscrypt/tlswire/handshake/ |
D | EllipticCurve.java | 47 SECP521R1(25, "secp521r1"), enumConstant
|
/external/python/cryptography/tests/wycheproof/ |
D | test_ecdh.py | 23 "secp521r1": ec.SECP521R1(),
|
/external/python/cryptography/src/cryptography/hazmat/primitives/serialization/ |
D | ssh.py | 94 b"nistp521": ec.SECP521R1,
|
/external/python/cryptography/tests/hazmat/primitives/ |
D | fixtures_ec.py | 197 curve=ec.SECP521R1(),
|
D | test_ec.py | 448 _skip_curve_unsupported(backend, ec.SECP521R1()) 458 ec.SECP521R1() 471 ec.SECP521R1() 666 1, ec.EllipticCurvePublicNumbers(1, 2, ec.SECP521R1())
|
D | test_serialization.py | 1212 _skip_curve_unsupported(backend, ec.SECP521R1()) 1234 expected_x, expected_y, ec.SECP521R1()
|
/external/python/cryptography/docs/hazmat/primitives/asymmetric/ |
D | ec.rst | 384 .. class:: SECP521R1 847 .. attribute:: SECP521R1
|
/external/wpa_supplicant_8/wpa_supplicant/hidl/1.4/ |
D | sta_iface.cpp | 270 case DppCurve::SECP521R1: in convertCurveTypeToName()
|
/external/python/cryptography/src/cryptography/hazmat/backends/openssl/ |
D | backend.py | 1872 ec.SECP521R1: b"nistp521",
|