Home
last modified time | relevance | path

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

/netbsd/src/external/ibm-public/postfix/dist/src/tls/
Dtls_fprint.c136 #define CHECK_OK_AND_DIGEST_DATA(m, p, l) CHECK_OK_AND(digest_bytes((m), (p), (l)))
141 static int digest_bytes(EVP_MD_CTX *ctx, const unsigned char *buf, size_t len) in digest_bytes() function