nRF5 SDK  v15.0.0
Choose documentation:
 All Data Structures Functions Variables Typedefs Enumerations Enumerator Groups Pages
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.