Home
last modified time | relevance | path

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

/system/keymaster/ng/
DAndroidKeyMintDevice.cpp483 ScopedAStatus AndroidKeyMintDevice::getRootOfTrustChallenge(array<uint8_t, 16>* /* challenge */) { in getRootOfTrustChallenge() function in aidl::android::hardware::security::keymint::AndroidKeyMintDevice
/system/core/trusty/keymaster/keymint/
DTrustyKeyMintDevice.cpp324 ScopedAStatus TrustyKeyMintDevice::getRootOfTrustChallenge(array<uint8_t, 16>* /* challenge */) { in getRootOfTrustChallenge() function in aidl::android::hardware::security::keymint::trusty::TrustyKeyMintDevice
/system/security/keystore2/src/
Dkm_compat.rs302 fn getRootOfTrustChallenge(&self) -> binder::Result<[u8; 16]> { in getRootOfTrustChallenge() function
/system/keymint/hal/src/
Dkeymint.rs250 fn getRootOfTrustChallenge(&self) -> binder::Result<[u8; 16]> { in getRootOfTrustChallenge() method
/system/security/keystore2/src/km_compat/
Dkm_compat.cpp805 ScopedAStatus KeyMintDevice::getRootOfTrustChallenge(std::array<uint8_t, 16>* /* challenge */) { in getRootOfTrustChallenge() function in KeyMintDevice