My Project
Loading...
Searching...
No Matches
hc128.h
1
39WOLFSSL_API int wc_Hc128_Process(HC128*, byte*, const byte*, word32);
40
66WOLFSSL_API int wc_Hc128_SetKey(HC128*, const byte* key, const byte* iv);
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.
Definition hc128.c:306
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,...
Definition hc128.c:389
Definition hc128.h:43