Searched refs:ProtectedData (Results 1 – 4 of 4) sorted by relevance
31 using ::aidl::android::hardware::security::keymint::ProtectedData;48 DeviceInfo* deviceInfo, ProtectedData* protectedData,
23 import android.hardware.security.keymint.ProtectedData;189 ProtectedData protectedData = new ProtectedData(); in csr()219 ProtectedData protectedData, byte[] keysToSignMac) throws CborException { in composeCertificateRequestV1()
35 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()
55 const std::vector<uint8_t>&, DeviceInfo*, ProtectedData*, std::vector<uint8_t>*) { in generateCertificateRequest() argument