Searched refs:getRootOfTrust (Results 1 – 9 of 9) sorted by relevance
/hardware/interfaces/security/keymint/aidl/vts/functional/ |
D | SecureElementProvisioningTest.cpp | 183 Status result = tee->getRootOfTrust(challenge1, &rootOfTrust1); in TEST_F() 188 result = tee->getRootOfTrust(challenge2, &rootOfTrust2); in TEST_F() 194 result = tee->getRootOfTrust(challenge1, &rootOfTrust3); in TEST_F() 233 Status result = sb->getRootOfTrust({}, &rootOfTrust); in TEST_F() 327 result = tee->getRootOfTrust(challenge, &rootOfTrust); in TEST_F() 371 result = tee->getRootOfTrust(challenge, &rootOfTrust); in TEST_F()
|
/hardware/interfaces/security/keymint/aidl/android/hardware/security/keymint/ |
D | IKeyMintDevice.aidl | 939 byte[] getRootOfTrust(in byte[16] challenge); in getRootOfTrust() method
|
/hardware/interfaces/security/keymint/aidl/aidl_api/android.hardware.security.keymint/3/android/hardware/security/keymint/ |
D | IKeyMintDevice.aidl | 53 byte[] getRootOfTrust(in byte[16] challenge); in getRootOfTrust() method
|
/hardware/interfaces/security/keymint/aidl/aidl_api/android.hardware.security.keymint/2/android/hardware/security/keymint/ |
D | IKeyMintDevice.aidl | 53 byte[] getRootOfTrust(in byte[16] challenge); in getRootOfTrust() method
|
/hardware/interfaces/security/keymint/aidl/aidl_api/android.hardware.security.keymint/current/android/hardware/security/keymint/ |
D | IKeyMintDevice.aidl | 53 byte[] getRootOfTrust(in byte[16] challenge); in getRootOfTrust() method
|
/hardware/nxp/keymint/KM300/ |
D | JavacardKeyMintDevice.h | 115 ScopedAStatus getRootOfTrust(const array<uint8_t, 16>& challenge,
|
D | JavacardKeyMintDevice.cpp | 414 ScopedAStatus JavacardKeyMintDevice::getRootOfTrust(const std::array<uint8_t, 16>& /*challenge*/, in getRootOfTrust() function in aidl::android::hardware::security::keymint::JavacardKeyMintDevice
|
/hardware/nxp/keymint/KM200/ |
D | JavacardKeyMintDevice.h | 110 ScopedAStatus getRootOfTrust(const std::array<uint8_t, 16>& in_challenge,
|
D | JavacardKeyMintDevice.cpp | 395 ScopedAStatus JavacardKeyMintDevice::getRootOfTrust(__attribute__((unused)) const std::array<uint8_… in getRootOfTrust() function in aidl::android::hardware::security::keymint::JavacardKeyMintDevice
|