/external/python/cryptography/tests/hazmat/primitives/ |
D | test_ec.py | 177 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 …]
|
D | test_serialization.py | 161 _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()
|
D | fixtures_ec.py | 235 curve=ec.SECP256R1(),
|
/external/python/cryptography/vectors/cryptography_vectors/asymmetric/EC/ |
D | compressed_points.txt | 5 CURVE = SECP256R1 11 CURVE = SECP256R1
|
/external/python/cryptography/src/cryptography/hazmat/primitives/asymmetric/ |
D | ec.py | 20 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/ |
D | EllipticCurve.java | 47 SECP256R1(23, "secp256r1"), enumConstant
|
/external/conscrypt/testing/src/main/java/org/conscrypt/tlswire/handshake/ |
D | EllipticCurve.java | 45 SECP256R1(23, "secp256r1"), enumConstant
|
/external/python/cryptography/tests/wycheproof/ |
D | test_ecdh.py | 21 "secp256r1": ec.SECP256R1(),
|
/external/python/cryptography/src/cryptography/hazmat/primitives/serialization/ |
D | ssh.py | 92 b"nistp256": ec.SECP256R1,
|
/external/python/cryptography/tests/x509/ |
D | test_x509_crlbuilder.py | 396 _skip_curve_unsupported(backend, ec.SECP256R1()) 397 private_key = ec.generate_private_key(ec.SECP256R1(), backend) 456 _skip_curve_unsupported(backend, ec.SECP256R1())
|
D | test_x509.py | 2210 _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())
|
D | test_ocsp.py | 514 diff_key = ec.generate_private_key(ec.SECP256R1(), backend)
|
/external/scapy/scapy/layers/tls/ |
D | keyexchange.py | 545 curve = ec.SECP256R1() 558 curve = ec.SECP256R1() 563 curve = ec.SECP256R1()
|
D | cert.py | 311 curve = curve or ec.SECP256R1 509 curve = curve or ec.SECP256R1
|
/external/arm-trusted-firmware/docs/design/ |
D | trusted-board-boot-build.rst | 47 On Juno board, the default value corresponds to an ECDSA-SECP256R1 public
|
/external/python/cryptography/docs/hazmat/primitives/asymmetric/ |
D | ec.rst | 370 .. class:: SECP256R1 839 .. attribute:: SECP256R1
|
/external/python/cryptography/src/cryptography/hazmat/backends/openssl/ |
D | backend.py | 1870 ec.SECP256R1: b"nistp256",
|