Home
last modified time | relevance | path

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

/freebsd/crypto/krb5/src/lib/krb5/krb/
H A Dcopy_ctx.c91 memset(&nctx->libkrb5_plugins, 0, sizeof(nctx->libkrb5_plugins)); in krb5_copy_context()
H A Dt_copy_context.c94 check(c->libkrb5_plugins.files == NULL); in check_context()
/freebsd/crypto/krb5/src/lib/krb5/os/
H A Dinit_os_ctx.c430 PLUGIN_DIR_INIT(&ctx->libkrb5_plugins); in k5_os_init_context()
513 krb5int_close_plugin_dirs (&ctx->libkrb5_plugins); in k5_os_free_context()
H A Dlocate_kdc.c456 if (!PLUGIN_DIR_OPEN(&ctx->libkrb5_plugins)) { in module_locate_server()
458 code = krb5int_open_plugin_dirs(objdirs, NULL, &ctx->libkrb5_plugins, in module_locate_server()
464 code = krb5int_get_plugin_dir_data(&ctx->libkrb5_plugins, in module_locate_server()
/freebsd/crypto/krb5/src/include/
H A Dk5-int.h1223 struct plugin_dir_handle libkrb5_plugins; member