Home
last modified time | relevance | path

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

/system/vold/
DKeyUtil.h48 bool isFsKeyringSupported(void);
DKeyUtil.cpp95 bool isFsKeyringSupported(void) { in isFsKeyringSupported() function
275 if (!isFsKeyringSupported()) { in installKey()
356 if (policy.options.version == 1 && !isFsKeyringSupported()) { in evictKey()
DFsCrypt.cpp493 if (fscrypt_is_native() && android::vold::isFsKeyringSupported()) { in fscrypt_init_user0()
530 if (android::vold::isFsKeyringSupported()) { in drop_caches_if_needed()