Home
last modified time | relevance | path

Searched refs:krb5_config_section (Results 1 – 8 of 8) sorted by relevance

/freebsd/crypto/heimdal/lib/krb5/
H A Dconfig_file.c74 static krb5_error_code parse_section(char *p, krb5_config_section **s,
75 krb5_config_section **res,
85 krb5_config_section *
86 _krb5_config_get_entry(krb5_config_section **parent, const char *name, int type) in _krb5_config_get_entry()
88 krb5_config_section **q; in _krb5_config_get_entry()
124 parse_section(char *p, krb5_config_section **s, krb5_config_section **parent, in parse_section()
128 krb5_config_section *tmp; in parse_section()
272 krb5_config_section *tmp, **parent = context; in convert_content()
295 parse_plist_config(krb5_context context, const char *path, krb5_config_section **parent) in parse_plist_config()
347 krb5_config_section **res, in krb5_config_parse_debug()
[all …]
H A Dkrb5-private.h70 krb5_config_section */*c*/,
71 krb5_config_section **/*head*/);
76 const krb5_config_section */*c*/,
80 krb5_config_section *
82 krb5_config_section **/*parent*/,
89 const krb5_config_section */*c*/,
97 const krb5_config_section */*c*/,
104 const krb5_config_section */*c*/,
H A Dkrb5-protos.h934 krb5_config_section */*s*/);
942 const krb5_config_section */*c*/,
948 const krb5_config_section */*c*/,
955 const krb5_config_section */*c*/,
961 const krb5_config_section */*c*/,
968 const krb5_config_section */*c*/,
974 const krb5_config_section */*c*/,
980 const krb5_config_section */*c*/,
987 const krb5_config_section */*c*/,
993 const krb5_config_section */*c*/,
[all …]
H A Dverify_krb5_conf.c581 check_section(krb5_context context, const char *path, krb5_config_section *cf, in check_section()
585 krb5_config_section *p; in check_section()
622 dumpconfig(int level, krb5_config_section *top) in dumpconfig()
624 krb5_config_section *x; in dumpconfig()
649 krb5_config_section *tmp_cf; in main()
H A Dcrypto-stubs.c98 const krb5_config_section *c, in krb5_config_get_string()
H A Dkrb5_locl.h264 krb5_config_section *cf;
H A Dtest_config.c193 krb5_config_section *c = NULL; in check_escaped_strings()
H A Dkrb5.h520 typedef krb5_config_binding krb5_config_section; typedef