/aosp12/hardware/interfaces/security/keymint/aidl/vts/functional/ |
H A D | VtsRemotelyProvisionedComponentTests.cpp | 387 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 D | SystemInterface.java | 21 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 D | Provisioner.java | 22 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 D | IRemotelyProvisionedComponent.aidl | 21 import android.hardware.security.keymint.ProtectedData; 293 out ProtectedData protectedData); in generateCertificateRequest()
|
H A D | ProtectedData.aidl | 25 parcelable ProtectedData {
|
/aosp12/packages/apps/RemoteProvisioner/tests/unittests/src/com/android/remoteprovisioner/unittest/ |
H A D | SystemInterfaceTest.java | 32 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 D | IRemoteProvisioning.aidl | 20 import android.hardware.security.keymint.ProtectedData; 95 in SecurityLevel secLevel, out ProtectedData protectedData, out DeviceInfo deviceInfo); in generateCsr()
|
/aosp12/system/security/provisioner/ |
H A D | rkp_factory_extraction_tool.cpp | 31 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 D | remote_provisioning.rs | 28 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 D | ProtectedData.aidl | 37 parcelable ProtectedData {
|
H A D | IRemotelyProvisionedComponent.aidl | 40 ….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 D | ProtectedData.aidl | 37 parcelable ProtectedData {
|
H A D | IRemotelyProvisionedComponent.aidl | 40 ….keymint.DeviceInfo deviceInfo, out android.hardware.security.keymint.ProtectedData protectedData); in generateCertificateRequest()
|
/aosp12/system/keymaster/ng/include/ |
H A D | AndroidRemotelyProvisionedComponentDevice.h | 46 DeviceInfo* deviceInfo, ProtectedData* protectedData,
|
/aosp12/system/core/trusty/keymaster/include/trusty_keymaster/ |
H A D | TrustyRemotelyProvisionedComponentDevice.h | 46 DeviceInfo* deviceInfo, ProtectedData* protectedData,
|
/aosp12/system/core/trusty/keymaster/keymint/ |
H A D | TrustyRemotelyProvisionedComponentDevice.cpp | 98 ProtectedData* protectedData, bytevec* keysToSignMac) { in generateCertificateRequest()
|
/aosp12/system/keymaster/ng/ |
H A D | AndroidRemotelyProvisionedComponentDevice.cpp | 109 const bytevec& challenge, DeviceInfo* deviceInfo, ProtectedData* protectedData, in generateCertificateRequest()
|