Searched refs:CRYPTO_mem_debug_realloc (Results 1 – 3 of 3) sorted by relevance
| /freebsd-13.1/crypto/openssl/crypto/ |
| H A D | mem.c | 256 CRYPTO_mem_debug_realloc(str, NULL, num, 0, file, line); in CRYPTO_realloc() 258 CRYPTO_mem_debug_realloc(str, ret, num, 1, file, line); in CRYPTO_realloc()
|
| H A D | mem_dbg.c | 410 void CRYPTO_mem_debug_realloc(void *addr1, void *addr2, size_t num, in CRYPTO_mem_debug_realloc() function
|
| /freebsd-13.1/crypto/openssl/include/openssl/ |
| H A D | crypto.h | 308 void CRYPTO_mem_debug_realloc(void *addr1, void *addr2, size_t num, int flag,
|