qcrypto_cipher_op_init
QNX SDP8.0QNX OS System Security GuideAPIConfiguration
Initialize a cipher algorithm
Synopsis:
#include <qcrypto/qcrypto_plugin.h>
typedef int(* qcrypto_cipher_op_init)(qcrypto_state_ctx_t *sctx,
const qcrypto_key_ctx_t *kctx,
const qcrypto_cipher_args_t *cargs);
Arguments:
- sctx
- The algorithm state context object.
- kctx
- The key context object.
- cargs
- The cipher arguments.
Library:
libqcryptoReturns:
QCRYPTO_R_EOK if successful or qcrypto_errno
if an error occurred.
Page updated: