Searched refs:size_to_copy (Results 1 – 1 of 1) sorted by relevance
784 uint32_t size_to_copy = HASH_BLOCK_SIZE - ctx_internal->blk_size; in sdp_hash_process_message() local785 (void) memcpy(&ctx_internal->block.bytes[ctx_internal->blk_size], msg, size_to_copy); in sdp_hash_process_message()786 msg += size_to_copy; in sdp_hash_process_message()787 msg_size -= size_to_copy; in sdp_hash_process_message()
Completed in 8 milliseconds