Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/krb5/krb5kdc/
H A Dkdc_preauth.c280 int module_count, i, j, k; in load_preauth_plugins() local
305 module_count = sizeof(static_preauth_systems) in load_preauth_plugins()
320 module_count++; in load_preauth_plugins()
327 preauth_systems = malloc(sizeof(krb5_preauth_systems) * (module_count + 1)); in load_preauth_plugins()