Home
last modified time | relevance | path

Searched refs:KRB5_KRBHST_HTTP (Results 1 – 3 of 3) sorted by relevance

/freebsd/crypto/heimdal/lib/krb5/
H A Dkrbhst.c46 return KRB5_KRBHST_HTTP; in string_to_proto()
79 if(proto_num == KRB5_KRBHST_HTTP) in srv_find_realm()
217 hi->proto = KRB5_KRBHST_HTTP; in parse_hostspec()
220 hi->proto = KRB5_KRBHST_HTTP; in parse_hostspec()
337 else if(host->proto == KRB5_KRBHST_HTTP) in krb5_krbhst_format_string()
358 case KRB5_KRBHST_HTTP : in make_hints()
H A Dsend_to_kdc.c405 if(hi->proto == KRB5_KRBHST_HTTP && context->http_proxy) { in krb5_sendto()
427 case KRB5_KRBHST_HTTP : in krb5_sendto()
H A Dkrb5.h795 KRB5_KRBHST_HTTP } proto; enumerator