Home
last modified time | relevance | path

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

/external/python/cryptography/tests/hazmat/primitives/
Dtest_ec.py177 pn = ec.EllipticCurvePublicNumbers(x, y, ec.SECP256R1())
194 ec.SECP256R1(), data
226 ec.SECP256R1(), unsupported_type
239 pn = ec.EllipticCurvePublicNumbers(2, 3, ec.SECP256R1())
244 pn1 = ec.EllipticCurvePublicNumbers(2, 3, ec.SECP256R1())
245 pn2 = ec.EllipticCurvePublicNumbers(2, 3, ec.SECP256R1())
246 pn3 = ec.EllipticCurvePublicNumbers(1, 3, ec.SECP256R1())
269 curve = ec.SECP256R1()
412 _skip_curve_unsupported(backend, ec.SECP256R1())
419 ec.SECP256R1(),
[all …]
Dtest_serialization.py161 _skip_curve_unsupported(backend, ec.SECP256R1())
350 _skip_curve_unsupported(backend, ec.SECP256R1())
444 _skip_curve_unsupported(backend, ec.SECP256R1())
499 _skip_curve_unsupported(backend, ec.SECP256R1())
1165 _skip_curve_unsupported(backend, ec.SECP256R1())
1185 expected_x, expected_y, ec.SECP256R1()
Dfixtures_ec.py235 curve=ec.SECP256R1(),
/external/python/cryptography/vectors/cryptography_vectors/asymmetric/EC/
Dcompressed_points.txt5 CURVE = SECP256R1
11 CURVE = SECP256R1
/external/python/cryptography/src/cryptography/hazmat/primitives/asymmetric/
Dec.py20 SECP256R1 = ObjectIdentifier("1.2.840.10045.3.1.7") variable in EllipticCurveOID
248 class SECP256R1(object): class
291 "prime256v1": SECP256R1,
295 "secp256r1": SECP256R1,
/external/conscrypt/repackaged/testing/src/main/java/com/android/org/conscrypt/tlswire/handshake/
DEllipticCurve.java47 SECP256R1(23, "secp256r1"), enumConstant
/external/conscrypt/testing/src/main/java/org/conscrypt/tlswire/handshake/
DEllipticCurve.java45 SECP256R1(23, "secp256r1"), enumConstant
/external/python/cryptography/tests/wycheproof/
Dtest_ecdh.py21 "secp256r1": ec.SECP256R1(),
/external/python/cryptography/src/cryptography/hazmat/primitives/serialization/
Dssh.py92 b"nistp256": ec.SECP256R1,
/external/python/cryptography/tests/x509/
Dtest_x509_crlbuilder.py396 _skip_curve_unsupported(backend, ec.SECP256R1())
397 private_key = ec.generate_private_key(ec.SECP256R1(), backend)
456 _skip_curve_unsupported(backend, ec.SECP256R1())
Dtest_x509.py2210 _skip_curve_unsupported(backend, ec.SECP256R1())
2277 _skip_curve_unsupported(backend, ec.SECP256R1())
2278 issuer_private_key = ec.generate_private_key(ec.SECP256R1(), backend)
2279 subject_private_key = ec.generate_private_key(ec.SECP256R1(), backend)
2807 _skip_curve_unsupported(backend, ec.SECP256R1())
2966 _skip_curve_unsupported(backend, ec.SECP256R1())
2967 private_key = ec.generate_private_key(ec.SECP256R1(), backend)
3736 _skip_curve_unsupported(backend, ec.SECP256R1())
Dtest_ocsp.py514 diff_key = ec.generate_private_key(ec.SECP256R1(), backend)
/external/scapy/scapy/layers/tls/
Dkeyexchange.py545 curve = ec.SECP256R1()
558 curve = ec.SECP256R1()
563 curve = ec.SECP256R1()
Dcert.py311 curve = curve or ec.SECP256R1
509 curve = curve or ec.SECP256R1
/external/arm-trusted-firmware/docs/design/
Dtrusted-board-boot-build.rst47 On Juno board, the default value corresponds to an ECDSA-SECP256R1 public
/external/python/cryptography/docs/hazmat/primitives/asymmetric/
Dec.rst370 .. class:: SECP256R1
839 .. attribute:: SECP256R1
/external/python/cryptography/src/cryptography/hazmat/backends/openssl/
Dbackend.py1870 ec.SECP256R1: b"nistp256",