nRF5 SDK v13.0.0
Functions
Initialization.

Provides nrf_crypto initialization related functions. More...

Functions

uint32_t nrf_crypto_init (void)
 Function for initializing the cryptography library. More...
 
uint32_t nrf_crypto_uninit (void)
 Function for uninitializing the cryptography library. More...
 
bool nrf_crypto_is_initialized (void)
 Function reporting if nrf_crypto has been initialized. More...
 

Detailed Description

Provides nrf_crypto initialization related functions.

Function Documentation

uint32_t nrf_crypto_init ( void  )

Function for initializing the cryptography library.

Return values
NRF_SUCCESSIf initialization was successful.
NRF_ERROR_INTERNALIf an internal error occured in the nrf_crypt backend.
bool nrf_crypto_is_initialized ( void  )

Function reporting if nrf_crypto has been initialized.

Return values
TrueIf cryptographic library is initialized.
FalseIf cryptographic library isn't initialized.
uint32_t nrf_crypto_uninit ( void  )

Function for uninitializing the cryptography library.

Return values
NRF_SUCCESSIf unititialization was successful.
NRF_ERROR_INTERNALIf an internal error occured in the nrf_crypt backend.

Documentation feedback | Developer Zone | Subscribe | Updated