ble_sm_alg_aes_cmac() function
Cypher based Message Authentication Code (CMAC) with AES 128 bit
Syntax
int ble_sm_alg_aes_cmac(const uint8_t *key,
const uint8_t *in,
size_t len,
uint8_t *out);
Arguments
in
Message to be authenticated.
len
Length of the message in octets.
out
Output; message authentication code.