KCAPI_MD_HMAC_SHA1(3) | Programming Interface | KCAPI_MD_HMAC_SHA1(3) |
kcapi_md_hmac_sha1 - HMAC SHA-1 keyed message digest on one buffer
int32_t kcapi_md_hmac_sha1(const uint8_t * key, uint32_t keylen, const uint8_t * in, uint32_t inlen, uint8_t * out, uint32_t outlen);
key
keylen
in
inlen
out
outlen
With this one-shot convenience function, a keyed message digest of the given buffer is generated. The output buffer must be allocated by the caller and have at least the length of the message digest size for the chosen keyed message digest.
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>
November 2020 | libkcapi Manual 1.2.1 |