Home
last modified time | relevance | path

Searched refs:isFsKeyringSupported (Results 1 – 3 of 3) sorted by relevance

/system/vold/
DKeyUtil.h46 bool isFsKeyringSupported(void);
DKeyUtil.cpp108 bool isFsKeyringSupported(void) { in isFsKeyringSupported() function
289 if (!isFsKeyringSupported()) { in installKey()
429 if (policy.options.version == 1 && !isFsKeyringSupported()) { in evictKey()
DFsCrypt.cpp610 if (IsFbeEnabled() && android::vold::isFsKeyringSupported()) { in fscrypt_init_user0()
648 if (android::vold::isFsKeyringSupported()) { in drop_caches_if_needed()