Home
last modified time | relevance | path

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

/dragonfly/contrib/ldns/
H A Dsha2.c173 #define MEMCPY_BCOPY(d,s,l) memcpy((d), (s), (l)) macro
177 #define MEMCPY_BCOPY(d,s,l) bcopy((s), (d), (l)) macro
520 MEMCPY_BCOPY(&context->buffer[usedspace], data, freespace); in ldns_sha256_update()
527 MEMCPY_BCOPY(&context->buffer[usedspace], data, len); in ldns_sha256_update()
544 MEMCPY_BCOPY(context->buffer, data, len); in ldns_sha256_update()
613 MEMCPY_BCOPY(d, context->state, LDNS_SHA256_DIGEST_LENGTH); in ldns_sha256_final()
833 MEMCPY_BCOPY(&context->buffer[usedspace], data, freespace); in ldns_sha512_update()
840 MEMCPY_BCOPY(&context->buffer[usedspace], data, len); in ldns_sha512_update()
857 MEMCPY_BCOPY(context->buffer, data, len); in ldns_sha512_update()
929 MEMCPY_BCOPY(d, context->state, LDNS_SHA512_DIGEST_LENGTH); in ldns_sha512_final()
[all …]