Blender  V3.3
BLI_hash_md5.h
Go to the documentation of this file.
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
2 
3 #pragma once
4 
9 #ifdef __cplusplus
10 extern "C" {
11 #endif
12 
18 void *BLI_hash_md5_buffer(const char *buffer, size_t len, void *resblock);
19 
25 int BLI_hash_md5_stream(FILE *stream, void *resblock);
26 
27 char *BLI_hash_md5_to_hexdigest(void *resblock, char r_hex_digest[33]);
28 
29 #ifdef __cplusplus
30 }
31 #endif
void * BLI_hash_md5_buffer(const char *buffer, size_t len, void *resblock)
Definition: hash_md5.c:345
char * BLI_hash_md5_to_hexdigest(void *resblock, char r_hex_digest[33])
Definition: hash_md5.c:381
int BLI_hash_md5_stream(FILE *stream, void *resblock)
Definition: hash_md5.c:272
int len
Definition: draw_manager.c:108
ccl_global float * buffer