HomeSort by relevance Sort by last modified time
    Searched refs:EC_NIST_P256 (Results 1 - 5 of 5) sorted by null

  /external/webrtc/webrtc/base/
sslidentity.h 133 enum ECCurve { EC_NIST_P256, /* EC_FANCY, */ EC_LAST };
145 static KeyParams ECDSA(ECCurve curve = EC_NIST_P256);
sslidentity.cc 41 params_.curve = EC_NIST_P256;
72 return (params_.curve == EC_NIST_P256);
sslstreamadapter_unittest.cc     [all...]
opensslidentity.cc 66 if (key_params.ec_curve() == EC_NIST_P256) {
sslidentity_unittest.cc 399 params.key_params = rtc::KeyParams::ECDSA(rtc::EC_NIST_P256);

Completed in 62 milliseconds