Home
last modified time | relevance | path

Searched refs:preauth_systems (Results 1 – 1 of 1) sorted by relevance

/src/crypto/krb5/src/kdc/
H A Dkdc_preauth.c107 static preauth_system *preauth_systems; variable
198 preauth_systems = calloc(n_systems + 1, sizeof(preauth_system)); in load_preauth_plugins()
199 if (preauth_systems == NULL) in load_preauth_plugins()
237 sys = &preauth_systems[n_systems]; in load_preauth_plugins()
255 preauth_systems[n_systems].name = "[end]"; in load_preauth_plugins()
256 preauth_systems[n_systems].type = -1; in load_preauth_plugins()
269 if (preauth_systems[i].fini) in unload_preauth_plugins()
270 preauth_systems[i].fini(context, preauth_systems[i].moddata); in unload_preauth_plugins()
272 free(preauth_systems); in unload_preauth_plugins()
273 preauth_systems = NULL; in unload_preauth_plugins()
[all …]