Searched defs:OPENSSL_malloc (Results 1 – 3 of 3) sorted by relevance
63 pub unsafe fn OPENSSL_malloc(num: usize) -> *mut c_void { in OPENSSL_malloc() function74 pub unsafe fn OPENSSL_malloc(num: c_int) -> *mut c_void { in OPENSSL_malloc() function
117 # define OPENSSL_malloc(num) \ macro
96 # define OPENSSL_malloc(num) \ macro