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

/freebsd-11-stable/contrib/unbound/compat/
H A Dsha512.c167 #define MEMCPY_BCOPY(d,s,l) memcpy((d), (s), (l)) macro
171 #define MEMCPY_BCOPY(d,s,l) bcopy((s), (d), (l)) macro
266 MEMCPY_BCOPY(context->state, sha512_initial_hash_value, SHA512_DIGEST_LENGTH);
367 MEMCPY_BCOPY(&context->buffer[usedspace], data, freespace);
374 MEMCPY_BCOPY(&context->buffer[usedspace], data, len);
390 MEMCPY_BCOPY(context->buffer, data, len);
461 MEMCPY_BCOPY(d, context->state, SHA512_DIGEST_LENGTH);
/freebsd-11-stable/contrib/apr/random/unix/
H A Dsha2.c106 #define MEMCPY_BCOPY(d,s,l) memcpy((d), (s), (l)) macro
110 #define MEMCPY_BCOPY(d,s,l) bcopy((s), (d), (l)) macro
199 MEMCPY_BCOPY(context->state, sha256_initial_hash_value, SHA256_DIGEST_LENGTH);
398 MEMCPY_BCOPY(&context->buffer[usedspace], data, freespace);
405 MEMCPY_BCOPY(&context->buffer[usedspace], data, len);
421 MEMCPY_BCOPY(context->buffer, data, len);
474 MEMCPY_BCOPY(&context->buffer[SHA256_SHORT_BLOCK_LENGTH], bitcount.bytes, 8);
490 MEMCPY_BCOPY(d, context->state, SHA256_DIGEST_LENGTH);
/freebsd-11-stable/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
319 MEMCPY_BCOPY(context->state, ldns_sha256_initial_hash_value, LDNS_SHA256_DIGEST_LENGTH);
519 MEMCPY_BCOPY(&context->buffer[usedspace], data, freespace);
526 MEMCPY_BCOPY(&context->buffer[usedspace], data, len);
542 MEMCPY_BCOPY(context->buffer, data, len);
610 MEMCPY_BCOPY(d, context->state, LDNS_SHA256_DIGEST_LENGTH);
634 MEMCPY_BCOPY(context->state, sha512_initial_hash_value, LDNS_SHA512_DIGEST_LENGTH);
828 MEMCPY_BCOPY(&context->buffer[usedspace], data, freespace);
835 MEMCPY_BCOPY(
[all...]

Completed in 146 milliseconds