Home
last modified time | relevance | path

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

/external/python/cryptography/src/cryptography/hazmat/primitives/asymmetric/
Dec.py21 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/
Dec.rst59 ... 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/
DEllipticCurve.java48 SECP384R1(24, "secp384r1"), enumConstant
/external/conscrypt/testing/src/main/java/org/conscrypt/tlswire/handshake/
DEllipticCurve.java46 SECP384R1(24, "secp384r1"), enumConstant
/external/python/cryptography/tests/wycheproof/
Dtest_ecdh.py22 "secp384r1": ec.SECP384R1(),
/external/python/cryptography/src/cryptography/hazmat/primitives/serialization/
Dssh.py93 b"nistp384": ec.SECP384R1,
/external/python/cryptography/tests/hazmat/primitives/
Dfixtures_ec.py217 curve=ec.SECP384R1(),
Dtest_ec.py214 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())
Dtest_serialization.py1189 _skip_curve_unsupported(backend, ec.SECP384R1())
1208 expected_x, expected_y, ec.SECP384R1()
/external/python/cryptography/tests/x509/
Dtest_x509.py3662 _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())
Dtest_x509_ext.py1597 _skip_curve_unsupported(backend, ec.SECP384R1())
/external/wpa_supplicant_8/wpa_supplicant/hidl/1.4/
Dsta_iface.cpp268 case DppCurve::SECP384R1: in convertCurveTypeToName()
/external/python/cryptography/src/cryptography/hazmat/backends/openssl/
Dbackend.py1871 ec.SECP384R1: b"nistp384",