Home
last modified time | relevance | path

Searched refs:k5_buf_add_fmt (Results 1 – 19 of 19) sorted by relevance

/freebsd/crypto/krb5/src/lib/krb5/os/
H A Dtrace.c214 k5_buf_add_fmt(&buf, "%d", va_arg(ap, int)); in trace_format()
216 k5_buf_add_fmt(&buf, "%ld", va_arg(ap, long)); in trace_format()
234 k5_buf_add_fmt(&buf, "%02X", (unsigned char)p[i]); in trace_format()
258 k5_buf_add_fmt(&buf, "transport%d", ra->transport); in trace_format()
261 k5_buf_add_fmt(&buf, " %s", addrbuf); in trace_format()
276 k5_buf_add_fmt(&buf, "%d", err); in trace_format()
278 k5_buf_add_fmt(&buf, "/%s", tmpbuf); in trace_format()
282 k5_buf_add_fmt(&buf, "%ld/%s", (long)kerr, kerr ? p : "Success"); in trace_format()
321 k5_buf_add_fmt(&buf, "%s (%d)", name, (int)pa_type); in trace_format()
323 k5_buf_add_fmt(&buf, "%d", (int)pa_type); in trace_format()
[all …]
H A Ddnssrv.c60 k5_buf_add_fmt(&buf, "%s.", service); in make_lookup_name()
62 k5_buf_add_fmt(&buf, "%s.", protocol); in make_lookup_name()
64 k5_buf_add_fmt(&buf, "%s._sites.", sitename); in make_lookup_name()
H A Ddnsglue.c378 k5_buf_add_fmt(&buf, "%s.%s", prefix, name); in txt_lookup_name()
H A Dsendto_kdc.c635 k5_buf_add_fmt(&buf, "POST /%s HTTP/1.0\r\n", uri_path); in make_proxy_request()
636 k5_buf_add_fmt(&buf, "Host: %s:%s\r\n", state->http.servername, in make_proxy_request()
642 k5_buf_add_fmt(&buf, "Content-Length: %d\r\n\r\n", encoded_pm->length); in make_proxy_request()
/freebsd/crypto/krb5/src/util/support/
H A Dt_k5buf.c221 k5_buf_add_fmt(&buf, " %d ", 3); in test_fmt()
227 k5_buf_add_fmt(&buf, "%d%d%d%d", 1, 2, 3, 4); in test_fmt()
234 k5_buf_add_fmt(&buf, " %d ", 3); in test_fmt()
240 k5_buf_add_fmt(&buf, "%s", data); in test_fmt()
H A Dlibkrb5support-fixed.exports9 k5_buf_add_fmt
H A Dk5buf.c223 k5_buf_add_fmt(struct k5buf *buf, const char *fmt, ...) in k5_buf_add_fmt() function
H A Djson.c602 k5_buf_add_fmt(buf, "u00%02X", (unsigned int)*str); in encode_string()
670 k5_buf_add_fmt(buf, "%lld", k5_json_number_value(val)); in encode_value()
/freebsd/crypto/krb5/src/lib/krb5/krb/
H A Dchpw.c438 k5_buf_add_fmt(&buf, ngettext("The password must contain at least %d " in decode_ad_policy_info()
447 k5_buf_add_fmt(&buf, ngettext("The password must be different from " in decode_ad_policy_info()
459 k5_buf_add_fmt(&buf, ngettext("The password can only be changed once " in decode_ad_policy_info()
H A Dkerrs.c160 k5_buf_add_fmt(&buf, "%ld", code); in err_fmt_fmt()
164 k5_buf_add_fmt(&buf, "%%%c", p[1]); in err_fmt_fmt()
H A Dpreauth_otp.c517 k5_buf_add_fmt(&buf, "\t%ld. %s ", (long)(i + 1), _("Vendor:")); in prompt_for_tokeninfo()
/freebsd/krb5/util/support/
H A Dversion.map11 k5_buf_add_fmt;
/freebsd/crypto/krb5/src/include/
H A Dk5-buf.h79 void k5_buf_add_fmt(struct k5buf *buf, const char *fmt, ...)
/freebsd/crypto/krb5/src/lib/gssapi/generic/
H A Doid_ops.c274 k5_buf_add_fmt(&buf, "%lu %lu ", n, number - (n * 40)); in generic_gss_oid_to_str()
277 k5_buf_add_fmt(&buf, "%lu ", number); in generic_gss_oid_to_str()
/freebsd/crypto/krb5/src/kdc/
H A Dkdc_util.c1194 k5_buf_add_fmt(&buf, "%d etypes {", nktypes); in ktypes2str()
1197 k5_buf_add_fmt(&buf, "%s%s(%ld)", i ? ", " : "", name, (long)ktype[i]); in ktypes2str()
1213 k5_buf_add_fmt(&buf, "%s(%ld)", name, (long)rep->enc_part.enctype); in rep_etypes2str()
1218 k5_buf_add_fmt(&buf, ", tkt=%s(%ld)", name, (long)etype); in rep_etypes2str()
1225 k5_buf_add_fmt(&buf, ", ses=%s(%ld)", name, (long)etype); in rep_etypes2str()
/freebsd/crypto/krb5/src/clients/ksu/
H A Dauthorization.c499 k5_buf_add_fmt(&buf, " %s ", fcmd_arr[j]); in find_first_cmd_that_exists()
/freebsd/crypto/krb5/src/plugins/kdb/ldap/libkdb_ldap/
H A Dldap_realm.c88 k5_buf_add_fmt(&buf, "\\%2x", (unsigned char)*in++); in ldap_filter_correct()
/freebsd/crypto/krb5/src/lib/gssapi/spnego/
H A Dnegoex_util.c148 k5_buf_add_fmt(buf, "%08x-%04x-%04x-%02x%02x-%02x%02x%02x%02x%02x%02x", in add_guid()
/freebsd/crypto/krb5/src/plugins/preauth/pkinit/
H A Dpkinit_crypto_openssl.c4386 k5_buf_add_fmt(&buf, "%smodule_name=%s", n++ ? ":" : "", in reassemble_pkcs11_name()
4390 k5_buf_add_fmt(&buf, "%stoken=%s", n++ ? ":" : "", in reassemble_pkcs11_name()
4394 k5_buf_add_fmt(&buf, "%scertlabel=%s", n++ ? ":" : "", in reassemble_pkcs11_name()
4398 k5_buf_add_fmt(&buf, "%scertid=%s", n++ ? ":" : "", in reassemble_pkcs11_name()
4402 k5_buf_add_fmt(&buf, "%sslotid=%ld", n++ ? ":" : "", in reassemble_pkcs11_name()