Searched refs:protectedData (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/services/core/java/com/android/server/security/rkp/ |
D | RemoteProvisioningShellCommand.java | 189 ProtectedData protectedData = new ProtectedData(); in csr() local 192 /*testMode=*/false, emptyKeys, eek, challenge, deviceInfo, protectedData); in csr() 194 deviceInfo, challenge, protectedData, keysToSignMac); in csr() 219 ProtectedData protectedData, byte[] keysToSignMac) throws CborException { in composeCertificateRequestV1() argument 235 .add(decode(protectedData.protectedData)) in composeCertificateRequestV1()
|
/frameworks/av/drm/libmediadrmrkp/include/ |
D | DrmRemotelyProvisionedComponent.h | 48 DeviceInfo* deviceInfo, ProtectedData* protectedData,
|
/frameworks/base/services/tests/RemoteProvisioningServiceTests/src/com/android/server/security/rkp/ |
D | RemoteProvisioningShellCommandTest.java | 182 ((ProtectedData) invocation.getArgument(5)).protectedData = new byte[] {0x00}; in csr_hwVersion1_withChallenge() 215 ((ProtectedData) invocation.getArgument(5)).protectedData = new byte[] {0x00}; in csr_hwVersion2_withChallenge()
|