Lines Matching refs:bsd_context
97 static krb5_context bsd_context = NULL; variable
486 status = krb5_init_context(&bsd_context); in main()
494 (void) profile_get_options_boolean(bsd_context->profile, in main()
500 if (!bsd_context) { in main()
501 status = krb5_init_context(&bsd_context); in main()
519 status = krb5_get_default_realm(bsd_context, &realmdef[1]); in main()
529 (void) profile_get_options_boolean(bsd_context->profile, in main()
534 (void) profile_get_options_boolean(bsd_context->profile, in main()
536 (void) profile_get_options_string(bsd_context->profile, in main()
652 "host", krb_realm, bsd_context, &auth_context, in main()
700 bsd_context, in main()
719 init_encrypt(encrypt_flag, bsd_context, kcmd_proto, in main()