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

◆ ocrypto_hmac_sha512_init()

void ocrypto_hmac_sha512_init ( ocrypto_hmac_sha512_ctx *  ctx,
const uint8_t *  key,
size_t  key_len 
)

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

HMAC-SHA-512 initialization.

The generator state ctx is initialized by this function.

Parameters
[out]ctxGenerator state.
keyHMAC key.
key_lenLength of key.