Home
last modified time | relevance | path

Searched refs:tls_digest_encode (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/ibm-public/postfix/dist/src/tls/
H A Dtls_fprint.c342 char *tls_digest_encode(const unsigned char *md_buf, int md_len) in tls_digest_encode() function
379 return (tls_digest_encode(md_buf, md_len)); in tls_data_fprint()
H A Dtls.h663 extern char *tls_digest_encode(const unsigned char *, int);
/netbsd-src/external/ibm-public/postfix/dist/proto/
H A Dstop.double-cc257 tls_digest_encode encode message digest binary blob as xx xx
/netbsd-src/external/ibm-public/postfix/dist/
H A DHISTORY18387 Export tls_fprint() and tls_digest_encode() for use in DANE.