|
ASCON Suite
|
#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_hkdfa |
| #define | HKDF_STATE ascon_hkdfa_state_t |
| #define | HKDF_HMAC_SIZE ASCON_HMACA_SIZE |
| #define | HKDF_HMAC_STATE ascon_hmaca_state_t |
| #define | HKDF_HMAC_INIT ascon_hmaca_init |
| #define | HKDF_HMAC_UPDATE ascon_hmaca_update |
| #define | HKDF_HMAC_FINALIZE ascon_hmaca_finalize |
| #define | HKDF_HMAC_FREE ascon_hmaca_free |
| #define HKDF_ALG_NAME ascon_hkdfa |
Definition at line 32 of file ascon-hkdfa.c.
| #define HKDF_HMAC_FINALIZE ascon_hmaca_finalize |
Definition at line 38 of file ascon-hkdfa.c.
| #define HKDF_HMAC_FREE ascon_hmaca_free |
Definition at line 39 of file ascon-hkdfa.c.
| #define HKDF_HMAC_INIT ascon_hmaca_init |
Definition at line 36 of file ascon-hkdfa.c.
| #define HKDF_HMAC_SIZE ASCON_HMACA_SIZE |
Definition at line 34 of file ascon-hkdfa.c.
| #define HKDF_HMAC_STATE ascon_hmaca_state_t |
Definition at line 35 of file ascon-hkdfa.c.
| #define HKDF_HMAC_UPDATE ascon_hmaca_update |
Definition at line 37 of file ascon-hkdfa.c.
| #define HKDF_STATE ascon_hkdfa_state_t |
Definition at line 33 of file ascon-hkdfa.c.