devcrypto_digest_op_update
QNX SDP8.0QNX OS System Security GuideAPIConfiguration
Update a digest algorithm state
Synopsis:
#include <dev/crypto/devcrypto_plugin.h>
typedef int(* devcrypto_digest_op_update)(devcrypto_state_ctx_t *sctx,
const uint8_t *data,
uint32_t size);
Arguments:
- sctx
- The state context.
- data
- The data buffer to digest.
- size
- The data buffer size.
Library:
devcrReturns:
EOK if successful or errno
if an error occurred.
Page updated: