nrfxlib API 0.1.0
|
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 | ||
) |
#include <crypto/nrf_oberon/include/ocrypto_aes_cmac.h>
AES-CMAC-PRF-128 pseudo random function algorithm.
[out] | prf | 16 byte PRF output. |
msg | Message input. | |
msg_len | Message length. | |
key | Key. | |
key_len | Key length. |