Home
last modified time | relevance | path

Searched refs:CRYPTO_mem_debug_realloc (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/crypto/openssl/crypto/
H A Dmem.c256 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 Dmem_dbg.c410 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 Dcrypto.h308 void CRYPTO_mem_debug_realloc(void *addr1, void *addr2, size_t num, int flag,