Home
last modified time | relevance | path

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

/system/vold/
DCryptoType.h85 constexpr bool isValidCryptoType(size_t max_keylen, const CryptoType& crypto_type) { in isValidCryptoType() function
98 return len == 0 || (isValidCryptoType(max_keylen, types[len - 1]) && in validateSupportedCryptoTypes()
DMetadataCrypt.cpp78 static_assert(isValidCryptoType(64, legacy_aes_256_xts),