Searched defs:preauth_plugins_ftables (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/krb5/krb5kdc/
H A Dkdc_preauth.c278 void **preauth_plugins_ftables; local
297 preauth_plugins_ftables = NULL;
300 &preauth_plugins_ftables, &err) != 0) {
307 if (preauth_plugins_ftables != NULL) {
308 for (i = 0; preauth_plugins_ftables[i] != NULL; i++) {
309 ftable = preauth_plugins_ftables[i];
329 krb5int_free_plugin_dir_data(preauth_plugins_ftables);
337 krb5int_free_plugin_dir_data(preauth_plugins_ftables);
366 if (preauth_plugins_ftables != NULL) {
367 for (i = 0; preauth_plugins_ftables[
[all...]

Completed in 60 milliseconds