Searched refs:hex_encode (Results 1 - 16 of 16) sorted by relevance

/freebsd-11-stable/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);
H A Dhex.c54 hex_encode(const void *data, size_t size, char **str) function
/freebsd-11-stable/contrib/serf/auth/
H A Dauth_digest.c73 hex_encode(const unsigned char *hashval, function
101 return hex_encode((unsigned char*)buf, pool);
125 *out_ha1 = hex_encode(ha1, pool);
151 *out_ha2 = hex_encode(ha2, pool);
217 response_hdr_hex = hex_encode(response_hdr, pool);
553 resp_hdr_hex = hex_encode(resp_hdr, pool);
/freebsd-11-stable/crypto/heimdal/lib/asn1/
H A Dder_format.c93 len = hex_encode(data->data, data->length, p);
/freebsd-11-stable/crypto/heimdal/lib/hdb/
H A Dprint.c94 hex_encode(data->data, data->length, &p);
223 if (hex_encode(d, size, &p) < 0) {
H A Dhdb-ldap.c640 ret = hex_encode(nt, 16, &ntHexPassword);
/freebsd-11-stable/contrib/subversion/subversion/libsvn_ra_svn/
H A Dcram.c72 static void hex_encode(char *hexval, const unsigned char *hashval)
204 hex_encode(hex, digest);
71 static void hex_encode(char *hexval, const unsigned char *hashval) function
/freebsd-11-stable/crypto/heimdal/kuser/
H A Dkdigest.c212 hex_encode(session_key.data, session_key.length, &key);
214 krb5_errx(context, 1, "hex_encode");
244 hex_encode(md, 16, &h);
306 hex_encode(answer.data, answer.length, &h);
336 hex_encode(md, sizeof(md), &h);
349 hex_encode(md, 16, &h);
/freebsd-11-stable/crypto/heimdal/kdc/
H A Ddigest.c388 hex_encode(server_nonce, sizeof(server_nonce), &r.u.initReply.nonce);
489 hex_encode(buf.data, buf.length, &r.u.initReply.opaque);
655 hex_encode(md, sizeof(md), &mdx);
727 hex_encode(md, sizeof(md), &A1);
749 hex_encode(md, sizeof(md), &A2);
781 hex_encode(md, sizeof(md), &mdx);
904 hex_encode(answer.data, answer.length, &mdx);
963 hex_encode(md, sizeof(md), r.u.response.rsp);
/freebsd-11-stable/crypto/heimdal/lib/hx509/
H A Dprint.c311 hex_encode(si.data, si.length, &id);
353 hex_encode(ai.keyIdentifier->data, ai.keyIdentifier->length, &id);
H A Dcms.c241 len = hex_encode(ki->data, ki->length, &keyid);
H A Drevoke.c1116 hex_encode(ocsp.ocsp.tbsResponseData.responderID.u.byKey.data,
H A Dcert.c3519 ret = hex_encode(sig.data, sig.length, &buf);
H A Dhxtool.c1543 len = hex_encode(buf, len, &p);
/freebsd-11-stable/crypto/heimdal/lib/krb5/
H A Daes-test.c49 hex_encode(data, length, &p);

Completed in 120 milliseconds