Updated: October 28, 2024 |
Verify a signature in a single operation
#include <qcrypto/qcrypto_plugin.h>
typedef int(* qcrypto_signature_op_verify_oneshot)(qcrypto_state_ctx_t *sctx, const uint8_t *data, size_t size, const uint8_t *sig, size_t sigsize, int *status);
QCRYPTO_R_EOK if successful or qcrypto_errno if an error occurred.