Searched refs:preauth_systems (Results 1 – 2 of 2) sorted by relevance
270 static krb5_preauth_systems *preauth_systems; variable327 preauth_systems = malloc(sizeof(krb5_preauth_systems) * (module_count + 1)); in load_preauth_plugins()328 if (preauth_systems == NULL) { in load_preauth_plugins()351 preauth_systems[k] = static_preauth_systems[i]; in load_preauth_plugins()358 memset(&preauth_systems[k], 0, sizeof(preauth_systems[k])); in load_preauth_plugins()361 preauth_systems[k].plugin_context = plugin_context; in load_preauth_plugins()396 memset(&preauth_systems[k], 0, sizeof(preauth_systems[k])); in load_preauth_plugins()402 preauth_systems[k].name = ftable->name; in load_preauth_plugins()403 preauth_systems[k].type = ftable->pa_type_list[j]; in load_preauth_plugins()405 preauth_systems[k].flags = ftable->flags_proc(context, preauth_systems[k].type); in load_preauth_plugins()[all …]
86 static const krb5_preauth_ops preauth_systems[] = { variable355 const krb5_preauth_ops *ap = preauth_systems; in find_pa_system()