logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

kcapi_md_update - message digest update function (stream)

Arguments

handle
           [in] cipher handle

       buffer
           [in] holding the data to add to the message digest

       len
           [in] buffer length

Author

StephanMueller <smueller@chronox.de>
           Author.

Description

       The input buffer can be at most INT_MAX in size.

       return 0 upon success; a negative errno-style error code if an error occurred

Name

       kcapi_md_update - message digest update function (stream)

Synopsis

ssize_tkcapi_md_update(structkcapi_handle*handle,constuint8_t*buffer,size_tlen);

See Also