nRF5 SDK v17.1.0
Functions
Security AES entity declarations

Module to declare AES entity API. More...

Functions

void aes_entity_init (void)
 Function for initializing the AES ECB module.
 
void aes_handle (uint8_t *key, uint8_t *text)
 AES encryption. More...
 

Detailed Description

Module to declare AES entity API.

Function Documentation

void aes_handle ( uint8_t *  key,
uint8_t *  text 
)

AES encryption.

Performs synchronous encryption of text against the key. Encrypted data is stored to text memory.

Parameters
keyPointer to a 128-bit key.
textPointer to a 128-bit plain text data.

Documentation feedback | Developer Zone | Subscribe | Updated