Searched refs:LDNS_SHA384_DIGEST_LENGTH (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.2-release/contrib/ldns/ldns/
H A Dsha2.h73 #define LDNS_SHA384_DIGEST_LENGTH 48 macro
74 #define LDNS_SHA384_DIGEST_STRING_LENGTH (LDNS_SHA384_DIGEST_LENGTH * 2 + 1)
103 void ldns_sha384_final(uint8_t[LDNS_SHA384_DIGEST_LENGTH], ldns_sha384_CTX*);
127 * This pointer MUST have LDNS_SHA384_DIGEST_LENGTH bytes
/freebsd-10.2-release/contrib/ldns/
H A Dsha2.c975 MEMCPY_BCOPY(d, context->state, LDNS_SHA384_DIGEST_LENGTH);

Completed in 49 milliseconds