nrfxlib API 2.7.99
Loading...
Searching...
No Matches

◆ ocrypto_hmac_sha512_aad()

void ocrypto_hmac_sha512_aad ( uint8_t  r[(64)],
const uint8_t *  key,
size_t  key_len,
const uint8_t *  in,
size_t  in_len,
const uint8_t *  aad,
size_t  aad_len 
)

#include <crypto/nrf_oberon/include/ocrypto_hmac_sha512.h>

HMAC-SHA512 algorithm with AAD.

Parameters
[out]rHMAC output
keyHMAC key.
key_lenLength of key.
inInput data.
in_lenLength of in.
aadAdditional authentication data. May be NULL.
aad_lenLength of aad.