Decrypt data using the specified cipher algorithm state
#include <dev/crypto/devcrypto_plugin.h>
typedef int(* devcrypto_cipher_op_decrypt)(devcrypto_state_ctx_t *sctx,
const uint8_t *in,
uint32_t insize,
uint8_t *out,
uint32_t *outsize);
EOK if successful or errno if an error occurred.