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.cpp304 auto [parsedProtectedData, _, protDataErrMsg] = cppbor::parse(protectedData.protectedData); in checkProtectedData()
387 ProtectedData protectedData; in TEST_P() local
408 ProtectedData protectedData; in TEST_P() local
446 ProtectedData protectedData; in TEST_P() local
466 ProtectedData protectedData; in TEST_P() local
487 ProtectedData protectedData; in TEST_P() local
504 ProtectedData protectedData; in TEST_P() local
522 ProtectedData protectedData; in TEST_P() local
579 ProtectedData protectedData; in TEST_P() local
596 ProtectedData protectedData; in TEST_P() local
[all …]
/aosp12/packages/apps/RemoteProvisioner/src/com/android/remoteprovisioner/
H A DProvisioner.java71 ProtectedData protectedData = new ProtectedData(); in provisionCerts() local
74 challenge, protectedData, deviceInfo, binder); in provisionCerts()
75 if (macedKeysToSign == null || protectedData.protectedData == null in provisionCerts()
83 protectedData.protectedData, in provisionCerts()
H A DSystemInterface.java74 byte[] geekChain, byte[] challenge, ProtectedData protectedData, DeviceInfo deviceInfo, in generateCsr() argument
84 protectedData, in generateCsr()
H A DCborUtils.java267 byte[] protectedData, byte[] macedKeysToSign) { in buildCertificateRequest() argument
274 ByteArrayInputStream bais = new ByteArrayInputStream(protectedData); in buildCertificateRequest()
/aosp12/system/security/provisioner/
H A Drkp_factory_extraction_tool.cpp70 Array composeCertificateRequest(const ProtectedData& protectedData, in composeCertificateRequest() argument
86 .add(EncodedItem(protectedData.protectedData)) in composeCertificateRequest()
143 ProtectedData protectedData; in getCsrForInstance() local
145 FLAGS_test_mode, emptyKeys, getEekChain(), challenge, &verifiedDeviceInfo, &protectedData, in getCsrForInstance()
153 composeCertificateRequest(protectedData, verifiedDeviceInfo, challenge, keysToSignMac); in getCsrForInstance()
/aosp12/system/core/trusty/keymaster/keymint/
H A DTrustyRemotelyProvisionedComponentDevice.cpp98 ProtectedData* protectedData, bytevec* keysToSignMac) { in generateCertificateRequest() argument
115 protectedData->protectedData = km_utils::kmBlob2vector(response.protected_data_blob); in generateCertificateRequest()
/aosp12/system/keymaster/ng/
H A DAndroidRemotelyProvisionedComponentDevice.cpp109 const bytevec& challenge, DeviceInfo* deviceInfo, ProtectedData* protectedData, in generateCertificateRequest() argument
127 protectedData->protectedData = km_utils::kmBlob2vector(response.protected_data_blob); in generateCertificateRequest()
/aosp12/hardware/interfaces/security/keymint/aidl/aidl_api/android.hardware.security.keymint/1/android/hardware/security/keymint/
H A DProtectedData.aidl38 byte[] protectedData;
H A DIRemotelyProvisionedComponent.aidl40 ….keymint.DeviceInfo deviceInfo, out android.hardware.security.keymint.ProtectedData protectedData); in generateCertificateRequest() argument
/aosp12/hardware/interfaces/security/keymint/aidl/aidl_api/android.hardware.security.keymint/current/android/hardware/security/keymint/
H A DProtectedData.aidl38 byte[] protectedData;
H A DIRemotelyProvisionedComponent.aidl40 ….keymint.DeviceInfo deviceInfo, out android.hardware.security.keymint.ProtectedData protectedData); in generateCertificateRequest() argument
/aosp12/hardware/interfaces/security/keymint/aidl/android/hardware/security/keymint/
H A DProtectedData.aidl196 byte[] protectedData;
H A DIRemotelyProvisionedComponent.aidl293 out ProtectedData protectedData); in generateCertificateRequest() argument
/aosp12/packages/apps/RemoteProvisioner/tests/unittests/src/com/android/remoteprovisioner/unittest/
H A DSystemInterfaceTest.java128 ByteArrayInputStream bais = new ByteArrayInputStream(encryptedBundle.protectedData); in testGenerateCSR()
289 ByteArrayInputStream bais = new ByteArrayInputStream(encryptedBundle.protectedData); in testDecryptProtectedPayload()
313 byte[] protectedData = cipher.doFinal(encryptedContent); in testDecryptProtectedPayload()
314 bais = new ByteArrayInputStream(protectedData); in testDecryptProtectedPayload()
/aosp12/system/keymaster/ng/include/
H A DAndroidRemotelyProvisionedComponentDevice.h46 DeviceInfo* deviceInfo, ProtectedData* protectedData,
/aosp12/system/security/keystore2/aidl/android/security/remoteprovisioning/
H A DIRemoteProvisioning.aidl95 in SecurityLevel secLevel, out ProtectedData protectedData, out DeviceInfo deviceInfo); in generateCsr() argument
/aosp12/system/core/trusty/keymaster/include/trusty_keymaster/
H A DTrustyRemotelyProvisionedComponentDevice.h46 DeviceInfo* deviceInfo, ProtectedData* protectedData,