OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:send_to_kdc
(Results
1 - 4
of
4
) sorted by relevancy
/src/crypto/external/bsd/heimdal/dist/lib/krb5/
send_to_kdc_plugin.h
43
#define KRB5_PLUGIN_SEND_TO_KDC "
send_to_kdc
"
69
krb5plugin_send_to_kdc_func
send_to_kdc
;
member in struct:krb5plugin_send_to_kdc_ftable
deprecated.c
645
struct
send_to_kdc
{
struct
709
free(context->
send_to_kdc
);
711
context->
send_to_kdc
= NULL;
715
context->
send_to_kdc
= malloc(sizeof(*context->
send_to_kdc
));
716
if (context->
send_to_kdc
== NULL) {
722
context->
send_to_kdc
->func = func;
723
context->
send_to_kdc
->data = data;
730
if (context->
send_to_kdc
)
732
context->
send_to_kdc
->func
[
all
...]
krb5_locl.h
129
struct
send_to_kdc
;
275
struct
send_to_kdc
*
send_to_kdc
;
member in struct:krb5_context_data
/src/crypto/external/bsd/heimdal/dist/kdc/
kdc-tester.c
111
static krb5plugin_send_to_kdc_ftable
send_to_kdc
= {
variable
484
KRB5_PLUGIN_SEND_TO_KDC, &
send_to_kdc
);
Completed in 26 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026