Home
last modified time | relevance | path

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

/freebsd/crypto/krb5/src/lib/kadm5/srv/
H A Dserver_misc.c45 ret = k5_plugin_register(handle->context, PLUGIN_INTERFACE_PWQUAL, in init_pwqual()
49 ret = k5_plugin_register(handle->context, PLUGIN_INTERFACE_PWQUAL, in init_pwqual()
53 ret = k5_plugin_register(handle->context, PLUGIN_INTERFACE_PWQUAL, in init_pwqual()
57 ret = k5_plugin_register(handle->context, PLUGIN_INTERFACE_PWQUAL, in init_pwqual()
H A Dpwqual.c52 ret = k5_plugin_load_all(context, PLUGIN_INTERFACE_PWQUAL, &modules); in k5_pwqual_load()
/freebsd/crypto/krb5/src/lib/krb5/krb/
H A Dt_copy_context.c145 check(k5_plugin_load_all(ctx, PLUGIN_INTERFACE_PWQUAL, &mods) == 0); in main()
/freebsd/crypto/krb5/src/include/
H A Dk5-int.h1136 #define PLUGIN_INTERFACE_PWQUAL 0 macro