Home
last modified time | relevance | path

Searched refs:ROLE (Results 1 - 3 of 3) sorted by relevance

/third_party/selinux/checkpolicy/
H A Dpolicy_parse.y95 %token ROLE
508 role_type_def : ROLE identifier TYPES names ';'
511 role_attr_def : ROLE identifier opt_attr_list ';'
529 role_def : ROLE identifier_push ';'
531 | ROLE identifier_push '{' roles '}'
605 | SOURCE ROLE { if (insert_separator(1)) return -1; } names_push
608 | TARGET ROLE { if (insert_separator(1)) return -1; } names_push
611 | ROLE role_mls_op
962 require_decl_def : ROLE { $$ = require_role; }
/third_party/mbedtls/tests/
H A Dssl-opt.sh417 ROLE=$2
454 if [ "$ROLE" = "server" ]; then
463 elif [ "$ROLE" = "client" ]; then
/third_party/rust/crates/rust-openssl/openssl/src/
H A Dnid.rs651 pub const ROLE: Nid = Nid(ffi::NID_role); consts

Completed in 22 milliseconds