| /freebsd-14.2/crypto/openssl/crypto/ |
| H A D | mem.c | 22 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 D | o_str.c | 27 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 D | mem_sec.c | 148 return CRYPTO_malloc(num, file, line); in CRYPTO_secure_malloc() 158 return CRYPTO_malloc(num, file, line); in CRYPTO_secure_malloc()
|
| H A D | provider_core.c | 1889 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 D | OPENSSL_malloc.pod | 8 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 D | crypto.h | 96 CRYPTO_malloc(num, OPENSSL_FILE, OPENSSL_LINE) 344 void *CRYPTO_malloc(size_t num, const char *file, int line);
|
| H A D | crypto.h.in | 97 CRYPTO_malloc(num, OPENSSL_FILE, OPENSSL_LINE) 321 void *CRYPTO_malloc(size_t num, const char *file, int line);
|
| H A D | core_dispatch.h | 110 CRYPTO_malloc, (size_t num, const char *file, int line))
|
| /freebsd-14.2/crypto/openssl/doc/man7/ |
| H A D | openssl-threads.pod | 74 while L<CRYPTO_malloc(3)> assumes the underlying platform allocation
|
| H A D | provider-base.pod | 43 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 D | fipsprov.c | 827 void *CRYPTO_malloc(size_t num, const char *file, int line) in CRYPTO_malloc() function
|
| /freebsd-14.2/secure/lib/libcrypto/ |
| H A D | Version.map | 815 CRYPTO_malloc;
|
| /freebsd-14.2/secure/lib/libcrypto/man/man3/ |
| H A D | Makefile | 1159 MLINKS+= OPENSSL_malloc.3 CRYPTO_malloc.3
|
| /freebsd-14.2/crypto/openssl/util/ |
| H A D | libcrypto.num | 2172 CRYPTO_malloc 2221 3_0_0 EXIST::FUNCTION:
|