My Project
Loading...
Searching...
No Matches
hc128.h File Reference

Go to the source code of this file.

Data Structures

struct  HC128
 

Typedefs

typedef struct HC128 HC128
 

Functions

WOLFSSL_API int wc_Hc128_Process (HC128 *, byte *, const byte *, word32)
 This function encrypts or decrypts a message of any size from the input buffer input, and stores the resulting plaintext/ciphertext in the output buffer output.
 
WOLFSSL_API int wc_Hc128_SetKey (HC128 *, const byte *key, const byte *iv)
 This function initializes an HC128 context object by setting its key and iv.
 
WOLFSSL_LOCAL int wc_Hc128_SetHeap (HC128 *ctx, void *heap)
 

Variables

 C
 

Variable Documentation

◆ C

C
extern
Initial value:
{
#endif
enum {
HC128_ENC_TYPE = WC_CIPHER_HC128,
}