HomeSort by relevance Sort by last modified time
    Searched refs:crypto_type (Results 1 - 3 of 3) sorted by null

  /system/vold/
cryptfs.cpp 309 static CryptoType crypto_type = CryptoType::get_device_crypto_algorithm(); local
310 return crypto_type;
339 constexpr bool isValidCryptoType(const CryptoType &crypto_type) {
340 return ((crypto_type.get_property_name() != nullptr) &&
341 (crypto_type.get_crypto_name() != nullptr) &&
342 (crypto_type.get_keysize() <= MAX_KEY_LEN));
    [all...]
  /system/core/init/
property_service.cpp 712 std::string crypto_type = android::base::GetProperty("ro.crypto.type", ""); local
713 if (crypto_state == "encrypted" && crypto_type == "block") {
  /frameworks/base/core/proto/android/os/
system_properties.proto 347 optional string crypto_type = 22;

Completed in 98 milliseconds