Searched refs:CRYPTO_malloc_fn (Results 1 – 7 of 7) sorted by relevance
/freebsd/crypto/openssl/crypto/ |
H A D | mem.c | 22 static CRYPTO_malloc_fn malloc_impl = CRYPTO_malloc; 57 int CRYPTO_set_mem_functions(CRYPTO_malloc_fn malloc_fn, in CRYPTO_set_mem_functions() 72 void CRYPTO_get_mem_functions(CRYPTO_malloc_fn *malloc_fn, in CRYPTO_get_mem_functions()
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | OPENSSL_malloc.pod | 15 CRYPTO_malloc_fn, CRYPTO_realloc_fn, CRYPTO_free_fn, 53 typedef void *(*CRYPTO_malloc_fn)(size_t num, const char *file, int line); 57 void CRYPTO_get_mem_functions(CRYPTO_malloc_fn *malloc_fn, 60 int CRYPTO_set_mem_functions(CRYPTO_malloc_fn malloc_fn,
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | crypto.h | 333 typedef void *(*CRYPTO_malloc_fn)(size_t num, const char *file, int line); typedef 337 int CRYPTO_set_mem_functions(CRYPTO_malloc_fn malloc_fn, 340 void CRYPTO_get_mem_functions(CRYPTO_malloc_fn *malloc_fn,
|
H A D | crypto.h.in | 310 typedef void *(*CRYPTO_malloc_fn)(size_t num, const char *file, int line); typedef 314 int CRYPTO_set_mem_functions(CRYPTO_malloc_fn malloc_fn, 317 void CRYPTO_get_mem_functions(CRYPTO_malloc_fn *malloc_fn,
|
/freebsd/crypto/openssl/util/ |
H A D | indent.pro | 165 -T CRYPTO_malloc_fn
|
H A D | other.syms | 36 CRYPTO_malloc_fn datatype
|
/freebsd/secure/lib/libcrypto/man/man3/ |
H A D | Makefile | 1160 MLINKS+= OPENSSL_malloc.3 CRYPTO_malloc_fn.3
|