Searched refs:CTLFLAG_SECURE (Results 1 – 3 of 3) sorted by relevance
2673 pub const CTLFLAG_SECURE: c_int = 0x08000000; constant2692 pub const CTLFLAG_SECURE1: c_int = CTLFLAG_SECURE | (0 << CTLSHIFT_SECURE);2693 pub const CTLFLAG_SECURE2: c_int = CTLFLAG_SECURE | (1 << CTLSHIFT_SECURE);2694 pub const CTLFLAG_SECURE3: c_int = CTLFLAG_SECURE | (2 << CTLSHIFT_SECURE);
280 CTLFLAG_SECURE
4271 pub const CTLFLAG_SECURE: c_int = 0x08000000; constant