Home | History | Annotate | Download | only in sha2

Lines Matching defs:bcopy

55 #define bcopy(a, b, c) memcpy((b), (a), (c))
338 bcopy(sha256_initial_hash_value, context->state, SHA256_DIGEST_LENGTH);
536 bcopy(data, &context->buffer[usedspace], freespace);
543 bcopy(data, &context->buffer[usedspace], len);
559 bcopy(data, context->buffer, len);
620 bcopy(context->state, d, SHA256_DIGEST_LENGTH);
666 bcopy(sha512_initial_hash_value, context->state, SHA512_DIGEST_LENGTH);
858 bcopy(data, &context->buffer[usedspace], freespace);
865 bcopy(data, &context->buffer[usedspace], len);
881 bcopy(data, context->buffer, len);
950 bcopy(context->state, d, SHA512_DIGEST_LENGTH);
995 bcopy(sha384_initial_hash_value, context->state, SHA512_DIGEST_LENGTH);
1025 bcopy(context->state, d, SHA384_DIGEST_LENGTH);