Home
last modified time | relevance | path

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

/system/core/init/
Dproperty_service.cpp756 std::string crypto_type = android::base::GetProperty("ro.crypto.type", ""); in load_persist_props() local
/system/vold/
Dcryptfs.cpp312 static CryptoType crypto_type = CryptoType::get_device_crypto_algorithm(); in get_crypto_type() local
343 constexpr bool isValidCryptoType(const CryptoType& crypto_type) { in isValidCryptoType()