|
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_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 |
| #define HKDF_ALG_NAME ascon_hkdf |
Definition at line 32 of file ascon-hkdf.c.
| #define HKDF_HMAC_FINALIZE ascon_hmac_finalize |
Definition at line 38 of file ascon-hkdf.c.
| #define HKDF_HMAC_FREE ascon_hmac_free |
Definition at line 39 of file ascon-hkdf.c.
| #define HKDF_HMAC_INIT ascon_hmac_init |
Definition at line 36 of file ascon-hkdf.c.
| #define HKDF_HMAC_SIZE ASCON_HMAC_SIZE |
Definition at line 34 of file ascon-hkdf.c.
| #define HKDF_HMAC_STATE ascon_hmac_state_t |
Definition at line 35 of file ascon-hkdf.c.
| #define HKDF_HMAC_UPDATE ascon_hmac_update |
Definition at line 37 of file ascon-hkdf.c.
| #define HKDF_STATE ascon_hkdf_state_t |
Definition at line 33 of file ascon-hkdf.c.