/third_party/openssl/crypto/ |
D | mem.c | 22 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()
|
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()
|
D | mem_sec.c | 147 return CRYPTO_malloc(num, file, line); in CRYPTO_secure_malloc() 157 return CRYPTO_malloc(num, file, line); in CRYPTO_secure_malloc()
|
D | provider_core.c | 1880 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/ |
D | crypto.rs | 62 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/ |
D | crypto.rs | 64 CRYPTO_malloc( in OPENSSL_malloc() 75 CRYPTO_malloc( in OPENSSL_malloc()
|
/third_party/openssl/doc/man3/ |
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); 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/ |
D | crypto.h | 118 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/ |
D | lib.rs | 177 let ptr = openssl_sys::CRYPTO_malloc( in put_error_inner()
|
/third_party/rust/crates/rust-openssl/openssl/src/ |
D | error.rs | 171 let ptr = ffi::CRYPTO_malloc( in put()
|
/third_party/openssl/doc/man7/ |
D | openssl-threads.pod | 74 while L<CRYPTO_malloc(3)> assumes the underlying platform allocation
|
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(),
|
/third_party/openssl/include/openssl/ |
D | crypto.h.in | 97 CRYPTO_malloc(num, OPENSSL_FILE, OPENSSL_LINE) 321 void *CRYPTO_malloc(size_t num, const char *file, int line);
|
D | core_dispatch.h | 110 CRYPTO_malloc, (size_t num, const char *file, int line))
|
/third_party/openssl/providers/fips/ |
D | fipsprov.c | 825 void *CRYPTO_malloc(size_t num, const char *file, int line) in CRYPTO_malloc() function
|
/third_party/nghttp2/src/ |
D | shrpx_tls.cc | 360 static_cast<uint8_t *>(CRYPTO_malloc(data->size(), __FILE__, __LINE__)); in ocsp_resp_cb()
|
/third_party/openssl/util/ |
D | libcrypto.num | 2172 CRYPTO_malloc 2221 3_0_0 EXIST::FUNCTION:
|