Home
last modified time | relevance | path

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

/netbsd/crypto/external/bsd/openssl.old/dist/crypto/
H A Dmem.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()
H A Dmem_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()
/netbsd/crypto/external/bsd/openssl/dist/crypto/
H A Dmem.c24 static CRYPTO_free_fn free_impl = CRYPTO_free;
216 CRYPTO_free(str, file, line); in CRYPTO_realloc()
250 void CRYPTO_free(void *str, const char *file, int line) in CRYPTO_free() function
253 if (free_impl != CRYPTO_free) { in CRYPTO_free()
267 CRYPTO_free(str, file, line); in CRYPTO_clear_free()
H A Dmem_sec.c180 CRYPTO_free(ptr, file, line); in CRYPTO_secure_free()
191 CRYPTO_free(ptr, file, line); in CRYPTO_secure_free()
205 CRYPTO_free(ptr, file, line); in CRYPTO_secure_clear_free()
219 CRYPTO_free(ptr, file, line); in CRYPTO_secure_clear_free()
H A Dprovider_core.c1882 OSSL_FUNC_CRYPTO_free_fn CRYPTO_free; variable
2139 { OSSL_FUNC_CRYPTO_FREE, (void (*)(void))CRYPTO_free },
/netbsd/crypto/external/bsd/openssl/dist/doc/man3/
H A DOPENSSL_malloc.pod8 CRYPTO_malloc, CRYPTO_zalloc, CRYPTO_realloc, CRYPTO_free,
46 void CRYPTO_free(void *str, const char *, int);
138 each of CRYPTO_malloc(), CRYPTO_realloc(), and CRYPTO_free() have been
168 CRYPTO_free(), CRYPTO_clear_free() and CRYPTO_get_mem_functions()
/netbsd/usr.bin/dc/
H A Dmisc.c47 CRYPTO_free(void *p) in CRYPTO_free() function
/netbsd/crypto/external/bsd/openssl.old/dist/doc/man3/
H A DOPENSSL_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()
/netbsd/crypto/external/bsd/openssl.old/dist/include/openssl/
H A Dcrypto.h128 CRYPTO_free(addr, OPENSSL_FILE, OPENSSL_LINE)
271 void CRYPTO_free(void *ptr, const char *file, int line);
/netbsd/crypto/external/bsd/openssl/dist/include/openssl/
H A Dcrypto.h.in107 CRYPTO_free(addr, OPENSSL_FILE, OPENSSL_LINE)
326 void CRYPTO_free(void *ptr, const char *file, int line);
H A Dcore_dispatch.h116 CRYPTO_free, (void *ptr, const char *file, int line))
/netbsd/crypto/external/bsd/openssl/dist/doc/man7/
H A Dprovider-base.pod45 void CRYPTO_free(void *ptr, const char *file, int line);
151 CRYPTO_free OSSL_FUNC_CRYPTO_FREE
285 CRYPTO_malloc(), CRYPTO_zalloc(), CRYPTO_free(), CRYPTO_clear_free(),
/netbsd/external/bsd/unbound/dist/daemon/
H A Ddaemon.c804 sk_SSL_COMP_pop_free(comp_meth, (void(*)())CRYPTO_free); in daemon_delete()
/netbsd/crypto/external/bsd/openssl/dist/providers/fips/
H A Dfipsprov.c835 void CRYPTO_free(void *ptr, const char *file, int line) in CRYPTO_free() function
/netbsd/crypto/external/bsd/openssl.old/lib/libcrypto/
H A Dcrypto.map796 CRYPTO_free;
/netbsd/crypto/external/bsd/openssl/lib/libcrypto/
H A Dcrypto.map925 CRYPTO_free;
/netbsd/crypto/external/bsd/openssl.old/dist/util/
H A Dlibcrypto.num1060 CRYPTO_free 1054 1_1_0 EXIST::FUNCTION:
/netbsd/crypto/external/bsd/openssl/dist/util/
H A Dlibcrypto.num1026 CRYPTO_free 1054 3_0_0 EXIST::FUNCTION:
/netbsd/external/bsd/unbound/dist/doc/
H A DChangelog4568 - Fix distinction between free and CRYPTO_free in dsa and ecdsa alloc.