![]() |
nRF Connect SDK API 3.3.99
|
| psa_status_t cracen_sw_aes_ctr_setup | ( | cracen_cipher_operation_t * | operation, |
| const psa_key_attributes_t * | attributes, | ||
| const uint8_t * | key_buffer, | ||
| size_t | key_buffer_size ) |
#include <subsys/nrf_security/src/drivers/cracen/cracen_sw/include/cracen_sw_aes_ctr.h>
Setup software AES-CTR operation.
| operation | Pointer to the cipher operation structure. |
| attributes | Key attributes. |
| key_buffer | Key material. |
| key_buffer_size | Size of the key material. |
| psa_status_t | PSA_SUCCESS on success, error code otherwise |