Data Accelerator Offload
Loading...
Searching...
No Matches
Data Fields
dao_lc_hmac_hash_ctx Struct Reference

#include <dao_liquid_crypto.h>

Data Fields

enum dao_lc_fc_hash_type hmac_hash_type
 
uint8_t digest_len
 
uint16_t hmac_key_len
 
uint8_t hmac_auth_key [DAO_LC_MAX_AUTH_KEY_LEN]
 

Detailed Description

The liquid crypto HMAC hash context.

Definition at line 599 of file dao_liquid_crypto.h.

Field Documentation

◆ hmac_hash_type

enum dao_lc_fc_hash_type hmac_hash_type

Hash type

Definition at line 601 of file dao_liquid_crypto.h.

◆ digest_len

uint8_t digest_len

Digest length

Definition at line 603 of file dao_liquid_crypto.h.

◆ hmac_key_len

uint16_t hmac_key_len

HMAC key length

Definition at line 605 of file dao_liquid_crypto.h.

◆ hmac_auth_key

uint8_t hmac_auth_key[DAO_LC_MAX_AUTH_KEY_LEN]

HMAC Authentication Key

Definition at line 607 of file dao_liquid_crypto.h.


The documentation for this struct was generated from the following file: