qcrypto_mac_params_t

QNX SDP8.0QNX OS System Security GuideAPIConfiguration

MAC parameters

Synopsis:

#include <qcrypto/qcrypto_plugin.h>
typedef struct {
    size_t tagsize;
    size_t keysize;
} qcrypto_mac_params_t;

Data:

size_t tagsize

The MAC tag size in bytes.

size_t keysize

The key size in bytes.

Library:

libqcrypto
Page updated: