Home
last modified time | relevance | path

Searched refs:getSecureClock (Results 1 – 5 of 5) sorted by relevance

/aosp12/system/security/keystore2/aidl/android/security/compat/
H A DIKeystoreCompatService.aidl41 ISecureClock getSecureClock (); in getSecureClock() method
/aosp12/system/security/keystore2/src/km_compat/
H A Dkm_compat.h223 ScopedAStatus getSecureClock(std::shared_ptr<ISecureClock>* _aidl_return) override;
H A Dlib.rs344 let secure_clock = match compat_service.getSecureClock() { in test_secure_clock()
H A Dkm_compat.cpp1447 ScopedAStatus KeystoreCompatService::getSecureClock(std::shared_ptr<ISecureClock>* _aidl_return) { in getSecureClock() function in KeystoreCompatService
/aosp12/system/security/keystore2/src/
H A Dglobals.rs318 map_binder_status(keystore_compat_service.getSecureClock()) in connect_secureclock()