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; 60 int CRYPTO_set_mem_functions(CRYPTO_malloc_fn malloc_fn, in CRYPTO_set_mem_functions() 75 void CRYPTO_get_mem_functions(CRYPTO_malloc_fn *malloc_fn, in CRYPTO_get_mem_functions()
|
| /freebsd/crypto/openssl/include/openssl/ |
| H A D | crypto.h | 352 typedef void *(*CRYPTO_malloc_fn)(size_t num, const char *file, int line); typedef 356 int CRYPTO_set_mem_functions(CRYPTO_malloc_fn malloc_fn, 359 void CRYPTO_get_mem_functions(CRYPTO_malloc_fn *malloc_fn,
|
| H A D | crypto.h.in | 329 typedef void *(*CRYPTO_malloc_fn)(size_t num, const char *file, int line); typedef 333 int CRYPTO_set_mem_functions(CRYPTO_malloc_fn malloc_fn, 336 void CRYPTO_get_mem_functions(CRYPTO_malloc_fn *malloc_fn,
|
| /freebsd/crypto/openssl/doc/man3/ |
| H A D | OPENSSL_malloc.pod | 15 CRYPTO_malloc_fn, CRYPTO_realloc_fn, CRYPTO_free_fn, 57 typedef void *(*CRYPTO_malloc_fn)(size_t num, const char *file, int line); 61 void CRYPTO_get_mem_functions(CRYPTO_malloc_fn *malloc_fn, 64 int CRYPTO_set_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 | 38 CRYPTO_malloc_fn datatype
|
| /freebsd/secure/lib/libcrypto/man/man3/ |
| H A D | Makefile | 2913 MLINKS+= OPENSSL_malloc.3 CRYPTO_malloc_fn.3
|