Lines Matching refs:bsd_context
59 static krb5_context bsd_context = NULL; variable
432 status = krb5_init_context(&bsd_context); in main()
440 (void) profile_get_options_boolean(bsd_context->profile, in main()
447 if (!bsd_context) { in main()
448 status = krb5_init_context(&bsd_context); in main()
460 status = krb5_get_default_realm(bsd_context, &realmdef[1]); in main()
470 (void) profile_get_options_boolean(bsd_context->profile, in main()
475 (void) profile_get_options_boolean(bsd_context->profile, in main()
477 (void) profile_get_options_string(bsd_context->profile, in main()
570 bsd_context, &auth_context, &cred, in main()
619 bsd_context, in main()
637 init_encrypt(encrypt_flag, bsd_context, kcmd_proto, in main()