Includes all backends definitions. More...
Data Structures |
|
| union | nrf_crypto_backend_hmac_context_t |
Typedefs |
|
|
typedef
nrf_crypto_hmac_internal_context_t |
nrf_crypto_backend_hmac_sha256_context_t |
|
typedef
nrf_crypto_hmac_internal_context_t |
nrf_crypto_backend_hmac_sha512_context_t |
Detailed Description
Includes all backends definitions.
This file includes all backend definitions, and provide a dummy context in case no backend is enabled. This is needed so that any project including HMAC headers will still compile when HMAC is not used/enabled.