qcrypto_mac_update()
QNX SDP8.0QNX OS System Security GuideAPIConfiguration
Update a MAC algorithm
Synopsis:
#include <qcrypto/qcrypto.h>
int qcrypto_mac_update(qcrypto_ctx_t *ctx,
const uint8_t *data,
size_t size)
Arguments:
- ctx
- The algorithm context object.
- data
- The data buffer.
- size
- The data buffer size.
Library:
libqcryptoReturns:
QCRYPTO_R_EOK if successful or qcrypto_errno
if an error occurred.
Page updated: