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

/freebsd-10-stable/contrib/ldns/ldns/
H A Dsha1.h18 void ldns_sha1_transform(uint32_t state[5], const unsigned char buffer[LDNS_SHA1_BLOCK_LENGTH]);
/freebsd-10-stable/contrib/ldns/
H A Dsha1.c47 ldns_sha1_transform(uint32_t state[5], const unsigned char buffer[LDNS_SHA1_BLOCK_LENGTH]) function
130 ldns_sha1_transform(context->state, context->buffer);
132 ldns_sha1_transform(context->state, &data[i]);
165 ldns_sha1_transform(context->state, context->buffer);

Completed in 53 milliseconds