#include <openssl/base.h>
#include <stdlib.h>
#include <stdarg.h>
Go to the source code of this file.
|
void * | OPENSSL_realloc_clean (void *ptr, size_t old_size, size_t new_size) |
|
OPENSSL_EXPORT void | OPENSSL_cleanse (void *ptr, size_t len) |
|
OPENSSL_EXPORT int | CRYPTO_memcmp (const void *a, const void *b, size_t len) |
|
OPENSSL_EXPORT uint32_t | OPENSSL_hash32 (const void *ptr, size_t len) |
|
OPENSSL_EXPORT char * | OPENSSL_strdup (const char *s) |
|
OPENSSL_EXPORT size_t | OPENSSL_strnlen (const char *s, size_t len) |
|
OPENSSL_EXPORT int | OPENSSL_strcasecmp (const char *a, const char *b) |
|
OPENSSL_EXPORT int | OPENSSL_strncasecmp (const char *a, const char *b, size_t n) |
|
OPENSSL_EXPORT int | BIO_snprintf (char *buf, size_t n, const char *format,...) OPENSSL_PRINTF_FORMAT_FUNC(3 |
|
OPENSSL_EXPORT int OPENSSL_EXPORT int | BIO_vsnprintf (char *buf, size_t n, const char *format, va_list args) OPENSSL_PRINTF_FORMAT_FUNC(3 |
|
◆ CRYPTO_free
◆ CRYPTO_malloc
◆ CRYPTO_realloc
◆ DECIMAL_SIZE
◆ OPENSSL_free
#define OPENSSL_free free |
◆ OPENSSL_malloc
◆ OPENSSL_realloc
◆ BIO_snprintf()
◆ BIO_vsnprintf()
◆ CRYPTO_memcmp()
◆ OPENSSL_cleanse()
◆ OPENSSL_hash32()
◆ OPENSSL_realloc_clean()
◆ OPENSSL_strcasecmp()
OPENSSL_EXPORT int OPENSSL_strcasecmp |
( |
const char * |
a, |
|
|
const char * |
b |
|
) |
| |
◆ OPENSSL_strdup()
◆ OPENSSL_strncasecmp()
◆ OPENSSL_strnlen()