Lines Matching refs:bcopy
55 #define bcopy(a, b, c) memcpy((b), (a), (c)) macro
338 bcopy(sha256_initial_hash_value, context->state, SHA256_DIGEST_LENGTH); in SHA256_Init()
536 bcopy(data, &context->buffer[usedspace], freespace); in SHA256_Update()
543 bcopy(data, &context->buffer[usedspace], len); in SHA256_Update()
559 bcopy(data, context->buffer, len); in SHA256_Update()
620 bcopy(context->state, d, SHA256_DIGEST_LENGTH); in SHA256_Final()
666 bcopy(sha512_initial_hash_value, context->state, SHA512_DIGEST_LENGTH); in SHA512_Init()
858 bcopy(data, &context->buffer[usedspace], freespace); in SHA512_Update()
865 bcopy(data, &context->buffer[usedspace], len); in SHA512_Update()
881 bcopy(data, context->buffer, len); in SHA512_Update()
950 bcopy(context->state, d, SHA512_DIGEST_LENGTH); in SHA512_Final()
995 bcopy(sha384_initial_hash_value, context->state, SHA512_DIGEST_LENGTH); in SHA384_Init()
1025 bcopy(context->state, d, SHA384_DIGEST_LENGTH); in SHA384_Final()