Searched defs:crypto_type (Results 1 – 2 of 2) sorted by relevance
67 static CryptoType crypto_type = in get_crypto_type() local105 auto crypto_type = get_crypto_type(); in cryptfs_setup_ext_volume() local
85 constexpr bool isValidCryptoType(size_t max_keylen, const CryptoType& crypto_type) { in isValidCryptoType()