Home
last modified time | relevance | path

Searched defs:OPENSSL_malloc (Results 1 – 2 of 2) sorted by relevance

/third_party/rust/crates/rust-openssl/openssl-sys/src/
Dcrypto.rs63 pub unsafe fn OPENSSL_malloc(num: usize) -> *mut c_void { in OPENSSL_malloc() function
74 pub unsafe fn OPENSSL_malloc(num: c_int) -> *mut c_void { in OPENSSL_malloc() function
/third_party/openssl/include/openssl/
Dcrypto.h.in96 # define OPENSSL_malloc(num) \ macro