Blender
V3.3
source
blender
blenlib
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
BLI_hash_md5_buffer
void * BLI_hash_md5_buffer(const char *buffer, size_t len, void *resblock)
Definition:
hash_md5.c:345
BLI_hash_md5_to_hexdigest
char * BLI_hash_md5_to_hexdigest(void *resblock, char r_hex_digest[33])
Definition:
hash_md5.c:381
BLI_hash_md5_stream
int BLI_hash_md5_stream(FILE *stream, void *resblock)
Definition:
hash_md5.c:272
len
int len
Definition:
draw_manager.c:108
buffer
ccl_global float * buffer
Definition:
kernel/device/gpu/kernel.h:820
Generated on Tue Oct 22 2024 13:18:25 for Blender by
doxygen
1.9.1