Lines Matching refs:BIO

642 int NETSCAPE_SPKI_print(BIO *out, NETSCAPE_SPKI *spki);
644 int X509_signature_dump(BIO *bp, const ASN1_STRING *sig, int indent);
645 int X509_signature_print(BIO *bp, X509_ALGOR *alg, ASN1_STRING *sig);
709 X509 *d2i_X509_bio(BIO *bp, X509 **x509);
710 int i2d_X509_bio(BIO *bp, X509 *x509);
711 X509_CRL *d2i_X509_CRL_bio(BIO *bp, X509_CRL **crl);
712 int i2d_X509_CRL_bio(BIO *bp, X509_CRL *crl);
713 X509_REQ *d2i_X509_REQ_bio(BIO *bp, X509_REQ **req);
714 int i2d_X509_REQ_bio(BIO *bp, X509_REQ *req);
716 RSA *d2i_RSAPrivateKey_bio(BIO *bp, RSA **rsa);
717 int i2d_RSAPrivateKey_bio(BIO *bp, RSA *rsa);
718 RSA *d2i_RSAPublicKey_bio(BIO *bp, RSA **rsa);
719 int i2d_RSAPublicKey_bio(BIO *bp, RSA *rsa);
720 RSA *d2i_RSA_PUBKEY_bio(BIO *bp, RSA **rsa);
721 int i2d_RSA_PUBKEY_bio(BIO *bp, RSA *rsa);
724 DSA *d2i_DSA_PUBKEY_bio(BIO *bp, DSA **dsa);
725 int i2d_DSA_PUBKEY_bio(BIO *bp, DSA *dsa);
726 DSA *d2i_DSAPrivateKey_bio(BIO *bp, DSA **dsa);
727 int i2d_DSAPrivateKey_bio(BIO *bp, DSA *dsa);
730 EC_KEY *d2i_EC_PUBKEY_bio(BIO *bp, EC_KEY **eckey);
731 int i2d_EC_PUBKEY_bio(BIO *bp, EC_KEY *eckey);
732 EC_KEY *d2i_ECPrivateKey_bio(BIO *bp, EC_KEY **eckey);
733 int i2d_ECPrivateKey_bio(BIO *bp, EC_KEY *eckey);
735 X509_SIG *d2i_PKCS8_bio(BIO *bp, X509_SIG **p8);
736 int i2d_PKCS8_bio(BIO *bp, X509_SIG *p8);
737 PKCS8_PRIV_KEY_INFO *d2i_PKCS8_PRIV_KEY_INFO_bio(BIO *bp,
739 int i2d_PKCS8_PRIV_KEY_INFO_bio(BIO *bp, PKCS8_PRIV_KEY_INFO *p8inf);
740 int i2d_PKCS8PrivateKeyInfo_bio(BIO *bp, EVP_PKEY *key);
741 int i2d_PrivateKey_bio(BIO *bp, EVP_PKEY *pkey);
742 EVP_PKEY *d2i_PrivateKey_bio(BIO *bp, EVP_PKEY **a);
743 int i2d_PUBKEY_bio(BIO *bp, EVP_PKEY *pkey);
744 EVP_PKEY *d2i_PUBKEY_bio(BIO *bp, EVP_PKEY **a);
996 int X509_NAME_print(BIO *bp, X509_NAME *name, int obase);
997 int X509_NAME_print_ex(BIO *out, X509_NAME *nm, int indent,
999 int X509_print_ex(BIO *bp, X509 *x, unsigned long nmflag,
1001 int X509_print(BIO *bp, X509 *x);
1002 int X509_ocspid_print(BIO *bp, X509 *x);
1003 int X509_CERT_AUX_print(BIO *bp, X509_CERT_AUX *x, int indent);
1004 int X509_CRL_print(BIO *bp, X509_CRL *x);
1005 int X509_REQ_print_ex(BIO *bp, X509_REQ *x, unsigned long nmflag,
1007 int X509_REQ_print(BIO *bp, X509_REQ *req);