|
| static void | __asan_poison_memory_region (const void *addr, size_t size) |
| |
| static void | __asan_unpoison_memory_region (const void *addr, size_t size) |
| |
| int | BIO_snprintf (char *buf, size_t n, const char *format,...) |
| |
| int | BIO_vsnprintf (char *buf, size_t n, const char *format, va_list args) |
| |
| void | CRYPTO_free (void *ptr, const char *file, int line) |
| |
| void * | CRYPTO_malloc (size_t size, const char *file, int line) |
| |
| int | CRYPTO_memcmp (const void *in_a, const void *in_b, size_t len) |
| |
| void * | CRYPTO_realloc (void *ptr, size_t new_size, const char *file, int line) |
| |
| void | OPENSSL_cleanse (void *ptr, size_t len) |
| |
| void | OPENSSL_clear_free (void *ptr, size_t unused) |
| |
| void | OPENSSL_free (void *orig_ptr) |
| |
| uint32_t | OPENSSL_hash32 (const void *ptr, size_t len) |
| |
| void * | OPENSSL_malloc (size_t size) |
| |
| void * | OPENSSL_memdup (const void *data, size_t size) |
| |
| void * | OPENSSL_realloc (void *orig_ptr, size_t new_size) |
| |
| | OPENSSL_STATIC_ASSERT (OPENSSL_MALLOC_PREFIX >=sizeof(size_t), "size_t too large") |
| |
| int | OPENSSL_strcasecmp (const char *a, const char *b) |
| |
| char * | OPENSSL_strdup (const char *s) |
| |
| uint32_t | OPENSSL_strhash (const char *s) |
| |
| size_t | OPENSSL_strlcat (char *dst, const char *src, size_t dst_size) |
| |
| size_t | OPENSSL_strlcpy (char *dst, const char *src, size_t dst_size) |
| |
| int | OPENSSL_strncasecmp (const char *a, const char *b, size_t n) |
| |
| char * | OPENSSL_strndup (const char *str, size_t size) |
| |
| size_t | OPENSSL_strnlen (const char *s, size_t len) |
| |
| int | OPENSSL_tolower (int c) |
| |
| | WEAK_SYMBOL_FUNC (size_t, OPENSSL_memory_get_size,(void *ptr)) |
| |
| | WEAK_SYMBOL_FUNC (void *, OPENSSL_memory_alloc,(size_t size)) |
| |
| | WEAK_SYMBOL_FUNC (void, OPENSSL_memory_free,(void *ptr)) |
| |
| | WEAK_SYMBOL_FUNC (void, sdallocx,(void *ptr, size_t size, int flags)) |
| |