Home
last modified time | relevance | path

Searched refs: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; in load_preauth_plugins() local
297 preauth_plugins_ftables = NULL; in load_preauth_plugins()
300 &preauth_plugins_ftables, &err) != 0) { in load_preauth_plugins()
307 if (preauth_plugins_ftables != NULL) { in load_preauth_plugins()
308 for (i = 0; preauth_plugins_ftables[i] != NULL; i++) { in load_preauth_plugins()
309 ftable = preauth_plugins_ftables[i]; in load_preauth_plugins()
329 krb5int_free_plugin_dir_data(preauth_plugins_ftables); in load_preauth_plugins()
337 krb5int_free_plugin_dir_data(preauth_plugins_ftables); in load_preauth_plugins()
366 if (preauth_plugins_ftables != NULL) { in load_preauth_plugins()
367 for (i = 0; preauth_plugins_ftables[i] != NULL; i++) { in load_preauth_plugins()
[all …]