Home
last modified time | relevance | path

Searched defs:crypto_type (Results 1 – 4 of 4) sorted by relevance

/aosp12/system/vold/
H A DCryptoType.h85 constexpr bool isValidCryptoType(size_t max_keylen, const CryptoType& crypto_type) { in isValidCryptoType()
H A Dcryptfs.cpp319 static CryptoType crypto_type = in get_crypto_type() local
1958 auto crypto_type = get_crypto_type(); in cryptfs_setup_ext_volume() local
/aosp12/system/core/init/
H A Dbuiltins.cpp1123 std::string crypto_type = android::base::GetProperty("ro.crypto.type", ""); in do_load_persist_props() local
/aosp12/frameworks/base/core/proto/android/os/
H A Dsystem_properties.proto387 optional string crypto_type = 22; field