#include <openssl/base.h>
#include <stdlib.h>
#include <stdarg.h>
Go to the source code of this file.
|
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 |
|
OPENSSL_EXPORT void | CRYPTO_free (void *ptr, const char *file, int line) |
|
OPENSSL_EXPORT void * | CRYPTO_malloc (size_t size, const char *file, int line) |
|
OPENSSL_EXPORT int | CRYPTO_memcmp (const void *a, const void *b, size_t len) |
|
OPENSSL_EXPORT void * | CRYPTO_realloc (void *ptr, size_t new_size, const char *file, int line) |
|
OPENSSL_EXPORT void | OPENSSL_cleanse (void *ptr, size_t len) |
|
OPENSSL_EXPORT void | OPENSSL_clear_free (void *ptr, size_t len) |
|
OPENSSL_EXPORT void | OPENSSL_free (void *ptr) |
|
OPENSSL_EXPORT uint32_t | OPENSSL_hash32 (const void *ptr, size_t len) |
|
OPENSSL_EXPORT void * | OPENSSL_malloc (size_t size) |
|
OPENSSL_EXPORT void * | OPENSSL_memdup (const void *data, size_t size) |
|
OPENSSL_EXPORT void * | OPENSSL_realloc (void *ptr, size_t new_size) |
|
OPENSSL_EXPORT int | OPENSSL_strcasecmp (const char *a, const char *b) |
|
OPENSSL_EXPORT char * | OPENSSL_strdup (const char *s) |
|
OPENSSL_EXPORT uint32_t | OPENSSL_strhash (const char *s) |
|
OPENSSL_EXPORT size_t | OPENSSL_strlcat (char *dst, const char *src, size_t dst_size) |
|
OPENSSL_EXPORT size_t | OPENSSL_strlcpy (char *dst, const char *src, size_t dst_size) |
|
OPENSSL_EXPORT int | OPENSSL_strncasecmp (const char *a, const char *b, size_t n) |
|
OPENSSL_EXPORT int OPENSSL_EXPORT int OPENSSL_EXPORT char * | OPENSSL_strndup (const char *str, size_t size) |
|
OPENSSL_EXPORT size_t | OPENSSL_strnlen (const char *s, size_t len) |
|
OPENSSL_EXPORT int | OPENSSL_tolower (int c) |
|
◆ DECIMAL_SIZE
#define DECIMAL_SIZE |
( |
|
type | ) |
((sizeof(type)*8+2)/3+1) |
◆ BIO_snprintf()
◆ BIO_vsnprintf()
◆ CRYPTO_free()
◆ CRYPTO_malloc()
◆ CRYPTO_memcmp()
◆ CRYPTO_realloc()
◆ OPENSSL_cleanse()
◆ OPENSSL_clear_free()
◆ OPENSSL_free()
◆ OPENSSL_hash32()
◆ OPENSSL_malloc()
◆ OPENSSL_memdup()
◆ OPENSSL_realloc()
◆ OPENSSL_strcasecmp()
◆ OPENSSL_strdup()
◆ OPENSSL_strhash()
◆ OPENSSL_strlcat()
◆ OPENSSL_strlcpy()
◆ OPENSSL_strncasecmp()
◆ OPENSSL_strndup()
◆ OPENSSL_strnlen()
◆ OPENSSL_tolower()