Searched refs:SECP384R1 (Results 1 – 13 of 13) sorted by relevance
/external/python/cryptography/src/cryptography/hazmat/primitives/asymmetric/ |
D | ec.py | 21 SECP384R1 = ObjectIdentifier("1.3.132.0.34") variable in EllipticCurveOID 242 class SECP384R1(object): class 296 "secp384r1": SECP384R1,
|
/external/python/cryptography/docs/hazmat/primitives/asymmetric/ |
D | ec.rst | 59 ... ec.SECP384R1(), default_backend() 266 ... ec.SECP384R1(), default_backend() 271 ... ec.SECP384R1(), default_backend() 312 ... ec.SECP384R1(), default_backend() 318 ... ec.SECP384R1(), default_backend() 331 ... ec.SECP384R1(), default_backend() 334 ... ec.SECP384R1(), default_backend() 377 .. class:: SECP384R1 769 >>> private_key = ec.generate_private_key(ec.SECP384R1(), default_backend()) 843 .. attribute:: SECP384R1
|
/external/conscrypt/repackaged/testing/src/main/java/com/android/org/conscrypt/tlswire/handshake/ |
D | EllipticCurve.java | 48 SECP384R1(24, "secp384r1"), enumConstant
|
/external/conscrypt/testing/src/main/java/org/conscrypt/tlswire/handshake/ |
D | EllipticCurve.java | 46 SECP384R1(24, "secp384r1"), enumConstant
|
/external/python/cryptography/tests/wycheproof/ |
D | test_ecdh.py | 22 "secp384r1": ec.SECP384R1(),
|
/external/python/cryptography/src/cryptography/hazmat/primitives/serialization/ |
D | ssh.py | 93 b"nistp384": ec.SECP384R1,
|
/external/python/cryptography/tests/hazmat/primitives/ |
D | fixtures_ec.py | 217 curve=ec.SECP384R1(),
|
D | test_ec.py | 214 ec.SECP384R1(), bad_data 641 assert pub != ec.EllipticCurvePublicNumbers(1, 2, ec.SECP384R1()) 1115 ec.SECP384R1(), bad_data 1121 ec.SECP384R1(), b"" 1287 _skip_curve_unsupported(backend, ec.SECP384R1())
|
D | test_serialization.py | 1189 _skip_curve_unsupported(backend, ec.SECP384R1()) 1208 expected_x, expected_y, ec.SECP384R1()
|
/external/python/cryptography/tests/x509/ |
D | test_x509.py | 3662 _skip_curve_unsupported(backend, ec.SECP384R1()) 3680 assert isinstance(num.curve, ec.SECP384R1) 3707 _skip_curve_unsupported(backend, ec.SECP384R1()) 3763 _skip_curve_unsupported(backend, ec.SECP384R1()) 3779 _skip_curve_unsupported(backend, ec.SECP384R1()) 3793 _skip_curve_unsupported(backend, ec.SECP384R1())
|
D | test_x509_ext.py | 1597 _skip_curve_unsupported(backend, ec.SECP384R1())
|
/external/wpa_supplicant_8/wpa_supplicant/hidl/1.4/ |
D | sta_iface.cpp | 268 case DppCurve::SECP384R1: in convertCurveTypeToName()
|
/external/python/cryptography/src/cryptography/hazmat/backends/openssl/ |
D | backend.py | 1871 ec.SECP384R1: b"nistp384",
|