Home
last modified time | relevance | path

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

/aosp_15_r20/hardware/nxp/keymint/KM200/
DJavacardRemotelyProvisionedComponentDevice.cpp59 constexpr int32_t kStatusTestKeyInProductionRequest = 32003; variable
74 case kStatusTestKeyInProductionRequest: in translateRkpErrorCode()
/aosp_15_r20/external/libese/ready_se/google/keymint/KM200/HAL/
H A DJavacardRemotelyProvisionedComponentDevice.cpp40 constexpr int32_t kStatusTestKeyInProductionRequest = 32003; variable
56 case kStatusTestKeyInProductionRequest: in translateRkpErrorCode()
/aosp_15_r20/external/libese/ready_se/google/keymint/KM300/HAL/
H A DJavacardRemotelyProvisionedComponentDevice.cpp40 constexpr int32_t kStatusTestKeyInProductionRequest = 32003; variable
56 case kStatusTestKeyInProductionRequest: in translateRkpErrorCode()
/aosp_15_r20/hardware/nxp/keymint/KM300/
DJavacardRemotelyProvisionedComponentDevice.cpp60 constexpr int32_t kStatusTestKeyInProductionRequest = 32003; variable
76 case kStatusTestKeyInProductionRequest: in translateRkpErrorCode()
/aosp_15_r20/system/keymaster/include/keymaster/
H A Dremote_provisioning_utils.h31 constexpr keymaster_error_t kStatusTestKeyInProductionRequest = static_cast<keymaster_error_t>(-4); variable
/aosp_15_r20/system/keymaster/android_keymaster/
H A Dremote_provisioning_utils.cpp176 return kStatusTestKeyInProductionRequest; in validateAndExtractPubkeys()