Searched refs:send_to_kdc (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.0-release/crypto/heimdal/lib/krb5/
H A Dsend_to_kdc_plugin.h41 #define KRB5_PLUGIN_SEND_TO_KDC "send_to_kdc"
55 krb5plugin_send_to_kdc_func send_to_kdc; member in struct:krb5plugin_send_to_kdc_ftable
H A Dsend_to_kdc.c37 struct send_to_kdc { struct
344 ret = (*service->send_to_kdc)(context, ctx, hi,
351 N_("Plugin send_to_kdc failed to "
388 if (context->send_to_kdc) {
389 struct send_to_kdc *s = context->send_to_kdc;
491 free(context->send_to_kdc);
493 context->send_to_kdc = NULL;
497 context->send_to_kdc = malloc(sizeof(*context->send_to_kdc));
[all...]
H A Dkrb5_locl.h159 struct send_to_kdc;
298 struct send_to_kdc *send_to_kdc; member in struct:krb5_context_data
/freebsd-10.0-release/kerberos5/lib/libkrb5/
H A DMakefile595 send_to_kdc.c \

Completed in 106 milliseconds