Searched refs:CRYPTO_malloc (Results 1 – 7 of 7) sorted by relevance
| /freebsd-13.1/crypto/openssl/crypto/ |
| H A D | mem.c | 27 = 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 D | o_str.c | 33 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 D | mem_sec.c | 127 return CRYPTO_malloc(num, file, line); in CRYPTO_secure_malloc() 136 return CRYPTO_malloc(num, file, line); in CRYPTO_secure_malloc()
|
| /freebsd-13.1/crypto/openssl/doc/man3/ |
| H A D | OPENSSL_malloc.pod | 8 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(),
|
| /freebsd-13.1/crypto/openssl/include/openssl/ |
| H A D | crypto.h | 118 CRYPTO_malloc(num, OPENSSL_FILE, OPENSSL_LINE) 266 void *CRYPTO_malloc(size_t num, const char *file, int line);
|
| /freebsd-13.1/secure/lib/libcrypto/ |
| H A D | Version.map | 815 CRYPTO_malloc;
|
| /freebsd-13.1/secure/lib/libcrypto/man/man3/ |
| H A D | Makefile | 2007 MLINKS+= OPENSSL_malloc.3 CRYPTO_malloc.3
|