Searched refs:protectedData (Results 1 – 4 of 4) sorted by relevance
/aosp14/frameworks/base/services/core/java/com/android/server/security/rkp/ |
H A D | RemoteProvisioningShellCommand.java | 170 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 D | TrustyRemotelyProvisionedComponentDevice.cpp | 110 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 D | TrustyRemotelyProvisionedComponentDevice.h | 46 DeviceInfo* deviceInfo, ProtectedData* protectedData,
|
/aosp14/frameworks/base/services/tests/RemoteProvisioningServiceTests/src/com/android/server/security/rkp/ |
H A D | RemoteProvisioningShellCommandTest.java | 155 ((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()
|