Home
last modified time | relevance | path

Searched refs:EXACT_MATCH_CONSTRAINT (Results 1 – 2 of 2) sorted by relevance

/system/secretkeeper/dice_policy/src/
Dlib.rs70 pub const EXACT_MATCH_CONSTRAINT: u16 = 1; constant
95 if constraint_type != EXACT_MATCH_CONSTRAINT in new()
248 EXACT_MATCH_CONSTRAINT => { in check_constraint_on_node()
/system/secretkeeper/dice_policy/building/src/
Dlib.rs27 EXACT_MATCH_CONSTRAINT, GREATER_OR_EQUAL_CONSTRAINT,
53 ExactMatch = EXACT_MATCH_CONSTRAINT,