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

/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Dauthdata.c1002 struct _krb5_authdata_context_module *dst_module = NULL; local
1009 dst_module = module;
1014 if (dst_module == NULL)
1018 if (!IS_PRIMARY_INSTANCE(dst_module))
1021 assert(strcmp(dst_module->name, src_module->name) == 0);
1030 assert(dst_module->ftable->internalize != NULL);
1061 code = (*dst_module->ftable->internalize)(kcontext,
1063 dst_module->plugin_context,
1064 *(dst_module->request_context_pp),
1075 assert(dst_module
[all...]

Completed in 22 milliseconds