Blender
V4.3
source
blender
blenlib
BLI_hash_md5.hh
Go to the documentation of this file.
1
/* SPDX-FileCopyrightText: 2023 Blender Authors
2
*
3
* SPDX-License-Identifier: GPL-2.0-or-later */
4
5
#pragma once
6
11
#include <cstdio>
12
13
#include "
BLI_sys_types.h
"
14
20
void
*
BLI_hash_md5_buffer
(
const
char
*buffer,
size_t
len
,
void
*resblock);
21
27
int
BLI_hash_md5_stream
(FILE *stream,
void
*resblock);
28
29
char
*
BLI_hash_md5_to_hexdigest
(
const
void
*resblock,
char
r_hex_digest[33]);
BLI_hash_md5_to_hexdigest
char * BLI_hash_md5_to_hexdigest(const void *resblock, char r_hex_digest[33])
Definition
hash_md5.cc:382
BLI_hash_md5_stream
int BLI_hash_md5_stream(FILE *stream, void *resblock)
Definition
hash_md5.cc:273
BLI_hash_md5_buffer
void * BLI_hash_md5_buffer(const char *buffer, size_t len, void *resblock)
Definition
hash_md5.cc:346
BLI_sys_types.h
len
int len
Definition
draw_manager_c.cc:115
Generated on Thu Feb 6 2025 07:36:39 for Blender by
doxygen
1.11.0