1BSON_MD5_APPEND(3)                  libbson                 BSON_MD5_APPEND(3)
2
3
4

NAME

6       bson_md5_append - bson_md5_append()
7

DEPRECATED

9       All MD5 APIs are deprecated in libbson.
10

SYNOPSIS

12          void
13          bson_md5_append (bson_md5_t *pms,
14                           const uint8_t *data,
15                           uint32_t nbytes) BSON_GNUC_DEPRECATED;
16

PARAMETERS

18pms: A bson_md5_t.
19
20data: A memory region to feed to the md5 algorithm.
21
22nbytes: The length of data in bytes.
23

DESCRIPTION

25       Feeds more data into the MD5 algorithm.
26
27       This function is deprecated and should not be used in new code.
28

AUTHOR

30       MongoDB, Inc
31
33       2017-present, MongoDB, Inc
34
35
36
37
381.17.6                           Jun 03, 2021               BSON_MD5_APPEND(3)
Impressum