qcrypto_digest_op_update
QNX SDP8.0QNX OS System Security GuideAPIConfiguration
Update a digest object
Synopsis:
#include <qcrypto/qcrypto_plugin.h>
typedef int(* qcrypto_digest_op_update)(qcrypto_state_ctx_t *sctx,
const uint8_t *data,
size_t size);
Arguments:
- sctx
- The algorithm state context object.
- data
- The data buffer.
- size
- The data buffer size.
Library:
libqcryptoDescription:
This function updates a digest by supplying data.
Returns:
QCRYPTO_R_EOK if successful or qcrypto_errno
if an error occurred.
Page updated: