Searched refs:getRootOfTrustChallenge (Results 1 – 9 of 9) sorted by relevance
84 ScopedAStatus getRootOfTrustChallenge(array<uint8_t, 16>* challenge) override;
85 ScopedAStatus getRootOfTrustChallenge(array<uint8_t, 16>* challenge) override;
208 fn getRootOfTrustChallenge(&self) -> binder::Result<[u8; 16]> { in getRootOfTrustChallenge() function209 self.real.getRootOfTrustChallenge()
295 let challenge = match strongbox.getRootOfTrustChallenge() { in transfer_root_of_trust()
145 ScopedAStatus getRootOfTrustChallenge(std::array<uint8_t, 16>* challenge);
829 ScopedAStatus KeyMintDevice::getRootOfTrustChallenge(std::array<uint8_t, 16>* /* challenge */) { in getRootOfTrustChallenge() function in KeyMintDevice
328 ScopedAStatus TrustyKeyMintDevice::getRootOfTrustChallenge(array<uint8_t, 16>* /* challenge */) { in getRootOfTrustChallenge() function in aidl::android::hardware::security::keymint::trusty::TrustyKeyMintDevice
267 fn getRootOfTrustChallenge(&self) -> binder::Result<[u8; 16]> { in getRootOfTrustChallenge() method
483 ScopedAStatus AndroidKeyMintDevice::getRootOfTrustChallenge(array<uint8_t, 16>* /* challenge */) { in getRootOfTrustChallenge() function in aidl::android::hardware::security::keymint::AndroidKeyMintDevice