Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/os/
H A Dktdefname.c56 } else if ((context->profile_secure == FALSE) && in krb5_kt_default_name()
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/krb5/os/
H A Dinit_os_ctx.c344 krb5_boolean secure = ctx->profile_secure; in os_init_paths()
496 ctx->profile_secure = TRUE; in krb5_secure_config_files()
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/krb5/krb/
H A Dser_ctx.c277 kret = krb5_ser_pack_int32((krb5_int32) context->profile_secure, in krb5_context_externalize()
455 context->profile_secure = (krb5_boolean) ibuf; in krb5_context_internalize()
H A Dinit_ctx.c418 ctx->profile_secure = secure; in init_common()
/illumos-gate/usr/src/lib/krb5/kadm5/
H A Dalt_prof.c463 if (context->profile_secure == TRUE) envname = 0;
1153 if (kcontext->profile_secure == TRUE) envname = 0;
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/include/
H A Dk5-int.h1533 krb5_boolean profile_secure; member