Home
last modified time | relevance | path

Searched refs:protectedData (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/security/rkp/
H A DRemoteProvisioningShellCommand.java170 ProtectedData protectedData = new ProtectedData(); in csr() local
173 /*testMode=*/false, emptyKeys, eek, challenge, deviceInfo, protectedData); in csr()
175 deviceInfo, challenge, protectedData, keysToSignMac); in csr()
200 ProtectedData protectedData, byte[] keysToSignMac) throws CborException { in composeCertificateRequestV1() argument
216 .add(decode(protectedData.protectedData)) in composeCertificateRequestV1()
/aosp14/system/core/trusty/keymaster/keymint/
H A DTrustyRemotelyProvisionedComponentDevice.cpp110 ProtectedData* protectedData, bytevec* keysToSignMac) { in generateCertificateRequest() argument
127 protectedData->protectedData = km_utils::kmBlob2vector(response.protected_data_blob); in generateCertificateRequest()
/aosp14/system/core/trusty/keymaster/include/trusty_keymaster/
H A DTrustyRemotelyProvisionedComponentDevice.h46 DeviceInfo* deviceInfo, ProtectedData* protectedData,
/aosp14/frameworks/base/services/tests/RemoteProvisioningServiceTests/src/com/android/server/security/rkp/
H A DRemoteProvisioningShellCommandTest.java155 ((ProtectedData) invocation.getArgument(5)).protectedData = new byte[] {0x00}; in csr_hwVersion1_withChallenge()
186 ((ProtectedData) invocation.getArgument(5)).protectedData = new byte[] {0x00}; in csr_hwVersion2_withChallenge()