![]() |
nrfxlib API 3.3.99
|
| int nrf_cc3xx_platform_derived_key_set_auth_info | ( | nrf_cc3xx_platform_derived_key_ctx_t * | ctx, |
| const uint8_t * | nonce, | ||
| size_t | nonce_size, | ||
| const uint8_t * | aad, | ||
| size_t | aad_size, | ||
| uint8_t * | tag, | ||
| size_t | tag_size ) |
#include <crypto/nrf_cc310_platform/include/nrf_cc3xx_platform_derived_key.h>
Function to set the authenticated encryption information.
| [in,out] | ctx | Pointer to the derived key context. |
| [in] | nonce | Pointer to the nonce. |
| [in] | nonce_size | The size of the nonce in bytes. |
| [in] | aad | Pointer to the additional data used in the authenticated encryption. |
| [in] | aad_size | The size of the additional data in bytes. |
| [in] | tag | Pointer to the buffer used for the tag. |
| [in] | tag_size | The size of the tag buffer in bytes. |