Searched refs:supported_crypto_types (Results 1 - 1 of 1) sorted by relevance

/system/vold/
H A Dcryptfs.cpp274 // supported_crypto_types[]. We do it via this pseudo-builder pattern,
277 // supported_crypto_types[] below.
318 constexpr CryptoType supported_crypto_types[] = { member in namespace:__anon2800
329 // We confirm all supported_crypto_types have a small enough keysize and
336 return (index >= array_length(supported_crypto_types));
350 (isValidCryptoType(supported_crypto_types[index]) &&
367 for (auto const &ctype : supported_crypto_types) {

Completed in 62 milliseconds