Home
last modified time | relevance | path

Searched refs:ec_curve (Results 1 – 6 of 6) sorted by relevance

/external/nos/host/android/hals/keymaster/
Dexport_key.cpp84 EcCurve ec_curve; in export_key_der() local
88 &ec_curve) != ErrorCode::OK) { in export_key_der()
94 switch (ec_curve) { in export_key_der()
109 << (uint32_t) ec_curve; in export_key_der()
Dproto_utils.h64 ErrorCode translate_ec_curve(nosapp::EcCurve ec_curve, EcCurve *out);
Dproto_utils.cpp299 static nosapp::EcCurve translate_ec_curve(EcCurve ec_curve) in translate_ec_curve() argument
301 switch (ec_curve) { in translate_ec_curve()
315 ErrorCode translate_ec_curve(nosapp::EcCurve ec_curve, EcCurve *out) in translate_ec_curve() argument
317 switch (ec_curve) { in translate_ec_curve()
/external/webrtc/webrtc/base/
Dsslidentity.h154 ECCurve ec_curve() const;
Dsslidentity.cc82 ECCurve KeyParams::ec_curve() const { in ec_curve() function in rtc::KeyParams
Dopensslidentity.cc66 if (key_params.ec_curve() == EC_NIST_P256) { in MakeKey()