Home
last modified time | relevance | path

Searched defs:d2i_X509_bio (Results 1 – 3 of 3) sorted by relevance

/external/openssl/crypto/x509/
Dx_all.c135 X509 *d2i_X509_bio(BIO *bp, X509 **x509) in d2i_X509_bio() function
Dx509.h610 #define d2i_X509_bio(bp,x509) (X509 *)ASN1_d2i_bio((char *(*)())X509_new, \ macro
/external/openssl/include/openssl/
Dx509.h610 #define d2i_X509_bio(bp,x509) (X509 *)ASN1_d2i_bio((char *(*)())X509_new, \ macro