qcrypto_cipher_t

QNX SDP8.0QNX OS System Security GuideAPIConfiguration

Cipher object

Synopsis:

#include <qcrypto/qcrypto_plugin.h>
typedef struct {
    qcrypto_cipher_params_t params;
    qcrypto_cipher_ops_t ops;
} qcrypto_cipher_t;

Data:

qcrypto_cipher_params_t params

The cipher parameters.

qcrypto_cipher_ops_t ops

The cipher functions.

Library:

libqcrypto
Page updated: