HomeSort by relevance Sort by last modified time
    Searched defs:ec_curve (Results 1 - 8 of 8) sorted by null

  /external/nos/host/android/hals/keymaster/
export_key.cpp 87 EcCurve ec_curve; local
91 &ec_curve) != ErrorCode::OK) {
97 switch (ec_curve) {
112 << (uint32_t) ec_curve;
  /system/keymaster/legacy_support/
ec_keymaster1_key.cpp 71 keymaster_ec_curve_t ec_curve; local
73 keymaster_error_t error = GetCurveAndSize(key_description, &ec_curve, &key_size);
  /system/keymaster/km_openssl/
ec_key_factory.cpp 83 keymaster_ec_curve_t ec_curve; local
85 keymaster_error_t error = GetCurveAndSize(authorizations, &ec_curve, &key_size);
90 } else if (!authorizations.Contains(TAG_EC_CURVE, ec_curve)) {
91 authorizations.push_back(TAG_EC_CURVE, ec_curve);
99 UniquePtr<EC_GROUP, EC_GROUP_Delete> group(ChooseGroup(ec_curve));
101 LOG_E("Unable to get EC group for curve %d", ec_curve);
222 EC_GROUP* EcKeyFactory::ChooseGroup(keymaster_ec_curve_t ec_curve) {
223 switch (ec_curve) {
attestation_record.cpp 151 integer_ptr = &record->ec_curve;
338 keymaster_ec_curve_t ec_curve; local
345 keymaster_error_t error = EcKeySizeToCurve(key_size, &ec_curve);
353 if (!ASN1_INTEGER_set(value.get(), ec_curve))
356 insert_integer(value.release(), &record->ec_curve, nullptr);
580 if (!get_enum(record->ec_curve, TAG_EC_CURVE, auth_list))
  /external/webrtc/webrtc/base/
sslidentity.cc 82 ECCurve KeyParams::ec_curve() const { function in class:rtc::KeyParams
  /hardware/interfaces/keymaster/3.0/vts/functional/
attestation_record.cpp 67 ASN1_INTEGER* ec_curve; member in struct:android::hardware::keymaster::V3_0::km_auth_list
94 ASN1_EXP_OPT(KM_AUTH_LIST, ec_curve, ASN1_INTEGER, TAG_EC_CURVE.maskedTag()),
234 copyAuthTag(record->ec_curve, TAG_EC_CURVE, auth_list);
  /hardware/interfaces/keymaster/4.0/support/
attestation_record.cpp 67 ASN1_INTEGER* ec_curve; member in struct:android::hardware::keymaster::V4_0::km_auth_list
93 ASN1_EXP_OPT(KM_AUTH_LIST, ec_curve, ASN1_INTEGER, TAG_EC_CURVE.maskedTag()),
231 copyAuthTag(record->ec_curve, TAG_EC_CURVE, auth_list);
  /system/keymaster/include/keymaster/
attestation_record.h 65 ASN1_INTEGER* ec_curve; member in struct:keymaster::km_auth_list
104 ASN1_EXP_OPT(KM_AUTH_LIST, ec_curve, ASN1_INTEGER, TAG_EC_CURVE.masked_tag()),

Completed in 332 milliseconds