![]() |
nRF Connect SDK API 3.3.99
|
| int cracen_be_sub | ( | const uint8_t * | a, |
| const uint8_t * | b, | ||
| uint8_t * | c, | ||
| size_t | sz ) |
#include <subsys/nrf_security/src/drivers/cracen/common/include/cracen/common.h>
Compute c = a - b.
| a | Big-endian value a. |
| b | Big-endian value b. |
| c | The substraction result. |
| sz | Size of the buffers. |
| 0 | Success. |
| -1 | For a < b. |