Lines Matching refs:AUTH
87 AUTH *da_auth;
435 sec_clnt_geth(CLIENT *client, struct sec_data *secdata, cred_t *cr, AUTH **ap) in sec_clnt_geth()
444 AUTH *auth; in sec_clnt_geth()
450 *ap = (AUTH *)NULL; in sec_clnt_geth()
459 *ap = (AUTH *) authnone_create(); in sec_clnt_geth()
463 *ap = (AUTH *) authkern_create(); in sec_clnt_geth()
467 *ap = (AUTH *) authloopback_create(); in sec_clnt_geth()
614 sec_clnt_freeh(AUTH *auth) in sec_clnt_freeh()
661 revoke_key(AUTH *auth, int newkey) in revoke_key()
814 sizeof (AUTH), 0, authkern_init, NULL, NULL, NULL, NULL, 0); in sec_subrinit()
816 sizeof (AUTH), 0, authnone_init, NULL, NULL, NULL, NULL, 0); in sec_subrinit()
818 sizeof (AUTH), 0, authloopback_init, NULL, NULL, NULL, NULL, 0); in sec_subrinit()