qcrypto_digest_op_init
QNX SDP8.0QNX OS System Security GuideAPIConfiguration
Initialize a digest object
Synopsis:
#include <qcrypto/qcrypto_plugin.h>
typedef int(* qcrypto_digest_op_init)(qcrypto_state_ctx_t *sctx);
Arguments:
- sctx
- The algorithm state context object.
Library:
libqcryptoDescription:
This function initializes or resets the digest object's state.
Returns:
QCRYPTO_R_EOK if successful or qcrypto_errno
if an error occurred.
Page updated: