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

◆ ocrypto_hmac_sha1_aad()

void ocrypto_hmac_sha1_aad ( uint8_t r[(20)],
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_sha1.h>

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