/aosp12/hardware/interfaces/security/keymint/aidl/vts/functional/ |
H A D | VtsRemotelyProvisionedComponentTests.cpp | 304 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 D | Provisioner.java | 71 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 D | SystemInterface.java | 74 byte[] geekChain, byte[] challenge, ProtectedData protectedData, DeviceInfo deviceInfo, in generateCsr() argument 84 protectedData, in generateCsr()
|
H A D | CborUtils.java | 267 byte[] protectedData, byte[] macedKeysToSign) { in buildCertificateRequest() argument 274 ByteArrayInputStream bais = new ByteArrayInputStream(protectedData); in buildCertificateRequest()
|
/aosp12/system/security/provisioner/ |
H A D | rkp_factory_extraction_tool.cpp | 70 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 D | TrustyRemotelyProvisionedComponentDevice.cpp | 98 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 D | AndroidRemotelyProvisionedComponentDevice.cpp | 109 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 D | ProtectedData.aidl | 38 byte[] protectedData;
|
H A D | IRemotelyProvisionedComponent.aidl | 40 ….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 D | ProtectedData.aidl | 38 byte[] protectedData;
|
H A D | IRemotelyProvisionedComponent.aidl | 40 ….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 D | ProtectedData.aidl | 196 byte[] protectedData;
|
H A D | IRemotelyProvisionedComponent.aidl | 293 out ProtectedData protectedData); in generateCertificateRequest() argument
|
/aosp12/packages/apps/RemoteProvisioner/tests/unittests/src/com/android/remoteprovisioner/unittest/ |
H A D | SystemInterfaceTest.java | 128 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 D | AndroidRemotelyProvisionedComponentDevice.h | 46 DeviceInfo* deviceInfo, ProtectedData* protectedData,
|
/aosp12/system/security/keystore2/aidl/android/security/remoteprovisioning/ |
H A D | IRemoteProvisioning.aidl | 95 in SecurityLevel secLevel, out ProtectedData protectedData, out DeviceInfo deviceInfo); in generateCsr() argument
|
/aosp12/system/core/trusty/keymaster/include/trusty_keymaster/ |
H A D | TrustyRemotelyProvisionedComponentDevice.h | 46 DeviceInfo* deviceInfo, ProtectedData* protectedData,
|