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