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

AES Cipher-based Message Authentication Code. More...

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

Go to the source code of this file.

Macros

#define ocrypto_aes_cmac_prf128_BYTES   (16)
 

Functions

void ocrypto_aes_cmac_authenticate (uint8_t *tag, size_t tag_len, const uint8_t *msg, size_t msg_len, const uint8_t *key, size_t size)
 
void ocrypto_aes_cmac_prf128 (uint8_t prf[(16)], const uint8_t *msg, size_t msg_len, const uint8_t *key, size_t key_len)
 

Detailed Description

AES Cipher-based Message Authentication Code.