Home
last modified time | relevance | path

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

/freebsd-14.2/crypto/openssl/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 Do_str.c27 ret = CRYPTO_malloc(strlen(str) + 1, file, line); in CRYPTO_strdup()
43 ret = CRYPTO_malloc(maxlen + 1, file, line); in CRYPTO_strndup()
58 ret = CRYPTO_malloc(siz, file, line); in CRYPTO_memdup()
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 },
/freebsd-14.2/crypto/openssl/doc/man3/
H A DOPENSSL_malloc.pod8 CRYPTO_malloc, CRYPTO_zalloc, CRYPTO_realloc, CRYPTO_free,
43 void *CRYPTO_malloc(size_t num, const char *file, int line);
139 each of CRYPTO_malloc(), CRYPTO_realloc(), and CRYPTO_free() have been
174 CRYPTO_malloc(), CRYPTO_zalloc(), CRYPTO_realloc(),
/freebsd-14.2/crypto/openssl/include/openssl/
H A Dcrypto.h96 CRYPTO_malloc(num, OPENSSL_FILE, OPENSSL_LINE)
344 void *CRYPTO_malloc(size_t num, const char *file, int line);
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))
/freebsd-14.2/crypto/openssl/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(),
/freebsd-14.2/crypto/openssl/providers/fips/
H A Dfipsprov.c827 void *CRYPTO_malloc(size_t num, const char *file, int line) in CRYPTO_malloc() function
/freebsd-14.2/secure/lib/libcrypto/
H A DVersion.map815 CRYPTO_malloc;
/freebsd-14.2/secure/lib/libcrypto/man/man3/
H A DMakefile1159 MLINKS+= OPENSSL_malloc.3 CRYPTO_malloc.3
/freebsd-14.2/crypto/openssl/util/
H A Dlibcrypto.num2172 CRYPTO_malloc 2221 3_0_0 EXIST::FUNCTION: