Home
last modified time | relevance | path

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

/NextBSD/crypto/heimdal/lib/krb5/
HDkrbhst.c46 return KRB5_KRBHST_HTTP; in string_to_proto()
79 if(proto_num == KRB5_KRBHST_HTTP) in srv_find_realm()
211 hi->proto = KRB5_KRBHST_HTTP; in parse_hostspec()
214 hi->proto = KRB5_KRBHST_HTTP; in parse_hostspec()
331 else if(host->proto == KRB5_KRBHST_HTTP) in krb5_krbhst_format_string()
352 case KRB5_KRBHST_HTTP : in make_hints()
HDsend_to_kdc.c405 if(hi->proto == KRB5_KRBHST_HTTP && context->http_proxy) { in krb5_sendto()
427 case KRB5_KRBHST_HTTP : in krb5_sendto()
HDkrb5.h795 KRB5_KRBHST_HTTP } proto; enumerator