| /src/crypto/openssl/crypto/ |
| H A D | mem.c | 22 static CRYPTO_malloc_fn malloc_impl = CRYPTO_malloc; 188 void *CRYPTO_malloc(size_t num, const char *file, int line) in CRYPTO_malloc() function 193 if (malloc_impl != CRYPTO_malloc) { in CRYPTO_malloc() 233 ret = CRYPTO_malloc(num, file, line); in CRYPTO_zalloc() 253 if (malloc_impl == CRYPTO_malloc) { in CRYPTO_aligned_alloc() 279 *freeptr = CRYPTO_malloc(num + alignment, file, line); in CRYPTO_aligned_alloc() 309 return CRYPTO_malloc(num, file, line); in CRYPTO_realloc() 326 return CRYPTO_malloc(num, file, line); in CRYPTO_clear_realloc() 339 ret = CRYPTO_malloc(num, file, line); in CRYPTO_clear_realloc()
|
| H A D | o_str.c | 28 ret = CRYPTO_malloc(strlen(str) + 1, file, line); in CRYPTO_strdup() 44 ret = CRYPTO_malloc(maxlen + 1, file, line); in CRYPTO_strndup() 59 ret = CRYPTO_malloc(siz, file, line); in CRYPTO_memdup()
|
| H A D | mem_sec.c | 161 return CRYPTO_malloc(num, file, line); in CRYPTO_secure_malloc() 179 return CRYPTO_malloc(num, file, line); in CRYPTO_secure_malloc()
|
| H A D | provider_core.c | 2292 OSSL_FUNC_CRYPTO_malloc_fn CRYPTO_malloc; variable 2645 { OSSL_FUNC_CRYPTO_MALLOC, (void (*)(void))CRYPTO_malloc },
|
| /src/crypto/openssl/crypto/err/ |
| H A D | err_local.h | 59 else if ((es->err_file[i] = CRYPTO_malloc(strlen(file) + 1, in err_set_debug() 69 else if ((es->err_func[i] = CRYPTO_malloc(strlen(fn) + 1, in err_set_debug()
|
| H A D | err_save.c | 146 data = CRYPTO_malloc(data_sz, NULL, 0); in OSSL_ERR_STATE_restore()
|
| /src/crypto/openssl/doc/man3/ |
| H A D | OPENSSL_malloc.pod | 8 CRYPTO_malloc, CRYPTO_aligned_alloc, CRYPTO_zalloc, CRYPTO_realloc, CRYPTO_free, 45 void *CRYPTO_malloc(size_t num, const char *file, int line); 167 each of CRYPTO_malloc(), CRYPTO_realloc(), and CRYPTO_free() have been 203 CRYPTO_malloc(), CRYPTO_zalloc(), CRYPTO_realloc(),
|
| /src/crypto/openssl/include/openssl/ |
| H A D | crypto.h | 106 CRYPTO_malloc(num, OPENSSL_FILE, OPENSSL_LINE) 363 OSSL_CRYPTO_ALLOC void *CRYPTO_malloc(size_t num, const char *file, int line);
|
| H A D | crypto.h.in | 107 CRYPTO_malloc(num, OPENSSL_FILE, OPENSSL_LINE) 340 OSSL_CRYPTO_ALLOC void *CRYPTO_malloc(size_t num, const char *file, int line);
|
| H A D | core_dispatch.h | 115 CRYPTO_malloc, (size_t num, const char *file, int line))
|
| /src/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); 163 CRYPTO_malloc OSSL_FUNC_CRYPTO_MALLOC 328 CRYPTO_malloc(), CRYPTO_zalloc(), CRYPTO_free(), CRYPTO_clear_free(),
|
| /src/crypto/openssl/crypto/pem/ |
| H A D | pem_lib.c | 238 : CRYPTO_malloc(num, file, line); in pem_malloc()
|
| /src/crypto/openssl/test/ |
| H A D | threadstest.c | 326 new = CRYPTO_malloc(sizeof(uint64_t), NULL, 0); in writer_fn()
|
| /src/crypto/openssl/providers/fips/ |
| H A D | fipsprov.c | 1066 void *CRYPTO_malloc(size_t num, const char *file, int line) in CRYPTO_malloc() function
|
| /src/secure/lib/libcrypto/ |
| H A D | Version.map | 815 CRYPTO_malloc;
|
| /src/secure/lib/libcrypto/man/man3/ |
| H A D | Makefile | 2911 MLINKS+= OPENSSL_malloc.3 CRYPTO_malloc.3
|
| /src/crypto/openssl/util/ |
| H A D | libcrypto.num | 2172 CRYPTO_malloc 2221 3_0_0 EXIST::FUNCTION:
|