Home
last modified time | relevance | path

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

/system/vold/
DMetadataCrypt.cpp237 static const CryptoType& lookup_cipher(const std::string& cipher_name) { in lookup_cipher() argument
238 if (cipher_name.empty()) return supported_crypto_types[0]; in lookup_cipher()
240 if (cipher_name == supported_crypto_types[i].get_config_name()) { in lookup_cipher()
253 std::string cipher_name = parts[0]; in parse_options() local
254 options->cipher = lookup_cipher(cipher_name); in parse_options()
256 LOG(ERROR) << "No metadata cipher named " << cipher_name << " found"; in parse_options()