Home
last modified time | relevance | path

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

/dragonfly/contrib/ldns/ldns/
H A Dsha2.h69 #define LDNS_SHA512_DIGEST_LENGTH 64 macro
70 #define LDNS_SHA512_DIGEST_STRING_LENGTH (LDNS_SHA512_DIGEST_LENGTH * 2 + 1)
100 void ldns_sha512_final(uint8_t[LDNS_SHA512_DIGEST_LENGTH], ldns_sha512_CTX*);
/dragonfly/contrib/ldns/
H A Dsha2.c638 MEMCPY_BCOPY(context->state, sha512_initial_hash_value, LDNS_SHA512_DIGEST_LENGTH); in ldns_sha512_init()
908 void ldns_sha512_final(sha2_byte digest[LDNS_SHA512_DIGEST_LENGTH], ldns_sha512_CTX* context) { in ldns_sha512_final() argument
929 MEMCPY_BCOPY(d, context->state, LDNS_SHA512_DIGEST_LENGTH); in ldns_sha512_final()
952 MEMCPY_BCOPY(context->state, sha384_initial_hash_value, LDNS_SHA512_DIGEST_LENGTH); in ldns_sha384_init()
H A Ddane.c199 digest = LDNS_XMALLOC(unsigned char, LDNS_SHA512_DIGEST_LENGTH); in ldns_dane_cert2rdf()
205 *rdf = ldns_rdf_new(LDNS_RDF_TYPE_HEX, LDNS_SHA512_DIGEST_LENGTH, in ldns_dane_cert2rdf()
H A Ddnssec_zone.c1636 : LDNS_SHA512_DIGEST_LENGTH;
1771 uint8_t simple_sha512[LDNS_SHA512_DIGEST_LENGTH];
1873 && LDNS_SHA512_DIGEST_LENGTH
1877 , LDNS_SHA512_DIGEST_LENGTH) == 0)