Home
last modified time | relevance | path

Searched refs:curve_id (Results 1 – 11 of 11) sorted by relevance

/external/conscrypt/testing/src/main/java/org/conscrypt/tlswire/handshake/
DEllipticCurvesHelloExtension.java41 int curve_id = in.readUnsignedShort(); in parseData() local
42 supported.add(EllipticCurve.fromIdentifier(curve_id)); in parseData()
/external/conscrypt/repackaged/testing/src/main/java/com/android/org/conscrypt/tlswire/handshake/
DEllipticCurvesHelloExtension.java43 int curve_id = in.readUnsignedShort(); in parseData() local
44 supported.add(EllipticCurve.fromIdentifier(curve_id)); in parseData()
/external/nos/host/android/hals/keymaster/
Dimport_key.cpp141 const EcCurve *curve_id = nullptr; in import_key_ec() local
144 curve_id = &v[0].f.ecCurve; in import_key_ec()
191 if (curve_id != nullptr && *curve_id != parsed_curve_id) { in import_key_ec()
Dexport_key.cpp87 (nosapp::EcCurve)response.ec().curve_id(), in export_key_der()
90 << response.ec().curve_id(); in export_key_der()
/external/adhd/scripts/mic_testing/frontend/
Danalysis.js127 var curve_id = curveBuffer[index].id;
139 setCurveVisible(checkbox, curve_id, 'all');
148 setCurveVisible(checkLeft, curve_id, 0);
158 setCurveVisible(checkRight, curve_id, 1);
167 btnRemove.onclick = function() { removeCurve(curve_id); }
/external/wpa_supplicant_8/src/crypto/
Dcrypto_wolfssl.c1277 int curve_id; in crypto_ec_init() local
1282 curve_id = ECC_SECP256R1; in crypto_ec_init()
1285 curve_id = ECC_SECP384R1; in crypto_ec_init()
1288 curve_id = ECC_SECP521R1; in crypto_ec_init()
1291 curve_id = ECC_SECP192R1; in crypto_ec_init()
1294 curve_id = ECC_SECP224R1; in crypto_ec_init()
1298 curve_id = ECC_BRAINPOOLP224R1; in crypto_ec_init()
1301 curve_id = ECC_BRAINPOOLP256R1; in crypto_ec_init()
1304 curve_id = ECC_BRAINPOOLP384R1; in crypto_ec_init()
1307 curve_id = ECC_BRAINPOOLP512R1; in crypto_ec_init()
[all …]
/external/nos/host/android/hals/keymaster/test/
Dimport_key_test.cpp254 if (request.ec().curve_id() != expected_curve_id) { in MatchAndExplainEC()
256 << request.ec().curve_id() in MatchAndExplainEC()
/external/nos/host/generic/nugget/proto/nugget/app/keymaster/
Dkeymaster_types.proto92 uint32 curve_id = 1; field
/external/scapy/scapy/layers/tls/
Dkeyexchange.py548 curve_id = 0
551 curve_id = cid
553 self.named_curve = curve_id
/external/boringssl/src/ssl/test/
Dbssl_shim.cc564 uint16_t curve_id = SSL_get_curve_id(ssl); in CheckHandshakeProperties() local
565 if (static_cast<uint16_t>(config->expect_curve_id) != curve_id) { in CheckHandshakeProperties()
566 fprintf(stderr, "curve_id was %04x, wanted %04x\n", curve_id, in CheckHandshakeProperties()
/external/boringssl/src/include/openssl/
Dssl.h2213 OPENSSL_EXPORT const char *SSL_get_curve_name(uint16_t curve_id);