Home
last modified time | relevance | path

Searched refs:CRYPTO_malloc (Results 1 – 18 of 18) sorted by relevance

/netbsd-src/crypto/external/bsd/openssl/dist/crypto/
H A Dmem.c22 static CRYPTO_malloc_fn malloc_impl = CRYPTO_malloc;
177 void *CRYPTO_malloc(size_t num, const char *file, int line) in CRYPTO_malloc() function
180 if (malloc_impl != CRYPTO_malloc) in CRYPTO_malloc()
203 ret = CRYPTO_malloc(num, file, line); in CRYPTO_zalloc()
217 return CRYPTO_malloc(num, file, line); in CRYPTO_realloc()
234 return CRYPTO_malloc(num, file, line); in CRYPTO_clear_realloc()
247 ret = CRYPTO_malloc(num, file, line); in CRYPTO_clear_realloc()
H A Dmem_sec.c148 return CRYPTO_malloc(num, file, line); in CRYPTO_secure_malloc()
158 return CRYPTO_malloc(num, file, line); in CRYPTO_secure_malloc()
H A Dprovider_core.c1889 OSSL_FUNC_CRYPTO_malloc_fn CRYPTO_malloc; variable
2146 { OSSL_FUNC_CRYPTO_MALLOC, (void (*)(void))CRYPTO_malloc },
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/
H A Dmem.c27 = CRYPTO_malloc;
192 void *CRYPTO_malloc(size_t num, const char *file, int line) in CRYPTO_malloc() function
197 if (malloc_impl != NULL && malloc_impl != CRYPTO_malloc) in CRYPTO_malloc()
230 void *ret = CRYPTO_malloc(num, file, line); in CRYPTO_zalloc()
246 return CRYPTO_malloc(num, file, line); in CRYPTO_realloc()
274 return CRYPTO_malloc(num, file, line); in CRYPTO_clear_realloc()
287 ret = CRYPTO_malloc(num, file, line); in CRYPTO_clear_realloc()
H A Do_str.c33 ret = CRYPTO_malloc(strlen(str) + 1, file, line); in CRYPTO_strdup()
49 ret = CRYPTO_malloc(maxlen + 1, file, line); in CRYPTO_strndup()
64 ret = CRYPTO_malloc(siz, file, line); in CRYPTO_memdup()
H A Dmem_sec.c127 return CRYPTO_malloc(num, file, line); in CRYPTO_secure_malloc()
136 return CRYPTO_malloc(num, file, line); in CRYPTO_secure_malloc()
/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man3/
H A DOPENSSL_malloc.pod8 CRYPTO_malloc, CRYPTO_zalloc, CRYPTO_realloc, CRYPTO_free,
47 void *CRYPTO_malloc(size_t num, const char *file, int line)
150 (e.g., CRYPTO_malloc()) are called, and is therefore normally one of the
183 each of CRYPTO_malloc(), CRYPTO_realloc(), and CRYPTO_free() have been
222 CRYPTO_malloc(), CRYPTO_zalloc(), CRYPTO_realloc(),
/netbsd-src/usr.bin/dc/
H A Dmisc.c38 CRYPTO_malloc(int len, const char *file, int line) in CRYPTO_malloc() function
/netbsd-src/crypto/external/bsd/openssl.old/dist/include/openssl/
H A Dcrypto.h118 CRYPTO_malloc(num, OPENSSL_FILE, OPENSSL_LINE)
266 void *CRYPTO_malloc(size_t num, const char *file, int line);
/netbsd-src/external/mpl/bind/dist/lib/isc/
H A Dopenssl_shim.c30 void *ret = CRYPTO_malloc(num, file, line);
/netbsd-src/external/mpl/dhcp/bind/dist/lib/isc/
H A Dopenssl_shim.c32 void *ret = CRYPTO_malloc(num, file, line); in CRYPTO_zalloc()
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man7/
H A Dopenssl-threads.pod74 while L<CRYPTO_malloc(3)> assumes the underlying platform allocation
H A Dprovider-base.pod43 void *CRYPTO_malloc(size_t num, const char *file, int line);
149 CRYPTO_malloc OSSL_FUNC_CRYPTO_MALLOC
285 CRYPTO_malloc(), CRYPTO_zalloc(), CRYPTO_free(), CRYPTO_clear_free(),
/netbsd-src/crypto/external/bsd/openssl/dist/include/openssl/
H A Dcrypto.h.in97 CRYPTO_malloc(num, OPENSSL_FILE, OPENSSL_LINE)
321 void *CRYPTO_malloc(size_t num, const char *file, int line);
H A Dcore_dispatch.h110 CRYPTO_malloc, (size_t num, const char *file, int line))
/netbsd-src/crypto/external/bsd/openssl/dist/providers/fips/
H A Dfipsprov.c827 void *CRYPTO_malloc(size_t num, const char *file, int line) in CRYPTO_malloc() function
/netbsd-src/crypto/external/bsd/openssl.old/lib/libcrypto/
H A Dcrypto.map813 CRYPTO_malloc;
/netbsd-src/crypto/external/bsd/openssl.old/dist/util/
H A Dlibcrypto.num2248 CRYPTO_malloc 2221 1_1_0 EXIST::FUNCTION: