Searched refs:CRYPTO_set_mem_functions (Results 1 – 11 of 11) sorted by relevance
/freebsd/crypto/openssl/doc/man3/ |
H A D | OPENSSL_malloc.pod | 16 CRYPTO_get_mem_functions, CRYPTO_set_mem_functions, 60 int CRYPTO_set_mem_functions(CRYPTO_malloc_fn malloc_fn, 126 With CRYPTO_set_mem_functions(), you can specify a different set of functions. 130 with CRYPTO_set_mem_functions(), it's recommended to swap them all out 179 CRYPTO_set_mem_functions() returns 1 on success or 0 on failure (almost
|
H A D | SSL_alloc_buffers.pod | 26 avoid allocation during data processing or with CRYPTO_set_mem_functions() 57 L<CRYPTO_set_mem_functions(3)>
|
/freebsd/contrib/ntp/include/ |
H A D | ssl_applink.c | 47 CRYPTO_set_mem_functions(wrap_dbg_malloc, wrap_dbg_realloc, wrap_dbg_free_ex); in ssl_applink()
|
/freebsd/crypto/openssl/crypto/ |
H A D | mem.c | 57 int CRYPTO_set_mem_functions(CRYPTO_malloc_fn malloc_fn, in CRYPTO_set_mem_functions() function
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | engine.h | 801 CRYPTO_set_mem_functions(fns->mem_fns.malloc_fn, \
|
H A D | crypto.h | 337 int CRYPTO_set_mem_functions(CRYPTO_malloc_fn malloc_fn,
|
H A D | crypto.h.in | 314 int CRYPTO_set_mem_functions(CRYPTO_malloc_fn malloc_fn,
|
/freebsd/secure/lib/libcrypto/ |
H A D | Version.map | 845 CRYPTO_set_mem_functions;
|
/freebsd/secure/lib/libcrypto/man/man3/ |
H A D | Makefile | 1181 MLINKS+= OPENSSL_malloc.3 CRYPTO_set_mem_functions.3
|
/freebsd/crypto/openssl/util/ |
H A D | libcrypto.num | 2581 CRYPTO_set_mem_functions 2638 3_0_0 EXIST::FUNCTION:
|
/freebsd/crypto/openssl/ |
H A D | CHANGES.md | 14201 These work the same way as CRYPTO_set_mem_functions and friends. 17364 Also, things like CRYPTO_set_mem_functions will always give the
|