Searched refs:protectedData (Results 1 – 7 of 7) sorted by relevance
/hardware/interfaces/security/keymint/aidl/vts/functional/ |
D | VtsRemotelyProvisionedComponentTests.cpp | 302 const bytevec& keysToSignMac, const ProtectedData& protectedData, in checkProtectedData() argument 304 auto [parsedProtectedData, _, protDataErrMsg] = cppbor::parse(protectedData.protectedData); in checkProtectedData() 387 ProtectedData protectedData; in TEST_P() local 390 &protectedData, &keysToSignMac); in TEST_P() 393 checkProtectedData(deviceInfo, cppbor::Array(), keysToSignMac, protectedData); in TEST_P() 408 ProtectedData protectedData; in TEST_P() local 411 &protectedData, &keysToSignMac); in TEST_P() 415 checkProtectedData(deviceInfo, /*keysToSign=*/cppbor::Array(), keysToSignMac, protectedData, in TEST_P() 420 &protectedData, &keysToSignMac); in TEST_P() 424 checkProtectedData(deviceInfo, /*keysToSign=*/cppbor::Array(), keysToSignMac, protectedData, in TEST_P() [all …]
|
/hardware/interfaces/security/keymint/aidl/aidl_api/android.hardware.security.keymint/1/android/hardware/security/keymint/ |
D | ProtectedData.aidl | 38 byte[] protectedData;
|
D | IRemotelyProvisionedComponent.aidl | 40 ….keymint.DeviceInfo deviceInfo, out android.hardware.security.keymint.ProtectedData protectedData); in generateCertificateRequest() argument
|
/hardware/interfaces/security/keymint/aidl/android/hardware/security/keymint/ |
D | ProtectedData.aidl | 196 byte[] protectedData;
|
D | IRemotelyProvisionedComponent.aidl | 293 out ProtectedData protectedData); in generateCertificateRequest() argument
|
/hardware/interfaces/security/keymint/aidl/aidl_api/android.hardware.security.keymint/current/android/hardware/security/keymint/ |
D | ProtectedData.aidl | 38 byte[] protectedData;
|
D | IRemotelyProvisionedComponent.aidl | 40 ….keymint.DeviceInfo deviceInfo, out android.hardware.security.keymint.ProtectedData protectedData); in generateCertificateRequest() argument
|