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

/system/vold/
H A Dcryptfs.cpp280 return CryptoType(this->property_name, this->crypto_name, size);
283 return CryptoType(property, this->crypto_name, this->keysize);
290 constexpr const char *get_crypto_name() const { return crypto_name; }
295 const char *crypto_name; member in struct:__anon2800::CryptoType
300 : property_name(property), crypto_name(crypto), keysize(ksize) {}

Completed in 52 milliseconds