Home | History | Annotate | Download | only in vold

Lines Matching refs:crypto_type

309     static CryptoType crypto_type = CryptoType::get_device_crypto_algorithm();
310 return crypto_type;
339 constexpr bool isValidCryptoType(const CryptoType &crypto_type) {
340 return ((crypto_type.get_property_name() != nullptr) &&
341 (crypto_type.get_crypto_name() != nullptr) &&
342 (crypto_type.get_keysize() <= MAX_KEY_LEN));