mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-02-04 05:55:08 +01:00
add ForceZero() to force memset(0)
This commit is contained in:
@@ -26,8 +26,8 @@
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
#define LIBWOLFSSL_VERSION_STRING "3.3.4"
|
||||
#define LIBWOLFSSL_VERSION_HEX 0x03003004
|
||||
#define LIBWOLFSSL_VERSION_STRING "3.4.0"
|
||||
#define LIBWOLFSSL_VERSION_HEX 0x03004000
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
|
||||
@@ -48,6 +48,9 @@ void XorWords(wolfssl_word*, const wolfssl_word*, word32);
|
||||
WOLFSSL_LOCAL
|
||||
void xorbuf(void*, const void*, word32);
|
||||
|
||||
WOLFSSL_LOCAL
|
||||
void ForceZero(const void*, word32);
|
||||
|
||||
#ifdef WORD64_AVAILABLE
|
||||
WOLFSSL_LOCAL
|
||||
word64 rotlFixed64(word64, word64);
|
||||
|
||||
Reference in New Issue
Block a user