#include <openssl/ossl_typ.h>
#include <openssl/crypto.h>
#include <openssl/buffererr.h>
#include <stddef.h>
#include <sys/types.h>
Go to the source code of this file.
|
#define | BUF_strdup(s) OPENSSL_strdup(s) |
|
#define | BUF_strndup(s, size) OPENSSL_strndup(s, size) |
|
#define | BUF_memdup(data, size) OPENSSL_memdup(data, size) |
|
#define | BUF_strlcpy(dst, src, size) OPENSSL_strlcpy(dst, src, size) |
|
#define | BUF_strlcat(dst, src, size) OPENSSL_strlcat(dst, src, size) |
|
#define | BUF_strnlen(str, maxlen) OPENSSL_strnlen(str, maxlen) |
|
#define | BUF_MEM_FLAG_SECURE 0x01 |
|
◆ BUF_MEM_FLAG_SECURE
#define BUF_MEM_FLAG_SECURE 0x01 |
◆ BUF_memdup
◆ BUF_strdup
◆ BUF_strlcat
◆ BUF_strlcpy
◆ BUF_strndup
◆ BUF_strnlen
◆ BUF_MEM_free()
◆ BUF_MEM_grow()
size_t BUF_MEM_grow |
( |
BUF_MEM * | str, |
|
|
size_t | len ) |
◆ BUF_MEM_grow_clean()
size_t BUF_MEM_grow_clean |
( |
BUF_MEM * | str, |
|
|
size_t | len ) |
◆ BUF_MEM_new()
◆ BUF_MEM_new_ex()
BUF_MEM * BUF_MEM_new_ex |
( |
unsigned long | flags | ) |
|
◆ BUF_reverse()
void BUF_reverse |
( |
unsigned char * | out, |
|
|
const unsigned char * | in, |
|
|
size_t | siz ) |