Lines Matching refs:property
282 constexpr CryptoType set_property_name(const char *property) const {
283 return CryptoType(property, this->crypto_name, this->keysize);
298 constexpr CryptoType(const char *property, const char *crypto,
300 : property_name(property), crypto_name(crypto), keysize(ksize) {}
305 // We only want to parse this read-only property once. But we need to wait
2270 * /data, set a property saying we're doing inplace encryption,
2457 /* set property to trigger dialog */
2466 * Set the property and return. Hope the framework can deal with it.