Searched refs:authdat (Results 1 – 1 of 1) sorted by relevance
| /freebsd/crypto/krb5/src/lib/gssapi/krb5/ |
| H A D | accept_sec_context.c | 680 krb5_authenticator *authdat = 0; in kg_accept_krb5() local 839 krb5_auth_con_getauthenticator(context, auth_context, &authdat); in kg_accept_krb5() 843 authdat, exts, in kg_accept_krb5() 882 authdat->authorization_data, in kg_accept_krb5() 897 if ((code = kg_init_name(context, authdat->client, NULL, NULL, in kg_accept_krb5() 903 authdat->client = NULL; in kg_accept_krb5() 1153 if (authdat) in kg_accept_krb5() 1154 krb5_free_authenticator(context, authdat); in kg_accept_krb5()
|