nRF Connect SDK API 3.3.99
Loading...
Searching...
No Matches

◆ SX_ERR_OPERAND_TOO_LARGE

#define SX_ERR_OPERAND_TOO_LARGE   13

#include <subsys/nrf_security/src/drivers/cracen/common/include/cracen/statuscodes.h>

The input operand is too large

Happens when an operand is bigger than one of the following:

  • The hardware operand size: Check ::sx_pk_capabilities to see the hardware operand size limit.
  • The operation size: Check sx_pk_get_opsize() to get the operation size limit.