devcrypto_digest_op_copy
QNX SDP8.0QNX devcrypto ServiceAPIDeveloperProgramming
Copy a digest algorithm state
Synopsis:
#include <dev/crypto/devcrypto_plugin.h>typedef int(* devcrypto_digest_op_copy)(devcrypto_state_ctx_t *ssctx,
devcrypto_state_ctx_t *dsctx);Arguments:
- ssctx
- The source state context.
- dsctx
- The destination state context.
Library:
devcrReturns:
EOK if successful or errno if an error occurred.
Page updated:
