Searched defs:d2i_X509 (Results 1 – 6 of 6) sorted by relevance
87 X509* d2i_X509(X509 **cert, const unsigned char *buffer, long len) in d2i_X509() function
997 fn d2i_X509(px: *mut X509, input: *const *const u8, len: c_int) -> *mut X509; in d2i_X509() function
442 static native long d2i_X509(byte[] encoded) throws ParsingException; in d2i_X509() method in NativeCrypto
430 static native long d2i_X509(byte[] encoded) throws ParsingException; in d2i_X509() method in NativeCrypto
2676 #define d2i_X509 GRPC_SHADOW_d2i_X509 macro
2965 #define d2i_X509 BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, d2i_X509) macro