DOKK / manpages / debian 12 / libkcapi-dev / kcapi_md_final.3.en
KCAPI_MD_FINAL(3) Programming Interface KCAPI_MD_FINAL(3)

kcapi_md_final - message digest finalization function (stream)

ssize_t kcapi_md_final(struct kcapi_handle * handle, uint8_t * buffer, size_t len);

handle

[in] cipher handle

buffer

[out] filled with the message digest

len

[in] buffer length

return size of message digest upon success; -EIO - data cannot be obtained; -ENOMEM - buffer is too small for the complete message digest, the buffer is filled with the truncated message digest

Stephan Mueller <smueller@chronox.de>

Author.

February 2022 libkcapi Manual 1.4.0