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

/system/vold/
H A Dcryptfs.cpp267 struct CryptoType;
269 // Use to get the CryptoType in use on this device.
270 const CryptoType &get_crypto_type();
272 struct CryptoType { struct in namespace:__anon2800
278 constexpr CryptoType() : CryptoType(nullptr, nullptr, 0xFFFFFFFF) {} function in struct:__anon2800::CryptoType
279 constexpr CryptoType set_keysize(uint32_t size) const {
280 return CryptoType(this->property_name, this->crypto_name, size);
282 constexpr CryptoType set_property_name(const char *property) const {
283 return CryptoType(propert
298 constexpr CryptoType(const char *property, const char *crypto, function in struct:__anon2800::CryptoType
[all...]

Completed in 814 milliseconds