Home
last modified time | relevance | path

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

/aosp12/system/vold/
H A DCryptoType.h85 constexpr bool isValidCryptoType(size_t max_keylen, const CryptoType& crypto_type) { in isValidCryptoType()
96 constexpr bool validateSupportedCryptoTypes(size_t max_keylen, const CryptoType types[], in validateSupportedCryptoTypes()
H A Dcryptfs.cpp2709 unsigned int max_keylen; in cryptfs_setfield() local