Searched refs:get_boolean (Results 1 – 1 of 1) sorted by relevance
/freebsd/crypto/krb5/src/lib/krb5/krb/ |
H A D | init_ctx.c | 88 get_boolean(krb5_context ctx, const char *name, int def_val, int *boolean_out) in get_boolean() function 219 retval = get_boolean(ctx, KRB5_CONF_ALLOW_WEAK_CRYPTO, 0, &tmp); in krb5_init_context_profile() 224 retval = get_boolean(ctx, KRB5_CONF_ALLOW_DES3, 0, &tmp); in krb5_init_context_profile() 229 retval = get_boolean(ctx, KRB5_CONF_ALLOW_RC4, 0, &tmp); in krb5_init_context_profile() 234 retval = get_boolean(ctx, KRB5_CONF_IGNORE_ACCEPTOR_HOSTNAME, 0, &tmp); in krb5_init_context_profile() 239 retval = get_boolean(ctx, KRB5_CONF_ENFORCE_OK_AS_DELEGATE, 0, &tmp); in krb5_init_context_profile()
|