devcrypto_cipher_t
QNX SDP8.0QNX OS System Security GuideAPIConfiguration
Cipher algorithm object
Synopsis:
#include <dev/crypto/devcrypto_plugin.h>
typedef struct _devcrypto_cipher {
devcrypto_cipher_params_t params;
devcrypto_cipher_ops_t ops;
} devcrypto_cipher_t;
Data:
- devcrypto_cipher_params_t params
The cipher parameters.
- devcrypto_cipher_ops_t ops
The cipher functions.
Library:
devcrPage updated: