Home
last modified time | relevance | path

Searched refs:d2i_X509_REQ_bio (Results 1 – 4 of 4) sorted by relevance

/onnv-gate/usr/src/common/openssl/doc/crypto/
H A Dd2i_X509_REQ.pod5 d2i_X509_REQ, i2d_X509_REQ, d2i_X509_REQ_bio, d2i_X509_REQ_fp,
15 X509_REQ *d2i_X509_REQ_bio(BIO *bp, X509_REQ **x);
/onnv-gate/usr/src/common/openssl/crypto/x509/
H A Dx_all.c201 X509_REQ *d2i_X509_REQ_bio(BIO *bp, X509_REQ **req) in d2i_X509_REQ_bio() function
H A Dx509.h640 #define d2i_X509_REQ_bio(bp,req) (X509_REQ *)ASN1_d2i_bio((char *(*)())\ macro
821 X509_REQ *d2i_X509_REQ_bio(BIO *bp,X509_REQ **req);
/onnv-gate/usr/src/common/openssl/apps/
H A Dreq.c877 req=d2i_X509_REQ_bio(in,NULL); in MAIN()