Home
last modified time | relevance | path

Searched refs:KM_ERROR_INCOMPATIBLE_ALGORITHM (Results 1 – 8 of 8) sorted by relevance

/aosp12/system/keymaster/contexts/
H A Dsoft_keymaster_context.cpp377 *error = KM_ERROR_INCOMPATIBLE_ALGORITHM; in GenerateAttestation()
398 *error = KM_ERROR_INCOMPATIBLE_ALGORITHM; in GenerateSelfSignedCertificate()
H A Dpure_soft_keymaster_context.cpp350 *error = KM_ERROR_INCOMPATIBLE_ALGORITHM; in GenerateAttestation()
378 *error = KM_ERROR_INCOMPATIBLE_ALGORITHM; in GenerateSelfSignedCertificate()
H A Dkeymaster1_passthrough_context.cpp239 *error = KM_ERROR_INCOMPATIBLE_ALGORITHM; in GenerateAttestation()
/aosp12/system/keymaster/km_openssl/
H A Dopenssl_err.cpp245 return KM_ERROR_INCOMPATIBLE_ALGORITHM; in TranslateEvpError()
H A Dattestation_utils.cpp215 return KM_ERROR_INCOMPATIBLE_ALGORITHM; in check_attest_key_auths()
/aosp12/frameworks/base/core/java/android/security/keymaster/
H A DKeymasterDefs.java214 public static final int KM_ERROR_INCOMPATIBLE_ALGORITHM = field in KeymasterDefs
343 sErrorCodeToString.put(KM_ERROR_INCOMPATIBLE_ALGORITHM, "Incompatible algorithm"); in sErrorCodeToString.put() argument
/aosp12/hardware/libhardware/include/hardware/
H A Dkeymaster_defs.h443 KM_ERROR_INCOMPATIBLE_ALGORITHM = -5, enumerator
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt50984 Landroid/security/keymaster/KeymasterDefs;->KM_ERROR_INCOMPATIBLE_ALGORITHM:I