Home
last modified time | relevance | path

Searched refs:CRYPTO_free (Results 1 – 8 of 8) sorted by relevance

/freebsd-13-stable/crypto/openssl/crypto/
HDmem.c31 = CRYPTO_free;
249 CRYPTO_free(str, file, line); in CRYPTO_realloc()
295 void CRYPTO_free(void *str, const char *file, int line) in CRYPTO_free() function
298 if (free_impl != NULL && free_impl != &CRYPTO_free) { in CRYPTO_free()
322 CRYPTO_free(str, file, line); in CRYPTO_clear_free()
HDmem_sec.c158 CRYPTO_free(ptr, file, line); in CRYPTO_secure_free()
168 CRYPTO_free(ptr, file, line); in CRYPTO_secure_free()
182 CRYPTO_free(ptr, file, line); in CRYPTO_secure_clear_free()
195 CRYPTO_free(ptr, file, line); in CRYPTO_secure_clear_free()
/freebsd-13-stable/crypto/openssl/doc/man3/
HDOPENSSL_malloc.pod8 CRYPTO_malloc, CRYPTO_zalloc, CRYPTO_realloc, CRYPTO_free,
50 void CRYPTO_free(void *str, const char *, int)
183 each of CRYPTO_malloc(), CRYPTO_realloc(), and CRYPTO_free() have been
214 CRYPTO_free(), CRYPTO_clear_free() and CRYPTO_get_mem_functions()
/freebsd-13-stable/crypto/openssl/include/openssl/
HDcrypto.h128 CRYPTO_free(addr, OPENSSL_FILE, OPENSSL_LINE)
271 void CRYPTO_free(void *ptr, const char *file, int line);
/freebsd-13-stable/contrib/unbound/daemon/
HDdaemon.c971 sk_SSL_COMP_pop_free(comp_meth, (void(*)())CRYPTO_free); in daemon_delete()
/freebsd-13-stable/secure/lib/libcrypto/
HDVersion.map797 CRYPTO_free;
/freebsd-13-stable/secure/lib/libcrypto/man/man3/
HDMakefile2003 MLINKS+= OPENSSL_malloc.3 CRYPTO_free.3
/freebsd-13-stable/contrib/unbound/doc/
HDChangelog5965 - Fix distinction between free and CRYPTO_free in dsa and ecdsa alloc.