Home
last modified time | relevance | path

Searched defs:getRootOfTrust (Results 1 – 5 of 5) sorted by relevance

/system/core/trusty/keymaster/keymint/
DTrustyKeyMintDevice.cpp332 ScopedAStatus TrustyKeyMintDevice::getRootOfTrust(const array<uint8_t, 16>& challenge, in getRootOfTrust() function in aidl::android::hardware::security::keymint::trusty::TrustyKeyMintDevice
/system/keymaster/ng/
DAndroidKeyMintDevice.cpp487 ScopedAStatus AndroidKeyMintDevice::getRootOfTrust(const array<uint8_t, 16>& /* challenge */, in getRootOfTrust() function in aidl::android::hardware::security::keymint::AndroidKeyMintDevice
/system/security/keystore2/src/
Dkm_compat.rs211 fn getRootOfTrust(&self, challenge: &[u8; 16]) -> binder::Result<Vec<u8>> { in getRootOfTrust() function
/system/keymint/hal/src/
Dkeymint.rs273 fn getRootOfTrust(&self, challenge: &[u8; 16]) -> binder::Result<Vec<u8>> { in getRootOfTrust() method
/system/security/keystore2/src/km_compat/
Dkm_compat.cpp833 ScopedAStatus KeyMintDevice::getRootOfTrust(const std::array<uint8_t, 16>& /* challenge */, in getRootOfTrust() function in KeyMintDevice