nrfxlib API 2.8.99
Loading...
Searching...
No Matches

◆ ocrypto_hmac_sha256_aad()

void ocrypto_hmac_sha256_aad ( uint8_t r[(32)],
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_sha256.h>

HMAC-SHA256 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.