1KCAPI_MD_UPDATE(3)           Programming Interface          KCAPI_MD_UPDATE(3)
2
3
4

NAME

6       kcapi_md_update - message digest update function (stream)
7

SYNOPSIS

9       int32_t kcapi_md_update(struct kcapi_handle * handle,
10                               const uint8_t * buffer, uint32_t len);
11

ARGUMENTS

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

DESCRIPTION

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

AUTHOR

29       Stephan Mueller <smueller@chronox.de>
30           Author.
31
33libkcapi Manual 1.2.1             March 2021                KCAPI_MD_UPDATE(3)
Impressum