Home
last modified time | relevance | path

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

/aosp12/hardware/interfaces/security/keymint/aidl/vts/functional/
H A DVtsRemotelyProvisionedComponentTests.cpp387 ProtectedData protectedData; in TEST_P()
408 ProtectedData protectedData; in TEST_P()
446 ProtectedData protectedData; in TEST_P()
466 ProtectedData protectedData; in TEST_P()
487 ProtectedData protectedData; in TEST_P()
504 ProtectedData protectedData; in TEST_P()
522 ProtectedData protectedData; in TEST_P()
549 ProtectedData protectedData; in TEST_P()
579 ProtectedData protectedData; in TEST_P()
596 ProtectedData protectedData; in TEST_P()
[all …]
/aosp12/packages/apps/RemoteProvisioner/src/com/android/remoteprovisioner/
H A DSystemInterface.java21 import android.hardware.security.keymint.ProtectedData;
74 byte[] geekChain, byte[] challenge, ProtectedData protectedData, DeviceInfo deviceInfo, in generateCsr()
78 ProtectedData dataBundle = new ProtectedData(); in generateCsr()
H A DProvisioner.java22 import android.hardware.security.keymint.ProtectedData;
71 ProtectedData protectedData = new ProtectedData(); in provisionCerts()
/aosp12/hardware/interfaces/security/keymint/aidl/android/hardware/security/keymint/
H A DIRemotelyProvisionedComponent.aidl21 import android.hardware.security.keymint.ProtectedData;
293 out ProtectedData protectedData); in generateCertificateRequest()
H A DProtectedData.aidl25 parcelable ProtectedData {
/aosp12/packages/apps/RemoteProvisioner/tests/unittests/src/com/android/remoteprovisioner/unittest/
H A DSystemInterfaceTest.java32 import android.hardware.security.keymint.ProtectedData;
119 ProtectedData encryptedBundle = new ProtectedData(); in testGenerateCSR()
155 ProtectedData encryptedBundle = new ProtectedData(); in testGenerateCSRProvisionAndUseKey()
279 ProtectedData encryptedBundle = new ProtectedData(); in testDecryptProtectedPayload()
/aosp12/system/security/keystore2/aidl/android/security/remoteprovisioning/
H A DIRemoteProvisioning.aidl20 import android.hardware.security.keymint.ProtectedData;
95 in SecurityLevel secLevel, out ProtectedData protectedData, out DeviceInfo deviceInfo); in generateCsr()
/aosp12/system/security/provisioner/
H A Drkp_factory_extraction_tool.cpp31 using aidl::android::hardware::security::keymint::ProtectedData;
70 Array composeCertificateRequest(const ProtectedData& protectedData, in composeCertificateRequest()
143 ProtectedData protectedData; in getCsrForInstance()
/aosp12/system/security/keystore2/src/
H A Dremote_provisioning.rs28 MacedPublicKey::MacedPublicKey, ProtectedData::ProtectedData, SecurityLevel::SecurityLevel,
284 protected_data: &mut ProtectedData, in generate_csr() argument
444 protected_data: &mut ProtectedData, in generateCsr() argument
/aosp12/hardware/interfaces/security/keymint/aidl/aidl_api/android.hardware.security.keymint/1/android/hardware/security/keymint/
H A DProtectedData.aidl37 parcelable ProtectedData {
H A DIRemotelyProvisionedComponent.aidl40 ….keymint.DeviceInfo deviceInfo, out android.hardware.security.keymint.ProtectedData protectedData); in generateCertificateRequest()
/aosp12/hardware/interfaces/security/keymint/aidl/aidl_api/android.hardware.security.keymint/current/android/hardware/security/keymint/
H A DProtectedData.aidl37 parcelable ProtectedData {
H A DIRemotelyProvisionedComponent.aidl40 ….keymint.DeviceInfo deviceInfo, out android.hardware.security.keymint.ProtectedData protectedData); in generateCertificateRequest()
/aosp12/system/keymaster/ng/include/
H A DAndroidRemotelyProvisionedComponentDevice.h46 DeviceInfo* deviceInfo, ProtectedData* protectedData,
/aosp12/system/core/trusty/keymaster/include/trusty_keymaster/
H A DTrustyRemotelyProvisionedComponentDevice.h46 DeviceInfo* deviceInfo, ProtectedData* protectedData,
/aosp12/system/core/trusty/keymaster/keymint/
H A DTrustyRemotelyProvisionedComponentDevice.cpp98 ProtectedData* protectedData, bytevec* keysToSignMac) { in generateCertificateRequest()
/aosp12/system/keymaster/ng/
H A DAndroidRemotelyProvisionedComponentDevice.cpp109 const bytevec& challenge, DeviceInfo* deviceInfo, ProtectedData* protectedData, in generateCertificateRequest()