Home
last modified time | relevance | path

Searched refs:hex_encode (Results 1 – 14 of 14) sorted by relevance

/freebsd/crypto/heimdal/lib/roken/
H A Dhex.h49 #define hex_encode rk_hex_encode macro
53 hex_encode(const void *, size_t, char **);
H A Dhex-test.c63 len = hex_encode(t->data, t->len, &str); in main()
H A Dhex.c54 hex_encode(const void *data, size_t size, char **str) in hex_encode() function
/freebsd/crypto/heimdal/kuser/
H A Dkdigest.c212 hex_encode(session_key.data, session_key.length, &key); in digest_server_request()
244 hex_encode(md, 16, &h); in client_chap()
306 hex_encode(answer.data, answer.length, &h); in client_mschapv2()
336 hex_encode(md, sizeof(md), &h); in client_mschapv2()
349 hex_encode(md, 16, &h); in client_mschapv2()
/freebsd/crypto/heimdal/lib/hdb/
H A Dprint.c94 hex_encode(data->data, data->length, &p); in append_hex()
223 if (hex_encode(d, size, &p) < 0) { in entry2string_int()
H A Dhdb-ldap.c643 ret = hex_encode(nt, 16, &ntHexPassword); in LDAP_entry2mods()
/freebsd/crypto/heimdal/kdc/
H A Ddigest.c388 hex_encode(server_nonce, sizeof(server_nonce), &r.u.initReply.nonce); in _kdc_do_digest()
489 hex_encode(buf.data, buf.length, &r.u.initReply.opaque); in _kdc_do_digest()
655 hex_encode(md, sizeof(md), &mdx); in _kdc_do_digest()
727 hex_encode(md, sizeof(md), &A1); in _kdc_do_digest()
749 hex_encode(md, sizeof(md), &A2); in _kdc_do_digest()
781 hex_encode(md, sizeof(md), &mdx); in _kdc_do_digest()
904 hex_encode(answer.data, answer.length, &mdx); in _kdc_do_digest()
963 hex_encode(md, sizeof(md), r.u.response.rsp); in _kdc_do_digest()
/freebsd/crypto/heimdal/lib/asn1/
H A Dder_format.c93 len = hex_encode(data->data, data->length, p); in der_print_hex_heim_integer()
/freebsd/crypto/heimdal/lib/hx509/
H A Dprint.c311 hex_encode(si.data, si.length, &id); in check_subjectKeyIdentifier()
353 hex_encode(ai.keyIdentifier->data, ai.keyIdentifier->length, &id); in check_authorityKeyIdentifier()
H A Drevoke.c1116 hex_encode(ocsp.ocsp.tbsResponseData.responderID.u.byKey.data, in hx509_revoke_ocsp_print()
H A Dcms.c241 len = hex_encode(ki->data, ki->length, &keyid); in unparse_CMSIdentifier()
H A Dhxtool.c1544 len = hex_encode(buf, len, &p); in hxtool_hex()
H A Dcert.c3519 ret = hex_encode(sig.data, sig.length, &buf); in _hx509_cert_to_env()
/freebsd/crypto/heimdal/lib/krb5/
H A Daes-test.c49 hex_encode(data, length, &p); in hex_dump_data()