Lines Matching full:property
112 * evaluate_boot_verified() - Evaluate @ctx for the boot verified property.
126 * evaluate_dmv_roothash() - Evaluate @ctx against a dmv roothash property.
128 * @p: Supplies a pointer to the property being evaluated.
152 * evaluate_dmv_sig_false() - Evaluate @ctx against a dmv sig false property.
156 * * %true - The current @ctx match the property
157 * * %false - The current @ctx doesn't match the property
165 * evaluate_dmv_sig_true() - Evaluate @ctx against a dmv sig true property.
169 * * %true - The current @ctx match the property
170 * * %false - The current @ctx doesn't match the property
190 * evaluate_fsv_digest() - Evaluate @ctx against a fsv digest property.
192 * @p: Supplies a pointer to the property being evaluated.
229 * evaluate_fsv_sig_false() - Evaluate @ctx against a fsv sig false property.
233 * * %true - The current @ctx match the property
234 * * %false - The current @ctx doesn't match the property
245 * evaluate_fsv_sig_true() - Evaluate @ctx against a fsv sig true property.
249 * * %true - The current @ctx match the property
250 * * %false - The current @ctx doesn't match the property
269 * evaluate_property() - Analyze @ctx against a rule property.
271 * @p: Supplies a pointer to the property to be evaluated.
274 * matches the conditions defined by a rule property @p.