1BSON_MD5_APPEND(3) libbson BSON_MD5_APPEND(3)
2
3
4
6 bson_md5_append - bson_md5_append()
7
9 All MD5 APIs are deprecated in libbson.
10
12 void
13 bson_md5_append (bson_md5_t *pms,
14 const uint8_t *data,
15 uint32_t nbytes) BSON_GNUC_DEPRECATED;
16
18 • pms: A bson_md5_t.
19
20 • data: A memory region to feed to the md5 algorithm.
21
22 • nbytes: The length of data in bytes.
23
25 Feeds more data into the MD5 algorithm.
26
27 This function is deprecated and should not be used in new code.
28
30 MongoDB, Inc
31
33 2017-present, MongoDB, Inc
34
35
36
37
381.17.6 Jun 03, 2021 BSON_MD5_APPEND(3)