Home
last modified time | relevance | path

Searched refs:bp (Results 1 – 17 of 17) sorted by relevance

/optee_test/host/openssl/include/openssl/
A Dpem.h264 int PEM_write_bio_##name(BIO *bp, type *x) \
270 int PEM_write_bio_##name(BIO *bp, const type *x) \
276 int PEM_write_bio_##name(BIO *bp, type *x, const EVP_CIPHER *enc, \
283 int PEM_write_bio_##name(BIO *bp, type *x, const EVP_CIPHER *enc, \
350 int PEM_write_bio_##name(BIO *bp, type *x);
353 int PEM_write_bio_##name(BIO *bp, const type *x);
400 int PEM_read_bio(BIO *bp, char **name, char **header,
402 int PEM_write_bio(BIO *bp, const char *name, const char *hdr,
491 int i2d_PKCS8PrivateKey_nid_bio(BIO *bp, EVP_PKEY *x, int nid,
514 EVP_PKEY *PEM_read_bio_Parameters(BIO *bp, EVP_PKEY **x);
[all …]
A Docsp.h350 # define d2i_OCSP_REQUEST_bio(bp,p) ASN1_d2i_bio_of(OCSP_REQUEST,OCSP_REQUEST_new,d2i_OCSP_REQUEST, argument
352 # define d2i_OCSP_RESPONSE_bio(bp,p) ASN1_d2i_bio_of(OCSP_RESPONSE,OCSP_RESPONSE_new,d2i_OCSP_RESPO… argument
354 # define PEM_read_bio_OCSP_REQUEST(bp,x,cb) (OCSP_REQUEST *)PEM_ASN1_read_bio( \ argument
360 # define PEM_write_bio_OCSP_REQUEST(bp,o) \ argument
362 bp,(char *)o, NULL,NULL,0,NULL,NULL)
364 # define PEM_write_bio_OCSP_RESPONSE(bp,o) \ argument
366 bp,(char *)o, NULL,NULL,0,NULL,NULL)
368 # define i2d_OCSP_RESPONSE_bio(bp,o) ASN1_i2d_bio_of(OCSP_RESPONSE,i2d_OCSP_RESPONSE,bp,o) argument
370 # define i2d_OCSP_REQUEST_bio(bp,o) ASN1_i2d_bio_of(OCSP_REQUEST,i2d_OCSP_REQUEST,bp,o) argument
566 int OCSP_REQUEST_print(BIO *bp, OCSP_REQUEST *a, unsigned long flags);
[all …]
A Dx509.h709 X509 *d2i_X509_bio(BIO *bp, X509 **x509);
710 int i2d_X509_bio(BIO *bp, X509 *x509);
719 int i2d_RSAPublicKey_bio(BIO *bp, RSA *rsa);
721 int i2d_RSA_PUBKEY_bio(BIO *bp, RSA *rsa);
725 int i2d_DSA_PUBKEY_bio(BIO *bp, DSA *dsa);
736 int i2d_PKCS8_bio(BIO *bp, X509_SIG *p8);
988 int X509_print_fp(FILE *bp, X509 *x);
1001 int X509_print(BIO *bp, X509 *x);
1002 int X509_ocspid_print(BIO *bp, X509 *x);
1004 int X509_CRL_print(BIO *bp, X509_CRL *x);
[all …]
A Ddh.h192 # define d2i_DHparams_bio(bp,x) \ argument
193 ASN1_d2i_bio_of(DH, DH_new, d2i_DHparams, bp, x)
194 # define i2d_DHparams_bio(bp,x) \ argument
195 ASN1_i2d_bio_of_const(DH,i2d_DHparams,bp,x)
204 # define d2i_DHxparams_bio(bp,x) \ argument
205 ASN1_d2i_bio_of(DH, DH_new, d2i_DHxparams, bp, x)
206 # define i2d_DHxparams_bio(bp,x) \ argument
207 ASN1_i2d_bio_of_const(DH, i2d_DHxparams, bp, x)
250 int DHparams_print(BIO *bp, const DH *x);
252 int DHparams_print(char *bp, const DH *x);
A Ddsa.h184 # define d2i_DSAparams_bio(bp,x) ASN1_d2i_bio_of(DSA,DSA_new,d2i_DSAparams,bp,x) argument
185 # define i2d_DSAparams_bio(bp,x) ASN1_i2d_bio_of_const(DSA,i2d_DSAparams,bp,x) argument
244 int DSAparams_print(BIO *bp, const DSA *x);
245 int DSA_print(BIO *bp, const DSA *x, int off);
249 int DSA_print_fp(FILE *bp, const DSA *x, int off);
A Dconf.h93 int (*load_bio) (CONF *conf, BIO *bp, long *eline);
94 int (*dump) (const CONF *conf, BIO *bp);
127 LHASH_OF(CONF_VALUE) *CONF_load_bio(LHASH_OF(CONF_VALUE) *conf, BIO *bp,
167 int NCONF_load_bio(CONF *conf, BIO *bp, long *eline);
A Dec.h723 # define d2i_ECPKParameters_bio(bp,x) ASN1_d2i_bio_of(EC_GROUP,NULL,d2i_ECPKParameters,bp,x) argument
724 # define i2d_ECPKParameters_bio(bp,x) ASN1_i2d_bio_of_const(EC_GROUP,i2d_ECPKParameters,bp,x) argument
731 int ECPKParameters_print(BIO *bp, const EC_GROUP *x, int off);
958 int ECParameters_print(BIO *bp, const EC_KEY *key);
966 int EC_KEY_print(BIO *bp, const EC_KEY *key, int off);
A Dasn1.h913 int i2a_ASN1_INTEGER(BIO *bp, ASN1_INTEGER *a);
914 int a2i_ASN1_INTEGER(BIO *bp, ASN1_INTEGER *bs, char *buf, int size);
915 int i2a_ASN1_ENUMERATED(BIO *bp, ASN1_ENUMERATED *a);
916 int a2i_ASN1_ENUMERATED(BIO *bp, ASN1_ENUMERATED *bs, char *buf, int size);
917 int i2a_ASN1_OBJECT(BIO *bp, ASN1_OBJECT *a);
918 int a2i_ASN1_STRING(BIO *bp, ASN1_STRING *bs, char *buf, int size);
919 int i2a_ASN1_STRING(BIO *bp, ASN1_STRING *a, int type);
1038 int ASN1_STRING_print(BIO *bp, const ASN1_STRING *v);
1040 int ASN1_bn_print(BIO *bp, const char *number, const BIGNUM *num,
1042 int ASN1_parse(BIO *bp, const unsigned char *pp, long len, int indent);
[all …]
A Dbio.h664 int BIO_gets(BIO *bp, char *buf, int size);
666 int BIO_puts(BIO *bp, const char *buf);
668 long BIO_ctrl(BIO *bp, int cmd, long larg, void *parg);
672 char *BIO_ptr_ctrl(BIO *bp, int cmd, long larg);
673 long BIO_int_ctrl(BIO *bp, int cmd, long larg, int iarg);
A Dpkcs12.h269 int i2d_PKCS12_bio(BIO *bp, PKCS12 *p12);
271 PKCS12 *d2i_PKCS12_bio(BIO *bp, PKCS12 **p12);
A Dpkcs7.h268 PKCS7 *d2i_PKCS7_bio(BIO *bp, PKCS7 **p7);
269 int i2d_PKCS7_bio(BIO *bp, PKCS7 *p7);
A Dcms.h133 CMS_ContentInfo *d2i_CMS_bio(BIO *bp, CMS_ContentInfo **cms);
134 int i2d_CMS_bio(BIO *bp, CMS_ContentInfo *cms);
A Derr.h346 void ERR_print_errors(BIO *bp);
A Dbn.h855 BN_ULONG bn_add_words(BN_ULONG *rp, const BN_ULONG *ap, const BN_ULONG *bp,
857 BN_ULONG bn_sub_words(BN_ULONG *rp, const BN_ULONG *ap, const BN_ULONG *bp,
A Drsa.h387 int RSA_print(BIO *bp, const RSA *r, int offset);
A Dssl.h1805 # define d2i_SSL_SESSION_bio(bp,s_id) ASN1_d2i_bio_of(SSL_SESSION,SSL_SESSION_new,d2i_SSL_SESSION,b… argument
1806 # define i2d_SSL_SESSION_bio(bp,s_id) ASN1_i2d_bio_of(SSL_SESSION,i2d_SSL_SESSION,bp,s_id) argument
A Dx509v3.h565 int i2a_ACCESS_DESCRIPTION(BIO *bp, ACCESS_DESCRIPTION *a);

Completed in 53 milliseconds