ASCON Suite
Macros
ascon-hkdf.c File Reference
#include <ascon/hkdf.h>
#include <ascon/hmac.h>
#include <ascon/utility.h>
#include "core/ascon-util.h"
#include <string.h>
#include "kdf/ascon-hkdf-common.h"

Go to the source code of this file.

Macros

#define HKDF_ALG_NAME   ascon_hkdf
 
#define HKDF_STATE   ascon_hkdf_state_t
 
#define HKDF_HMAC_SIZE   ASCON_HMAC_SIZE
 
#define HKDF_HMAC_STATE   ascon_hmac_state_t
 
#define HKDF_HMAC_INIT   ascon_hmac_init
 
#define HKDF_HMAC_UPDATE   ascon_hmac_update
 
#define HKDF_HMAC_FINALIZE   ascon_hmac_finalize
 
#define HKDF_HMAC_FREE   ascon_hmac_free
 

Macro Definition Documentation

◆ HKDF_ALG_NAME

#define HKDF_ALG_NAME   ascon_hkdf

Definition at line 32 of file ascon-hkdf.c.

◆ HKDF_HMAC_FINALIZE

#define HKDF_HMAC_FINALIZE   ascon_hmac_finalize

Definition at line 38 of file ascon-hkdf.c.

◆ HKDF_HMAC_FREE

#define HKDF_HMAC_FREE   ascon_hmac_free

Definition at line 39 of file ascon-hkdf.c.

◆ HKDF_HMAC_INIT

#define HKDF_HMAC_INIT   ascon_hmac_init

Definition at line 36 of file ascon-hkdf.c.

◆ HKDF_HMAC_SIZE

#define HKDF_HMAC_SIZE   ASCON_HMAC_SIZE

Definition at line 34 of file ascon-hkdf.c.

◆ HKDF_HMAC_STATE

#define HKDF_HMAC_STATE   ascon_hmac_state_t

Definition at line 35 of file ascon-hkdf.c.

◆ HKDF_HMAC_UPDATE

#define HKDF_HMAC_UPDATE   ascon_hmac_update

Definition at line 37 of file ascon-hkdf.c.

◆ HKDF_STATE

#define HKDF_STATE   ascon_hkdf_state_t

Definition at line 33 of file ascon-hkdf.c.