Home
last modified time | relevance | path

Searched defs:crypto_type (Results 1 – 2 of 2) sorted by relevance

/system/vold/
Dcryptfs.cpp67 static CryptoType crypto_type = in get_crypto_type() local
105 auto crypto_type = get_crypto_type(); in cryptfs_setup_ext_volume() local
DCryptoType.h85 constexpr bool isValidCryptoType(size_t max_keylen, const CryptoType& crypto_type) { in isValidCryptoType()