qcrypto_state_ctx_t
QNX SDP8.0QNX OS System Security GuideAPIConfiguration
Algorithm state context
Synopsis:
#include <qcrypto/qcrypto_plugin.h>
typedef struct {
void* data;
const qcrypto_algorithm_t* alg;
} qcrypto_state_ctx_t;
Data:
- void* data
An algorithm-specific data holder.
- const qcrypto_algorithm_t* alg
The algorithm attached to this context for reference.
Library:
libqcryptoPage updated: