1KCAPI_MD_UPDATE(3) Programming Interface KCAPI_MD_UPDATE(3)
2
3
4
6 kcapi_md_update - message digest update function (stream)
7
9 ssize_t kcapi_md_update(struct kcapi_handle * handle,
10 const uint8_t * buffer, size_t len);
11
13 handle
14 [in] cipher handle
15
16 buffer
17 [in] holding the data to add to the message digest
18
19 len
20 [in] buffer length
21
23 The input buffer can be at most INT_MAX in size.
24
25 return 0 upon success; a negative errno-style error code if an error
26 occurred
27
29 Stephan Mueller <smueller@chronox.de>
30 Author.
31
33libkcapi Manual 1.4.0 July 2023 KCAPI_MD_UPDATE(3)