Home
last modified time | relevance | path

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

/third_party/openssl/crypto/
Dmem.c22 static CRYPTO_malloc_fn malloc_impl = CRYPTO_malloc;
171 void *CRYPTO_malloc(size_t num, const char *file, int line) in CRYPTO_malloc() function
174 if (malloc_impl != CRYPTO_malloc) in CRYPTO_malloc()
197 ret = CRYPTO_malloc(num, file, line); in CRYPTO_zalloc()
213 return CRYPTO_malloc(num, file, line); in CRYPTO_realloc()
229 return CRYPTO_malloc(num, file, line); in CRYPTO_clear_realloc()
242 ret = CRYPTO_malloc(num, file, line); in CRYPTO_clear_realloc()
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()
Dmem_sec.c147 return CRYPTO_malloc(num, file, line); in CRYPTO_secure_malloc()
157 return CRYPTO_malloc(num, file, line); in CRYPTO_secure_malloc()
Dprovider_core.c1880 OSSL_FUNC_CRYPTO_malloc_fn CRYPTO_malloc; variable
2137 { OSSL_FUNC_CRYPTO_MALLOC, (void (*)(void))CRYPTO_malloc },
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/
Dcrypto.rs62 pub fn CRYPTO_malloc(num: size_t, file: *const c_char, line: c_int) -> *mut c_void;
67 pub fn CRYPTO_malloc(num: c_int, file: *const c_char, line: c_int) -> *mut c_void;
/third_party/rust/crates/rust-openssl/openssl-sys/src/
Dcrypto.rs64 CRYPTO_malloc( in OPENSSL_malloc()
75 CRYPTO_malloc( in OPENSSL_malloc()
/third_party/openssl/doc/man3/
DOPENSSL_malloc.pod8 CRYPTO_malloc, CRYPTO_zalloc, CRYPTO_realloc, CRYPTO_free,
43 void *CRYPTO_malloc(size_t num, const char *file, int line);
138 each of CRYPTO_malloc(), CRYPTO_realloc(), and CRYPTO_free() have been
173 CRYPTO_malloc(), CRYPTO_zalloc(), CRYPTO_realloc(),
/third_party/openssl/ohos_lite/include/openssl/
Dcrypto.h118 CRYPTO_malloc(num, OPENSSL_FILE, OPENSSL_LINE)
266 void *CRYPTO_malloc(size_t num, const char *file, int line);
/third_party/rust/crates/rust-openssl/openssl-errors/src/
Dlib.rs177 let ptr = openssl_sys::CRYPTO_malloc( in put_error_inner()
/third_party/rust/crates/rust-openssl/openssl/src/
Derror.rs171 let ptr = ffi::CRYPTO_malloc( in put()
/third_party/openssl/doc/man7/
Dopenssl-threads.pod74 while L<CRYPTO_malloc(3)> assumes the underlying platform allocation
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(),
/third_party/openssl/include/openssl/
Dcrypto.h.in97 CRYPTO_malloc(num, OPENSSL_FILE, OPENSSL_LINE)
321 void *CRYPTO_malloc(size_t num, const char *file, int line);
Dcore_dispatch.h110 CRYPTO_malloc, (size_t num, const char *file, int line))
/third_party/openssl/providers/fips/
Dfipsprov.c825 void *CRYPTO_malloc(size_t num, const char *file, int line) in CRYPTO_malloc() function
/third_party/nghttp2/src/
Dshrpx_tls.cc360 static_cast<uint8_t *>(CRYPTO_malloc(data->size(), __FILE__, __LINE__)); in ocsp_resp_cb()
/third_party/openssl/util/
Dlibcrypto.num2172 CRYPTO_malloc 2221 3_0_0 EXIST::FUNCTION: