Home
last modified time | relevance | path

Searched refs:chrand (Results 1 – 4 of 4) sorted by relevance

/src/crypto/krb5/src/kadmin/server/ !
H A Dauth_self.c71 vt->chrand = self_compare; in kadm5_auth_self_initvt()
H A Dauth.c145 else if (opcode == OP_CHRAND && h->vt.chrand != NULL) in call_module()
146 return h->vt.chrand(context, h->data, client, p1); in call_module()
H A Dauth_acl.c752 vt->chrand = acl_chrand; in kadm5_auth_acl_initvt()
/src/crypto/krb5/src/include/krb5/ !
H A Dkadm5_auth_plugin.h288 kadm5_auth_chrand_fn chrand; member