Home
last modified time | relevance | path

Searched refs:getRootOfTrustChallenge (Results 1 – 9 of 9) sorted by relevance

/system/core/trusty/keymaster/include/trusty_keymaster/
DTrustyKeyMintDevice.h84 ScopedAStatus getRootOfTrustChallenge(array<uint8_t, 16>* challenge) override;
/system/keymaster/ng/include/
DAndroidKeyMintDevice.h85 ScopedAStatus getRootOfTrustChallenge(array<uint8_t, 16>* challenge) override;
/system/security/keystore2/src/
Dkm_compat.rs208 fn getRootOfTrustChallenge(&self) -> binder::Result<[u8; 16]> { in getRootOfTrustChallenge() function
209 self.real.getRootOfTrustChallenge()
Dshared_secret_negotiation.rs295 let challenge = match strongbox.getRootOfTrustChallenge() { in transfer_root_of_trust()
/system/security/keystore2/src/km_compat/
Dkm_compat.h145 ScopedAStatus getRootOfTrustChallenge(std::array<uint8_t, 16>* challenge);
Dkm_compat.cpp829 ScopedAStatus KeyMintDevice::getRootOfTrustChallenge(std::array<uint8_t, 16>* /* challenge */) { in getRootOfTrustChallenge() function in KeyMintDevice
/system/core/trusty/keymaster/keymint/
DTrustyKeyMintDevice.cpp328 ScopedAStatus TrustyKeyMintDevice::getRootOfTrustChallenge(array<uint8_t, 16>* /* challenge */) { in getRootOfTrustChallenge() function in aidl::android::hardware::security::keymint::trusty::TrustyKeyMintDevice
/system/keymint/hal/src/
Dkeymint.rs267 fn getRootOfTrustChallenge(&self) -> binder::Result<[u8; 16]> { in getRootOfTrustChallenge() method
/system/keymaster/ng/
DAndroidKeyMintDevice.cpp483 ScopedAStatus AndroidKeyMintDevice::getRootOfTrustChallenge(array<uint8_t, 16>* /* challenge */) { in getRootOfTrustChallenge() function in aidl::android::hardware::security::keymint::AndroidKeyMintDevice