Searched refs:profile_secure (Results 1 – 8 of 8) sorted by relevance
44 } else if (context->profile_secure == FALSE && in kt_default_name()65 if (context->profile_secure == FALSE && in k5_kt_client_default_name()
378 krb5_boolean secure = ctx->profile_secure; in os_init_paths()
282 if (context == NULL || !context->profile_secure) in expand_temp_folder()
81 check(c->profile_secure == r->profile_secure); in check_context()134 ctx->profile_secure = TRUE; in main()
169 kret = krb5_ser_pack_int32((krb5_int32) context->profile_secure, in k5_externalize_context()288 context->profile_secure = (krb5_boolean) ibuf; in k5_internalize_context()
207 ctx->profile_secure = (flags & KRB5_INIT_CONTEXT_SECURE) != 0; in krb5_init_context_profile()215 if (!ctx->profile_secure) in krb5_init_context_profile()
137 if (!context->profile_secure) in get_homedir()
1211 krb5_boolean profile_secure; member