Searched defs:getRootOfTrust (Results 1 – 5 of 5) sorted by relevance
/system/core/trusty/keymaster/keymint/ | ||
D | TrustyKeyMintDevice.cpp | 332 ScopedAStatus TrustyKeyMintDevice::getRootOfTrust(const array<uint8_t, 16>& challenge, in getRootOfTrust() function in aidl::android::hardware::security::keymint::trusty::TrustyKeyMintDevice |
/system/keymaster/ng/ | ||
D | AndroidKeyMintDevice.cpp | 487 ScopedAStatus AndroidKeyMintDevice::getRootOfTrust(const array<uint8_t, 16>& /* challenge */, in getRootOfTrust() function in aidl::android::hardware::security::keymint::AndroidKeyMintDevice |
/system/security/keystore2/src/ | ||
D | km_compat.rs | 211 fn getRootOfTrust(&self, challenge: &[u8; 16]) -> binder::Result<Vec<u8>> { in getRootOfTrust() function |
/system/keymint/hal/src/ | ||
D | keymint.rs | 273 fn getRootOfTrust(&self, challenge: &[u8; 16]) -> binder::Result<Vec<u8>> { in getRootOfTrust() method |
/system/security/keystore2/src/km_compat/ | ||
D | km_compat.cpp | 833 ScopedAStatus KeyMintDevice::getRootOfTrust(const std::array<uint8_t, 16>& /* challenge */, in getRootOfTrust() function in KeyMintDevice |