Searched refs:err_reply (Results 1 – 6 of 6) sorted by relevance
| /freebsd/crypto/krb5/src/lib/krb5/krb/ |
| H A D | gc_via_tkt.c | 178 krb5_error *err_reply = NULL; in krb5int_process_tgs_reply() local 187 retval = decode_krb5_error(response_data, &err_reply); in krb5int_process_tgs_reply() 191 &err_reply, NULL, NULL); in krb5int_process_tgs_reply() 194 retval = (krb5_error_code) err_reply->error + ERROR_TABLE_BASE_krb5; in krb5int_process_tgs_reply() 195 if (err_reply->text.length > 0) { in krb5int_process_tgs_reply() 196 switch (err_reply->error) { in krb5int_process_tgs_reply() 200 err_reply->text.length, err_reply->text.data); in krb5int_process_tgs_reply() 205 if (err_reply->server && in krb5int_process_tgs_reply() 206 krb5_unparse_name(context, err_reply->server, &s_name) == 0) { in krb5int_process_tgs_reply() 219 krb5_free_error(context, err_reply); in krb5int_process_tgs_reply() [all …]
|
| H A D | get_in_tkt.c | 525 krb5_free_error(context, ctx->err_reply); in krb5_init_creds_free() 636 if (ctx->err_reply == NULL) in krb5_init_creds_get_error() 644 ret->ctime = ctx->err_reply->ctime; in krb5_init_creds_get_error() 645 ret->cusec = ctx->err_reply->cusec; in krb5_init_creds_get_error() 646 ret->susec = ctx->err_reply->susec; in krb5_init_creds_get_error() 647 ret->stime = ctx->err_reply->stime; in krb5_init_creds_get_error() 648 ret->error = ctx->err_reply->error; in krb5_init_creds_get_error() 650 if (ctx->err_reply->client != NULL) { in krb5_init_creds_get_error() 651 code = krb5_copy_principal(context, ctx->err_reply->client, in krb5_init_creds_get_error() 657 code = krb5_copy_principal(context, ctx->err_reply->server, &ret->server); in krb5_init_creds_get_error() [all …]
|
| H A D | fast.c | 433 krb5_error *err_reply = *err_replyptr; in krb5int_fast_process_error() local 446 retval = decode_krb5_padata_sequence(&err_reply->e_data, &result); in krb5int_fast_process_error() 476 krb5_free_error(context, err_reply); in krb5int_fast_process_error() 497 *retry = (err_reply->e_data.length > 0); in krb5int_fast_process_error() 500 retval = decode_krb5_padata_sequence(&err_reply->e_data, in krb5int_fast_process_error() 503 (void)decode_krb5_typed_data(&err_reply->e_data, out_padata); in krb5int_fast_process_error()
|
| H A D | init_creds_ctx.h | 38 krb5_error *err_reply; member
|
| /freebsd/crypto/krb5/src/lib/krb5/os/ |
| H A D | sendto_kdc.c | 405 krb5_error *err_reply; in check_for_svc_unavailable() local 407 if (decode_krb5_error(reply, &err_reply) == 0) { in check_for_svc_unavailable() 408 *retval = err_reply->error; in check_for_svc_unavailable() 409 krb5_free_error(context, err_reply); in check_for_svc_unavailable()
|
| /freebsd/crypto/krb5/src/plugins/preauth/pkinit/ |
| H A D | pkinit_clnt.c | 1029 krb5_preauthtype pa_type, krb5_error *err_reply, in pkinit_client_tryagain() argument
|