Home
last modified time | relevance | path

Searched defs:diceCertChain (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/hardware/nxp/keymint/KM300/
DJavacardRemotelyProvisionedComponentDevice.cpp235 JavacardRemotelyProvisionedComponentDevice::getDiceCertChain(std::vector<uint8_t>& diceCertChain) { in getDiceCertChain()
295 std::vector<uint8_t> diceCertChain; in generateCertificateRequestV2() local
/aosp_15_r20/external/libese/ready_se/google/keymint/KM300/HAL/
H A DJavacardRemotelyProvisionedComponentDevice.cpp213 JavacardRemotelyProvisionedComponentDevice::getDiceCertChain(std::vector<uint8_t>& diceCertChain) { in getDiceCertChain()
273 std::vector<uint8_t> diceCertChain; in generateCertificateRequestV2() local
/aosp_15_r20/hardware/interfaces/security/see/authmgr/aidl/android/hardware/security/see/authmgr/
H A DIAuthMgrAuthorization.aidl134 byte[32] initAuthentication(in ExplicitKeyDiceCertChain diceCertChain, in initAuthentication()
/aosp_15_r20/hardware/interfaces/security/see/authmgr/aidl/aidl_api/android.hardware.security.see.authmgr/current/android/hardware/security/see/authmgr/
H A DIAuthMgrAuthorization.aidl37 …byte[32] initAuthentication(in android.hardware.security.see.authmgr.ExplicitKeyDiceCertChain dice… in initAuthentication()
/aosp_15_r20/external/libese/ready_se/google/keymint/KM300/Applet/src/com/android/javacard/keymaster/
H A DKMKeymintDataStore.java105 private byte[] diceCertChain; field in KMKeymintDataStore
/aosp_15_r20/hardware/interfaces/security/keymint/support/
H A Dremote_prov_utils.cpp1042 auto diceCertChain = parsedRequest->asArray()->get(2)->asArray(); in parseAndValidateAuthenticatedRequest() local