nrfxlib API 3.3.99
Loading...
Searching...
No Matches

AES Encrypt-then-Authenticate-then-Translate. More...

#include <stddef.h>
#include <stdint.h>

Go to the source code of this file.

Functions

void ocrypto_aes_eax_encrypt (uint8_t *ct, uint8_t tag[16], const uint8_t *pt, size_t pt_len, const uint8_t *key, size_t size, const uint8_t *iv, size_t iv_len, const uint8_t *aa, size_t aa_len)
 
int ocrypto_aes_eax_decrypt (uint8_t *pt, const uint8_t tag[16], const uint8_t *ct, size_t ct_len, const uint8_t *key, size_t size, const uint8_t *iv, size_t iv_len, const uint8_t *aa, size_t aa_len)
 

Detailed Description

AES Encrypt-then-Authenticate-then-Translate.