Home
last modified time | relevance | path

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

/system/vold/
Dcryptfs.cpp276 struct CryptoType { struct
282 constexpr CryptoType() : CryptoType(nullptr, nullptr, 0xFFFFFFFF) {} in CryptoType() argument
283 constexpr CryptoType set_keysize(uint32_t size) const { in set_keysize()
286 constexpr CryptoType set_property_name(const char* property) const { in set_property_name()
289 constexpr CryptoType set_crypto_name(const char* crypto) const { in set_crypto_name()
293 constexpr const char* get_property_name() const { return property_name; } in get_property_name()
294 constexpr const char* get_crypto_name() const { return crypto_name; } in get_crypto_name()
295 constexpr uint32_t get_keysize() const { return keysize; } in get_keysize()
298 const char* property_name;
299 const char* crypto_name;
[all …]