Searched refs:ProtectedData (Results 1 – 4 of 4) sorted by relevance
31 using ::aidl::android::hardware::security::keymint::ProtectedData;49 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()
34 import android.hardware.security.keymint.ProtectedData;181 ((ProtectedData) invocation.getArgument(5)).protectedData = new byte[] {0x00}; in csr_hwVersion1_withChallenge()200 any(ProtectedData.class)); in csr_hwVersion1_withChallenge()214 ((ProtectedData) invocation.getArgument(5)).protectedData = new byte[] {0x00}; in csr_hwVersion2_withChallenge()233 any(ProtectedData.class)); in csr_hwVersion2_withChallenge()
57 const std::vector<uint8_t>&, DeviceInfo*, ProtectedData*, std::vector<uint8_t>*) { in generateCertificateRequest() argument