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

/system/core/init/
H A Dproperty_service.cpp712 std::string crypto_type = android::base::GetProperty("ro.crypto.type", ""); local
713 if (crypto_state == "encrypted" && crypto_type == "block") {
/system/vold/
H A Dcryptfs.cpp309 static CryptoType crypto_type = CryptoType::get_device_crypto_algorithm(); local
310 return crypto_type;
339 constexpr bool isValidCryptoType(const CryptoType &crypto_type) { argument
340 return ((crypto_type.get_property_name() != nullptr) &&
341 (crypto_type.get_crypto_name() != nullptr) &&
342 (crypto_type.get_keysize() <= MAX_KEY_LEN));

Completed in 790 milliseconds