Home
last modified time | relevance | path

Searched refs:protectedData (Results 1 – 16 of 16) sorted by relevance

/hardware/interfaces/security/rkp/aidl/vts/functional/
DVtsRemotelyProvisionedComponentTests.cpp487 ProtectedData protectedData; in TEST_P() local
490 &protectedData, &keysToSignMac); in TEST_P()
494 deviceInfo, cppbor::Array(), keysToSignMac, protectedData, testEekChain_, eekId_, in TEST_P()
511 ProtectedData protectedData; in TEST_P() local
515 &protectedData, &keysToSignMac); in TEST_P()
519 deviceInfo, /*keysToSign=*/cppbor::Array(), keysToSignMac, protectedData, testEekChain_, in TEST_P()
525 &protectedData, &keysToSignMac); in TEST_P()
529 deviceInfo, /*keysToSign=*/cppbor::Array(), keysToSignMac, protectedData, testEekChain_, in TEST_P()
552 ProtectedData protectedData; in TEST_P() local
555 challenge_, &deviceInfo, &protectedData, &keysToSignMac); in TEST_P()
[all …]
/hardware/interfaces/security/rkp/aidl/aidl_api/android.hardware.security.rkp/2/android/hardware/security/keymint/
DProtectedData.aidl38 byte[] protectedData;
DIRemotelyProvisionedComponent.aidl40 ….keymint.DeviceInfo deviceInfo, out android.hardware.security.keymint.ProtectedData protectedData); in generateCertificateRequest() argument
/hardware/interfaces/security/rkp/aidl/aidl_api/android.hardware.security.rkp/1/android/hardware/security/keymint/
DProtectedData.aidl38 byte[] protectedData;
DIRemotelyProvisionedComponent.aidl40 ….keymint.DeviceInfo deviceInfo, out android.hardware.security.keymint.ProtectedData protectedData); in generateCertificateRequest() argument
/hardware/interfaces/security/rkp/aidl/aidl_api/android.hardware.security.rkp/3/android/hardware/security/keymint/
DProtectedData.aidl38 byte[] protectedData;
DIRemotelyProvisionedComponent.aidl40 ….keymint.DeviceInfo deviceInfo, out android.hardware.security.keymint.ProtectedData protectedData); in generateCertificateRequest() argument
/hardware/interfaces/security/rkp/aidl/aidl_api/android.hardware.security.rkp/current/android/hardware/security/keymint/
DProtectedData.aidl38 byte[] protectedData;
DIRemotelyProvisionedComponent.aidl40 ….keymint.DeviceInfo deviceInfo, out android.hardware.security.keymint.ProtectedData protectedData); in generateCertificateRequest() argument
/hardware/interfaces/security/rkp/aidl/android/hardware/security/keymint/
DProtectedData.aidl245 byte[] protectedData;
DIRemotelyProvisionedComponent.aidl222 out ProtectedData protectedData); in generateCertificateRequest() argument
/hardware/interfaces/security/keymint/support/include/remote_prov/
Dremote_prov_utils.h160 const std::vector<uint8_t>& keysToSignMac, const ProtectedData& protectedData,
168 const std::vector<uint8_t>& keysToSignMac, const ProtectedData& protectedData,
/hardware/nxp/keymint/KM200/
DJavacardRemotelyProvisionedComponentDevice.cpp259 DeviceInfo* deviceInfo, ProtectedData* protectedData, in generateCertificateRequest() argument
288 protectedData->protectedData = in generateCertificateRequest()
DJavacardRemotelyProvisionedComponentDevice.h52 ProtectedData* protectedData,
/hardware/nxp/keymint/KM300/
DJavacardRemotelyProvisionedComponentDevice.h71 DeviceInfo* deviceInfo, ProtectedData* protectedData,
/hardware/interfaces/security/keymint/support/
Dremote_prov_utils.cpp637 const std::vector<uint8_t>& keysToSignMac, const ProtectedData& protectedData, in verifyProtectedData() argument
641 auto [parsedProtectedData, _, protDataErrMsg] = cppbor::parse(protectedData.protectedData); in verifyProtectedData()
737 const std::vector<uint8_t>& keysToSignMac, const ProtectedData& protectedData, in verifyFactoryProtectedData() argument
740 return verifyProtectedData(deviceInfo, keysToSign, keysToSignMac, protectedData, eekChain, in verifyFactoryProtectedData()
747 const std::vector<uint8_t>& keysToSignMac, const ProtectedData& protectedData, in verifyProductionProtectedData() argument
750 return verifyProtectedData(deviceInfo, keysToSign, keysToSignMac, protectedData, eekChain, in verifyProductionProtectedData()