Home
last modified time | relevance | path

Searched refs:rs_out (Results 1 – 3 of 3) sorted by relevance

/src/crypto/krb5/src/kadmin/server/
H A Dauth_acl.c527 krb5_const_principal target, struct kadm5_auth_restrictions **rs_out) in acl_check() argument
531 if (rs_out != NULL) in acl_check()
532 *rs_out = NULL; in acl_check()
540 if (rs_out != NULL && entry->rs != NULL && entry->rs->mask) in acl_check()
541 *rs_out = entry->rs; in acl_check()
580 struct kadm5_auth_restrictions **rs_out) in acl_addprinc() argument
582 return acl_check(data, ACL_ADD, client, target, rs_out); in acl_addprinc()
589 struct kadm5_auth_restrictions **rs_out) in acl_modprinc() argument
591 return acl_check(data, ACL_MODIFY, client, target, rs_out); in acl_modprinc()
/src/crypto/krb5/src/plugins/kadm5_auth/test/
H A Dmain.c68 struct kadm5_auth_restrictions **rs_out) in welcomer_addprinc() argument
80 struct kadm5_auth_restrictions **rs_out) in bouncer_addprinc() argument
90 struct kadm5_auth_restrictions **rs_out) in welcomer_modprinc() argument
101 struct kadm5_auth_restrictions **rs_out) in bouncer_modprinc() argument
/src/crypto/krb5/src/include/krb5/
H A Dkadm5_auth_plugin.h136 struct kadm5_auth_restrictions **rs_out);
145 struct kadm5_auth_restrictions **rs_out);