qcrypto_cipher_op_final
QNX SDP8.0QNX OS System Security GuideAPIConfiguration
Finalize a cipher
Synopsis:
#include <qcrypto/qcrypto_plugin.h>
typedef int(* qcrypto_cipher_op_final)(qcrypto_state_ctx_t *sctx,
uint8_t *out,
size_t *outsize);
Arguments:
- sctx
- The algorithm state context object.
- out
- The output data.
- outsize
- The combined size of the output data and the encrypted or decrypted data.
Library:
libqcryptoReturns:
QCRYPTO_R_EOK if successful or qcrypto_errno
if an error occurred.
Page updated: