Home
last modified time | relevance | path

Searched refs:KM_ERROR_UNIMPLEMENTED (Results 1 – 19 of 19) sorted by relevance

/aosp12/system/keymaster/include/keymaster/
H A Dattestation_context.h54 return KM_ERROR_UNIMPLEMENTED; in VerifyAndCopyDeviceIds()
64 if (error) *error = KM_ERROR_UNIMPLEMENTED; in GenerateUniqueId()
83 *error = KM_ERROR_UNIMPLEMENTED; in GetVerifiedBootParams()
H A Dkeymaster_context.h209 return KM_ERROR_UNIMPLEMENTED; in CheckConfirmationToken()
224 return KM_ERROR_UNIMPLEMENTED; in SetVendorPatchlevel()
233 return KM_ERROR_UNIMPLEMENTED; in SetBootPatchlevel()
/aosp12/system/keymaster/include/keymaster/contexts/
H A Dkeymaster2_passthrough_context.h114 *error = KM_ERROR_UNIMPLEMENTED; in GenerateSelfSignedCertificate()
H A Dkeymaster1_passthrough_context.h120 *error = KM_ERROR_UNIMPLEMENTED; in GenerateSelfSignedCertificate()
/aosp12/frameworks/base/core/java/android/security/keymaster/
H A DKeymasterDefs.java330 public static final int KM_ERROR_UNIMPLEMENTED = field in KeymasterDefs
382 sErrorCodeToString.put(KM_ERROR_UNIMPLEMENTED, "Not implemented"); in sErrorCodeToString.put() argument
/aosp12/system/keymaster/contexts/
H A Dkeymaster2_passthrough_context.cpp147 return KM_ERROR_UNIMPLEMENTED; in UnwrapKey()
H A Dkeymaster1_passthrough_context.cpp254 return KM_ERROR_UNIMPLEMENTED; in UnwrapKey()
H A Dsoft_keymaster_context.cpp413 return KM_ERROR_UNIMPLEMENTED; in UnwrapKey()
H A Dpure_soft_keymaster_context.cpp355 *error = KM_ERROR_UNIMPLEMENTED; in GenerateAttestation()
/aosp12/system/keymaster/android_keymaster/
H A Dandroid_keymaster.cpp257 response.error = KM_ERROR_UNIMPLEMENTED; in GetHmacSharingParameters()
270 response.error = KM_ERROR_UNIMPLEMENTED; in ComputeSharedHmac()
283 response.error = KM_ERROR_UNIMPLEMENTED; in VerifyAuthorization()
294 response->error = KM_ERROR_UNIMPLEMENTED; in GenerateTimestampToken()
H A Dkeymaster_enforcement.cpp535 return KM_ERROR_UNIMPLEMENTED; in GenerateTimestampToken()
/aosp12/system/keymaster/ng/
H A DAndroidKeyMintDevice.cpp391 return kmError2ScopedAStatus(KM_ERROR_UNIMPLEMENTED); in destroyAttestationIds()
443 return kmError2ScopedAStatus(KM_ERROR_UNIMPLEMENTED); in convertStorageKeyToEphemeral()
/aosp12/system/core/trusty/keymaster/ipc/
H A Dtrusty_keymaster_ipc.cpp193 return KM_ERROR_UNIMPLEMENTED; in translate_error()
/aosp12/hardware/libhardware/include/hardware/
H A Dkeymaster_defs.h517 KM_ERROR_UNIMPLEMENTED = -100, enumerator
/aosp12/system/core/trusty/keymaster/keymint/
H A DTrustyKeyMintDevice.cpp261 return kmError2ScopedAStatus(KM_ERROR_UNIMPLEMENTED); in destroyAttestationIds()
/aosp12/system/keymaster/km_openssl/
H A Dattestation_record.cpp768 return KM_ERROR_UNIMPLEMENTED; in build_auth_list()
878 if (error == KM_ERROR_UNIMPLEMENTED) { in build_eat_record()
1039 if (error == KM_ERROR_UNIMPLEMENTED) { in build_attestation_record()
H A Drsa_operation.cpp184 return KM_ERROR_UNIMPLEMENTED; in Update()
/aosp12/frameworks/base/keystore/java/android/security/keystore2/
H A DAndroidKeyStoreSpi.java907 case KeymasterDefs.KM_ERROR_UNIMPLEMENTED: { in setWrappedKeyEntry()
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt51021 Landroid/security/keymaster/KeymasterDefs;->KM_ERROR_UNIMPLEMENTED:I