Searched defs:d2i_X509 (Results 1 – 2 of 2) sorted by relevance
89 X509* d2i_X509(X509 **cert, const unsigned char *buffer, long len) in d2i_X509() function
304 pub fn d2i_X509(a: *mut *mut X509, pp: *mut *const c_uchar, length: c_long) -> *mut X509; in d2i_X509() function