devcrypto_aead_cipher_ops_t
QNX SDP8.0QNX OS System Security GuideAPIConfiguration
AEAD cipher algorithm functions
Synopsis:
#include <dev/crypto/devcrypto_plugin.h>
typedef struct _devcrypto_aead_cipher_ops {
devcrypto_aead_cipher_op_init init;
devcrypto_aead_cipher_op_encrypt encrypt;
devcrypto_aead_cipher_op_decrypt decrypt;
} devcrypto_aead_cipher_ops_t;
Data:
- devcrypto_aead_cipher_op_init init
The cipher initialization function.
- devcrypto_aead_cipher_op_encrypt encrypt
The cipher encryption function.
- devcrypto_aead_cipher_op_decrypt decrypt
The cipher decryption function.
Library:
devcrPage updated: