Searched refs:isValidCryptoType (Results 1 – 2 of 2) sorted by relevance
85 constexpr bool isValidCryptoType(size_t max_keylen, const CryptoType& crypto_type) { in isValidCryptoType() function98 return len == 0 || (isValidCryptoType(max_keylen, types[len - 1]) && in validateSupportedCryptoTypes()
78 static_assert(isValidCryptoType(64, legacy_aes_256_xts),