Home
last modified time | relevance | path

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

/frameworks/av/drm/libmediadrmrkp/include/
DDrmRemotelyProvisionedComponent.h31 using ::aidl::android::hardware::security::keymint::ProtectedData;
48 DeviceInfo* deviceInfo, ProtectedData* protectedData,
/frameworks/base/services/core/java/com/android/server/security/rkp/
DRemoteProvisioningShellCommand.java23 import android.hardware.security.keymint.ProtectedData;
189 ProtectedData protectedData = new ProtectedData(); in csr()
219 ProtectedData protectedData, byte[] keysToSignMac) throws CborException { in composeCertificateRequestV1()
/frameworks/base/services/tests/RemoteProvisioningServiceTests/src/com/android/server/security/rkp/
DRemoteProvisioningShellCommandTest.java35 import android.hardware.security.keymint.ProtectedData;
182 ((ProtectedData) invocation.getArgument(5)).protectedData = new byte[] {0x00}; in csr_hwVersion1_withChallenge()
201 any(ProtectedData.class)); in csr_hwVersion1_withChallenge()
215 ((ProtectedData) invocation.getArgument(5)).protectedData = new byte[] {0x00}; in csr_hwVersion2_withChallenge()
234 any(ProtectedData.class)); in csr_hwVersion2_withChallenge()
/frameworks/av/drm/libmediadrmrkp/src/
DDrmRemotelyProvisionedComponent.cpp55 const std::vector<uint8_t>&, DeviceInfo*, ProtectedData*, std::vector<uint8_t>*) { in generateCertificateRequest() argument