nRF Connect SDK API 3.3.99
Loading...
Searching...
No Matches
CRACEN HMAC Primitives

Low-level HMAC primitives for the CRACEN driver. More...

Functions

int mac_create_hmac (const struct sxhashalg *hashalg, struct sxhash *hashopctx, const uint8_t *key, size_t keysz, uint8_t *workmem, size_t workmemsz)
 
int hmac_produce (struct sxhash *hashctx, const struct sxhashalg *hashalg, uint8_t *out, size_t sz, uint8_t *workmem)
 

Detailed Description

Low-level HMAC primitives for the CRACEN driver.

Note
These APIs are for internal use only. Applications must use the PSA Crypto API (psa_* functions) instead of calling these functions directly.