Searched defs:crypto_type (Results 1 – 2 of 2) sorted by relevance
756 std::string crypto_type = android::base::GetProperty("ro.crypto.type", ""); in load_persist_props() local
312 static CryptoType crypto_type = CryptoType::get_device_crypto_algorithm(); in get_crypto_type() local343 constexpr bool isValidCryptoType(const CryptoType& crypto_type) { in isValidCryptoType()