• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /asus-wl-520gu-7.0.1.45/src/router/libbcmcrypto/openssl/

Lines Matching refs:BIO

756 int NETSCAPE_SPKI_print(BIO *out, NETSCAPE_SPKI *spki);
758 int X509_signature_print(BIO *bp,X509_ALGOR *alg, ASN1_STRING *sig);
817 X509 *d2i_X509_bio(BIO *bp,X509 **x509);
818 int i2d_X509_bio(BIO *bp,X509 *x509);
819 X509_CRL *d2i_X509_CRL_bio(BIO *bp,X509_CRL **crl);
820 int i2d_X509_CRL_bio(BIO *bp,X509_CRL *crl);
821 X509_REQ *d2i_X509_REQ_bio(BIO *bp,X509_REQ **req);
822 int i2d_X509_REQ_bio(BIO *bp,X509_REQ *req);
824 RSA *d2i_RSAPrivateKey_bio(BIO *bp,RSA **rsa);
825 int i2d_RSAPrivateKey_bio(BIO *bp,RSA *rsa);
826 RSA *d2i_RSAPublicKey_bio(BIO *bp,RSA **rsa);
827 int i2d_RSAPublicKey_bio(BIO *bp,RSA *rsa);
828 RSA *d2i_RSA_PUBKEY_bio(BIO *bp,RSA **rsa);
829 int i2d_RSA_PUBKEY_bio(BIO *bp,RSA *rsa);
832 DSA *d2i_DSA_PUBKEY_bio(BIO *bp, DSA **dsa);
833 int i2d_DSA_PUBKEY_bio(BIO *bp, DSA *dsa);
834 DSA *d2i_DSAPrivateKey_bio(BIO *bp, DSA **dsa);
835 int i2d_DSAPrivateKey_bio(BIO *bp, DSA *dsa);
838 EC_KEY *d2i_EC_PUBKEY_bio(BIO *bp, EC_KEY **eckey);
839 int i2d_EC_PUBKEY_bio(BIO *bp, EC_KEY *eckey);
840 EC_KEY *d2i_ECPrivateKey_bio(BIO *bp, EC_KEY **eckey);
841 int i2d_ECPrivateKey_bio(BIO *bp, EC_KEY *eckey);
843 X509_SIG *d2i_PKCS8_bio(BIO *bp,X509_SIG **p8);
844 int i2d_PKCS8_bio(BIO *bp,X509_SIG *p8);
845 PKCS8_PRIV_KEY_INFO *d2i_PKCS8_PRIV_KEY_INFO_bio(BIO *bp,
847 int i2d_PKCS8_PRIV_KEY_INFO_bio(BIO *bp,PKCS8_PRIV_KEY_INFO *p8inf);
848 int i2d_PKCS8PrivateKeyInfo_bio(BIO *bp, EVP_PKEY *key);
849 int i2d_PrivateKey_bio(BIO *bp, EVP_PKEY *pkey);
850 EVP_PKEY *d2i_PrivateKey_bio(BIO *bp, EVP_PKEY **a);
851 int i2d_PUBKEY_bio(BIO *bp, EVP_PKEY *pkey);
852 EVP_PKEY *d2i_PUBKEY_bio(BIO *bp, EVP_PKEY **a);
1069 int X509_NAME_print(BIO *bp, X509_NAME *name, int obase);
1070 int X509_NAME_print_ex(BIO *out, X509_NAME *nm, int indent, unsigned long flags);
1071 int X509_print_ex(BIO *bp,X509 *x, unsigned long nmflag, unsigned long cflag);
1072 int X509_print(BIO *bp,X509 *x);
1073 int X509_ocspid_print(BIO *bp,X509 *x);
1074 int X509_CERT_AUX_print(BIO *bp,X509_CERT_AUX *x, int indent);
1075 int X509_CRL_print(BIO *bp,X509_CRL *x);
1076 int X509_REQ_print_ex(BIO *bp, X509_REQ *x, unsigned long nmflag, unsigned long cflag);
1077 int X509_REQ_print(BIO *bp,X509_REQ *req);