Copy a digest algorithm state
#include <dev/crypto/devcrypto_plugin.h>
typedef int(* devcrypto_digest_op_copy)(devcrypto_state_ctx_t *ssctx, devcrypto_state_ctx_t *dsctx);
EOK if successful or errno if an error occurred.