HomeSort by: relevance | last modified time | path
    Searched refs:CRYPTO_malloc (Results 1 - 25 of 25) sorted by relevancy

  /src/usr.bin/dc/
misc.c 38 CRYPTO_malloc(int len, const char *file, int line)
  /src/crypto/external/apache2/openssl/dist/crypto/
mem.c 22 static CRYPTO_malloc_fn malloc_impl = CRYPTO_malloc;
188 void *CRYPTO_malloc(size_t num, const char *file, int line)
193 if (malloc_impl != CRYPTO_malloc) {
233 ret = CRYPTO_malloc(num, file, line);
253 if (malloc_impl == CRYPTO_malloc) {
279 *freeptr = CRYPTO_malloc(num + alignment, file, line);
309 return CRYPTO_malloc(num, file, line);
326 return CRYPTO_malloc(num, file, line);
339 ret = CRYPTO_malloc(num, file, line);
o_str.c 28 ret = CRYPTO_malloc(strlen(str) + 1, file, line);
44 ret = CRYPTO_malloc(maxlen + 1, file, line);
59 ret = CRYPTO_malloc(siz, file, line);
mem_sec.c 161 return CRYPTO_malloc(num, file, line);
179 return CRYPTO_malloc(num, file, line);
provider_core.c 2292 OSSL_FUNC_CRYPTO_malloc_fn CRYPTO_malloc;
2645 { OSSL_FUNC_CRYPTO_MALLOC, (void (*)(void))CRYPTO_malloc },
  /src/crypto/external/bsd/openssl/dist/crypto/
mem.c 22 static CRYPTO_malloc_fn malloc_impl = CRYPTO_malloc;
177 void *CRYPTO_malloc(size_t num, const char *file, int line)
180 if (malloc_impl != CRYPTO_malloc)
203 ret = CRYPTO_malloc(num, file, line);
217 return CRYPTO_malloc(num, file, line);
234 return CRYPTO_malloc(num, file, line);
247 ret = CRYPTO_malloc(num, file, line);
o_str.c 27 ret = CRYPTO_malloc(strlen(str) + 1, file, line);
43 ret = CRYPTO_malloc(maxlen + 1, file, line);
58 ret = CRYPTO_malloc(siz, file, line);
mem_sec.c 148 return CRYPTO_malloc(num, file, line);
158 return CRYPTO_malloc(num, file, line);
provider_core.c 1889 OSSL_FUNC_CRYPTO_malloc_fn CRYPTO_malloc;
2146 { OSSL_FUNC_CRYPTO_MALLOC, (void (*)(void))CRYPTO_malloc },
  /src/crypto/external/bsd/openssl.old/dist/crypto/
mem.c 27 = CRYPTO_malloc;
192 void *CRYPTO_malloc(size_t num, const char *file, int line)
197 if (malloc_impl != NULL && malloc_impl != CRYPTO_malloc)
230 void *ret = CRYPTO_malloc(num, file, line);
246 return CRYPTO_malloc(num, file, line);
274 return CRYPTO_malloc(num, file, line);
287 ret = CRYPTO_malloc(num, file, line);
o_str.c 33 ret = CRYPTO_malloc(strlen(str) + 1, file, line);
49 ret = CRYPTO_malloc(maxlen + 1, file, line);
64 ret = CRYPTO_malloc(siz, file, line);
mem_sec.c 127 return CRYPTO_malloc(num, file, line);
136 return CRYPTO_malloc(num, file, line);
  /src/crypto/external/apache2/openssl/dist/crypto/err/
err_local.h 59 else if ((es->err_file[i] = CRYPTO_malloc(strlen(file) + 1,
69 else if ((es->err_func[i] = CRYPTO_malloc(strlen(fn) + 1,
err_save.c 146 data = CRYPTO_malloc(data_sz, NULL, 0);
  /src/external/mpl/bind/dist/lib/isc/
openssl_shim.c 30 void *ret = CRYPTO_malloc(num, file, line);
  /src/external/mpl/dhcp/bind/dist/lib/isc/
openssl_shim.c 32 void *ret = CRYPTO_malloc(num, file, line);
  /src/crypto/external/bsd/openssl.old/dist/include/openssl/
crypto.h 118 CRYPTO_malloc(num, OPENSSL_FILE, OPENSSL_LINE)
266 void *CRYPTO_malloc(size_t num, const char *file, int line);
  /src/crypto/external/apache2/openssl/dist/include/openssl/
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);
core_dispatch.h 115 CRYPTO_malloc, (size_t num, const char *file, int line))
  /src/crypto/external/bsd/openssl/dist/include/openssl/
crypto.h.in 97 CRYPTO_malloc(num, OPENSSL_FILE, OPENSSL_LINE)
321 void *CRYPTO_malloc(size_t num, const char *file, int line);
core_dispatch.h 110 CRYPTO_malloc, (size_t num, const char *file, int line))
  /src/crypto/external/apache2/openssl/dist/crypto/pem/
pem_lib.c 238 : CRYPTO_malloc(num, file, line);
  /src/crypto/external/apache2/openssl/dist/providers/fips/
fipsprov.c 1066 void *CRYPTO_malloc(size_t num, const char *file, int line)
  /src/crypto/external/apache2/openssl/dist/test/
threadstest.c 326 new = CRYPTO_malloc(sizeof(uint64_t), NULL, 0);
  /src/crypto/external/bsd/openssl/dist/providers/fips/
fipsprov.c 827 void *CRYPTO_malloc(size_t num, const char *file, int line)

Completed in 43 milliseconds