Home
last modified time | relevance | path

Searched refs:BIO (Results 1 – 25 of 124) sorted by relevance

12345

/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/host_include/openssl/
H A Dbio.h80 DEFINE_STACK_OF(BIO)
84 OPENSSL_EXPORT BIO *BIO_new(const BIO_METHOD *method);
92 OPENSSL_EXPORT int BIO_free(BIO *bio);
98 OPENSSL_EXPORT void BIO_vfree(BIO *bio);
101 OPENSSL_EXPORT int BIO_up_ref(BIO *bio);
108 OPENSSL_EXPORT int BIO_read(BIO *bio, void *data, int len);
118 OPENSSL_EXPORT int BIO_gets(BIO *bio, char *buf, int size);
122 OPENSSL_EXPORT int BIO_write(BIO *bio, const void *data, int len);
126 OPENSSL_EXPORT int BIO_write_all(BIO *bio, const void *data, size_t len);
130 OPENSSL_EXPORT int BIO_puts(BIO *bio, const char *buf);
[all …]
H A Dpem.h183 OPENSSL_EXPORT type *PEM_read_bio_##name(BIO *bp, type **x, \
193 OPENSSL_EXPORT int PEM_write_bio_##name(BIO *bp, type *x) { \
202 OPENSSL_EXPORT int PEM_write_bio_##name(BIO *bp, const type *x) { \
212 BIO *bp, type *x, const EVP_CIPHER *enc, unsigned char *kstr, int klen, \
223 BIO *bp, type *x, const EVP_CIPHER *enc, unsigned char *kstr, int klen, \
290 OPENSSL_EXPORT type *PEM_read_bio_##name(BIO *bp, type **x, \
294 OPENSSL_EXPORT int PEM_write_bio_##name(BIO *bp, type *x);
297 OPENSSL_EXPORT int PEM_write_bio_##name(BIO *bp, const type *x);
301 BIO *bp, type *x, const EVP_CIPHER *enc, unsigned char *kstr, int klen, \
350 OPENSSL_EXPORT int PEM_read_bio(BIO *bp, char **name, char **header,
[all …]
H A Dx509.h623 OPENSSL_EXPORT int X509_signature_dump(BIO *bio, const ASN1_STRING *sig,
628 OPENSSL_EXPORT int X509_signature_print(BIO *bio, const X509_ALGOR *alg,
763 OPENSSL_EXPORT X509 *d2i_X509_bio(BIO *bp, X509 **x509);
764 OPENSSL_EXPORT int i2d_X509_bio(BIO *bp, X509 *x509);
765 OPENSSL_EXPORT X509_CRL *d2i_X509_CRL_bio(BIO *bp, X509_CRL **crl);
766 OPENSSL_EXPORT int i2d_X509_CRL_bio(BIO *bp, X509_CRL *crl);
767 OPENSSL_EXPORT X509_REQ *d2i_X509_REQ_bio(BIO *bp, X509_REQ **req);
768 OPENSSL_EXPORT int i2d_X509_REQ_bio(BIO *bp, X509_REQ *req);
769 OPENSSL_EXPORT RSA *d2i_RSAPrivateKey_bio(BIO *bp, RSA **rsa);
770 OPENSSL_EXPORT int i2d_RSAPrivateKey_bio(BIO *bp, RSA *rsa);
[all …]
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/host_include/openssl/
H A Dbio.h80 DEFINE_STACK_OF(BIO)
84 OPENSSL_EXPORT BIO *BIO_new(const BIO_METHOD *method);
92 OPENSSL_EXPORT int BIO_free(BIO *bio);
98 OPENSSL_EXPORT void BIO_vfree(BIO *bio);
101 OPENSSL_EXPORT int BIO_up_ref(BIO *bio);
108 OPENSSL_EXPORT int BIO_read(BIO *bio, void *data, int len);
118 OPENSSL_EXPORT int BIO_gets(BIO *bio, char *buf, int size);
122 OPENSSL_EXPORT int BIO_write(BIO *bio, const void *data, int len);
126 OPENSSL_EXPORT int BIO_write_all(BIO *bio, const void *data, size_t len);
130 OPENSSL_EXPORT int BIO_puts(BIO *bio, const char *buf);
[all …]
H A Dpem.h183 OPENSSL_EXPORT type *PEM_read_bio_##name(BIO *bp, type **x, \
193 OPENSSL_EXPORT int PEM_write_bio_##name(BIO *bp, type *x) { \
202 OPENSSL_EXPORT int PEM_write_bio_##name(BIO *bp, const type *x) { \
212 BIO *bp, type *x, const EVP_CIPHER *enc, unsigned char *kstr, int klen, \
223 BIO *bp, type *x, const EVP_CIPHER *enc, unsigned char *kstr, int klen, \
290 OPENSSL_EXPORT type *PEM_read_bio_##name(BIO *bp, type **x, \
294 OPENSSL_EXPORT int PEM_write_bio_##name(BIO *bp, type *x);
297 OPENSSL_EXPORT int PEM_write_bio_##name(BIO *bp, const type *x);
301 BIO *bp, type *x, const EVP_CIPHER *enc, unsigned char *kstr, int klen, \
350 OPENSSL_EXPORT int PEM_read_bio(BIO *bp, char **name, char **header,
[all …]
H A Dx509.h623 OPENSSL_EXPORT int X509_signature_dump(BIO *bio, const ASN1_STRING *sig,
628 OPENSSL_EXPORT int X509_signature_print(BIO *bio, const X509_ALGOR *alg,
763 OPENSSL_EXPORT X509 *d2i_X509_bio(BIO *bp, X509 **x509);
764 OPENSSL_EXPORT int i2d_X509_bio(BIO *bp, X509 *x509);
765 OPENSSL_EXPORT X509_CRL *d2i_X509_CRL_bio(BIO *bp, X509_CRL **crl);
766 OPENSSL_EXPORT int i2d_X509_CRL_bio(BIO *bp, X509_CRL *crl);
767 OPENSSL_EXPORT X509_REQ *d2i_X509_REQ_bio(BIO *bp, X509_REQ **req);
768 OPENSSL_EXPORT int i2d_X509_REQ_bio(BIO *bp, X509_REQ *req);
769 OPENSSL_EXPORT RSA *d2i_RSAPrivateKey_bio(BIO *bp, RSA **rsa);
770 OPENSSL_EXPORT int i2d_RSAPrivateKey_bio(BIO *bp, RSA *rsa);
[all …]
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/openssl/
H A Dbio.h80 DEFINE_STACK_OF(BIO)
84 OPENSSL_EXPORT BIO *BIO_new(const BIO_METHOD *method);
92 OPENSSL_EXPORT int BIO_free(BIO *bio);
98 OPENSSL_EXPORT void BIO_vfree(BIO *bio);
101 OPENSSL_EXPORT int BIO_up_ref(BIO *bio);
108 OPENSSL_EXPORT int BIO_read(BIO *bio, void *data, int len);
118 OPENSSL_EXPORT int BIO_gets(BIO *bio, char *buf, int size);
122 OPENSSL_EXPORT int BIO_write(BIO *bio, const void *data, int len);
126 OPENSSL_EXPORT int BIO_write_all(BIO *bio, const void *data, size_t len);
130 OPENSSL_EXPORT int BIO_puts(BIO *bio, const char *buf);
[all …]
H A Dpem.h183 OPENSSL_EXPORT type *PEM_read_bio_##name(BIO *bp, type **x, \
193 OPENSSL_EXPORT int PEM_write_bio_##name(BIO *bp, type *x) { \
202 OPENSSL_EXPORT int PEM_write_bio_##name(BIO *bp, const type *x) { \
212 BIO *bp, type *x, const EVP_CIPHER *enc, unsigned char *kstr, int klen, \
223 BIO *bp, type *x, const EVP_CIPHER *enc, unsigned char *kstr, int klen, \
290 OPENSSL_EXPORT type *PEM_read_bio_##name(BIO *bp, type **x, \
294 OPENSSL_EXPORT int PEM_write_bio_##name(BIO *bp, type *x);
297 OPENSSL_EXPORT int PEM_write_bio_##name(BIO *bp, const type *x);
301 BIO *bp, type *x, const EVP_CIPHER *enc, unsigned char *kstr, int klen, \
350 OPENSSL_EXPORT int PEM_read_bio(BIO *bp, char **name, char **header,
[all …]
H A Dx509.h623 OPENSSL_EXPORT int X509_signature_dump(BIO *bio, const ASN1_STRING *sig,
628 OPENSSL_EXPORT int X509_signature_print(BIO *bio, const X509_ALGOR *alg,
763 OPENSSL_EXPORT X509 *d2i_X509_bio(BIO *bp, X509 **x509);
764 OPENSSL_EXPORT int i2d_X509_bio(BIO *bp, X509 *x509);
765 OPENSSL_EXPORT X509_CRL *d2i_X509_CRL_bio(BIO *bp, X509_CRL **crl);
766 OPENSSL_EXPORT int i2d_X509_CRL_bio(BIO *bp, X509_CRL *crl);
767 OPENSSL_EXPORT X509_REQ *d2i_X509_REQ_bio(BIO *bp, X509_REQ **req);
768 OPENSSL_EXPORT int i2d_X509_REQ_bio(BIO *bp, X509_REQ *req);
769 OPENSSL_EXPORT RSA *d2i_RSAPrivateKey_bio(BIO *bp, RSA **rsa);
770 OPENSSL_EXPORT int i2d_RSAPrivateKey_bio(BIO *bp, RSA *rsa);
[all …]
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/openssl/
H A Dbio.h80 DEFINE_STACK_OF(BIO)
84 OPENSSL_EXPORT BIO *BIO_new(const BIO_METHOD *method);
92 OPENSSL_EXPORT int BIO_free(BIO *bio);
98 OPENSSL_EXPORT void BIO_vfree(BIO *bio);
101 OPENSSL_EXPORT int BIO_up_ref(BIO *bio);
108 OPENSSL_EXPORT int BIO_read(BIO *bio, void *data, int len);
118 OPENSSL_EXPORT int BIO_gets(BIO *bio, char *buf, int size);
122 OPENSSL_EXPORT int BIO_write(BIO *bio, const void *data, int len);
126 OPENSSL_EXPORT int BIO_write_all(BIO *bio, const void *data, size_t len);
130 OPENSSL_EXPORT int BIO_puts(BIO *bio, const char *buf);
[all …]
H A Dpem.h183 OPENSSL_EXPORT type *PEM_read_bio_##name(BIO *bp, type **x, \
193 OPENSSL_EXPORT int PEM_write_bio_##name(BIO *bp, type *x) { \
202 OPENSSL_EXPORT int PEM_write_bio_##name(BIO *bp, const type *x) { \
212 BIO *bp, type *x, const EVP_CIPHER *enc, unsigned char *kstr, int klen, \
223 BIO *bp, type *x, const EVP_CIPHER *enc, unsigned char *kstr, int klen, \
290 OPENSSL_EXPORT type *PEM_read_bio_##name(BIO *bp, type **x, \
294 OPENSSL_EXPORT int PEM_write_bio_##name(BIO *bp, type *x);
297 OPENSSL_EXPORT int PEM_write_bio_##name(BIO *bp, const type *x);
301 BIO *bp, type *x, const EVP_CIPHER *enc, unsigned char *kstr, int klen, \
350 OPENSSL_EXPORT int PEM_read_bio(BIO *bp, char **name, char **header,
[all …]
H A Dx509.h623 OPENSSL_EXPORT int X509_signature_dump(BIO *bio, const ASN1_STRING *sig,
628 OPENSSL_EXPORT int X509_signature_print(BIO *bio, const X509_ALGOR *alg,
763 OPENSSL_EXPORT X509 *d2i_X509_bio(BIO *bp, X509 **x509);
764 OPENSSL_EXPORT int i2d_X509_bio(BIO *bp, X509 *x509);
765 OPENSSL_EXPORT X509_CRL *d2i_X509_CRL_bio(BIO *bp, X509_CRL **crl);
766 OPENSSL_EXPORT int i2d_X509_CRL_bio(BIO *bp, X509_CRL *crl);
767 OPENSSL_EXPORT X509_REQ *d2i_X509_REQ_bio(BIO *bp, X509_REQ **req);
768 OPENSSL_EXPORT int i2d_X509_REQ_bio(BIO *bp, X509_REQ *req);
769 OPENSSL_EXPORT RSA *d2i_RSAPrivateKey_bio(BIO *bp, RSA **rsa);
770 OPENSSL_EXPORT int i2d_RSAPrivateKey_bio(BIO *bp, RSA *rsa);
[all …]
/OK3568_Linux_fs/external/security/rk_tee_user/v1/export-user_ta/include/openssl/
H A Dbio.h80 DEFINE_STACK_OF(BIO)
84 OPENSSL_EXPORT BIO *BIO_new(const BIO_METHOD *method);
92 OPENSSL_EXPORT int BIO_free(BIO *bio);
98 OPENSSL_EXPORT void BIO_vfree(BIO *bio);
101 OPENSSL_EXPORT int BIO_up_ref(BIO *bio);
108 OPENSSL_EXPORT int BIO_read(BIO *bio, void *data, int len);
118 OPENSSL_EXPORT int BIO_gets(BIO *bio, char *buf, int size);
122 OPENSSL_EXPORT int BIO_write(BIO *bio, const void *data, int len);
126 OPENSSL_EXPORT int BIO_puts(BIO *bio, const char *buf);
130 OPENSSL_EXPORT int BIO_flush(BIO *bio);
[all …]
H A Dpem.h162 OPENSSL_EXPORT type *PEM_read_bio_##name(BIO *bp, type **x, pem_password_cb *cb, void *u)\
168 OPENSSL_EXPORT int PEM_write_bio_##name(BIO *bp, type *x) \
174 OPENSSL_EXPORT int PEM_write_bio_##name(BIO *bp, const type *x) \
180 OPENSSL_EXPORT int PEM_write_bio_##name(BIO *bp, type *x, const EVP_CIPHER *enc, \
187 OPENSSL_EXPORT int PEM_write_bio_##name(BIO *bp, type *x, const EVP_CIPHER *enc, \
252 OPENSSL_EXPORT type *PEM_read_bio_##name(BIO *bp, type **x, pem_password_cb *cb, void *u);
255 OPENSSL_EXPORT int PEM_write_bio_##name(BIO *bp, type *x);
258 OPENSSL_EXPORT int PEM_write_bio_##name(BIO *bp, const type *x);
261 OPENSSL_EXPORT int PEM_write_bio_##name(BIO *bp, type *x, const EVP_CIPHER *enc, \
299 OPENSSL_EXPORT int PEM_read_bio(BIO *bp, char **name, char **header, unsigned char **data,long *len…
[all …]
H A Dx509.h575 OPENSSL_EXPORT int NETSCAPE_SPKI_print(BIO *out, NETSCAPE_SPKI *spki);
577 OPENSSL_EXPORT int X509_signature_dump(BIO *bp,const ASN1_STRING *sig, int indent);
578 OPENSSL_EXPORT int X509_signature_print(BIO *bp, const X509_ALGOR *alg,
642 OPENSSL_EXPORT X509 *d2i_X509_bio(BIO *bp,X509 **x509);
643 OPENSSL_EXPORT int i2d_X509_bio(BIO *bp,X509 *x509);
644 OPENSSL_EXPORT X509_CRL *d2i_X509_CRL_bio(BIO *bp,X509_CRL **crl);
645 OPENSSL_EXPORT int i2d_X509_CRL_bio(BIO *bp,X509_CRL *crl);
646 OPENSSL_EXPORT X509_REQ *d2i_X509_REQ_bio(BIO *bp,X509_REQ **req);
647 OPENSSL_EXPORT int i2d_X509_REQ_bio(BIO *bp,X509_REQ *req);
648 OPENSSL_EXPORT RSA *d2i_RSAPrivateKey_bio(BIO *bp,RSA **rsa);
[all …]
/OK3568_Linux_fs/external/security/rk_tee_user/v1/export-user_ta/host_include/openssl/
H A Dbio.h80 DEFINE_STACK_OF(BIO)
84 OPENSSL_EXPORT BIO *BIO_new(const BIO_METHOD *method);
92 OPENSSL_EXPORT int BIO_free(BIO *bio);
98 OPENSSL_EXPORT void BIO_vfree(BIO *bio);
101 OPENSSL_EXPORT int BIO_up_ref(BIO *bio);
108 OPENSSL_EXPORT int BIO_read(BIO *bio, void *data, int len);
118 OPENSSL_EXPORT int BIO_gets(BIO *bio, char *buf, int size);
122 OPENSSL_EXPORT int BIO_write(BIO *bio, const void *data, int len);
126 OPENSSL_EXPORT int BIO_puts(BIO *bio, const char *buf);
130 OPENSSL_EXPORT int BIO_flush(BIO *bio);
[all …]
H A Dpem.h162 OPENSSL_EXPORT type *PEM_read_bio_##name(BIO *bp, type **x, pem_password_cb *cb, void *u)\
168 OPENSSL_EXPORT int PEM_write_bio_##name(BIO *bp, type *x) \
174 OPENSSL_EXPORT int PEM_write_bio_##name(BIO *bp, const type *x) \
180 OPENSSL_EXPORT int PEM_write_bio_##name(BIO *bp, type *x, const EVP_CIPHER *enc, \
187 OPENSSL_EXPORT int PEM_write_bio_##name(BIO *bp, type *x, const EVP_CIPHER *enc, \
252 OPENSSL_EXPORT type *PEM_read_bio_##name(BIO *bp, type **x, pem_password_cb *cb, void *u);
255 OPENSSL_EXPORT int PEM_write_bio_##name(BIO *bp, type *x);
258 OPENSSL_EXPORT int PEM_write_bio_##name(BIO *bp, const type *x);
261 OPENSSL_EXPORT int PEM_write_bio_##name(BIO *bp, type *x, const EVP_CIPHER *enc, \
299 OPENSSL_EXPORT int PEM_read_bio(BIO *bp, char **name, char **header, unsigned char **data,long *len…
[all …]
H A Dx509.h575 OPENSSL_EXPORT int NETSCAPE_SPKI_print(BIO *out, NETSCAPE_SPKI *spki);
577 OPENSSL_EXPORT int X509_signature_dump(BIO *bp,const ASN1_STRING *sig, int indent);
578 OPENSSL_EXPORT int X509_signature_print(BIO *bp, const X509_ALGOR *alg,
642 OPENSSL_EXPORT X509 *d2i_X509_bio(BIO *bp,X509 **x509);
643 OPENSSL_EXPORT int i2d_X509_bio(BIO *bp,X509 *x509);
644 OPENSSL_EXPORT X509_CRL *d2i_X509_CRL_bio(BIO *bp,X509_CRL **crl);
645 OPENSSL_EXPORT int i2d_X509_CRL_bio(BIO *bp,X509_CRL *crl);
646 OPENSSL_EXPORT X509_REQ *d2i_X509_REQ_bio(BIO *bp,X509_REQ **req);
647 OPENSSL_EXPORT int i2d_X509_REQ_bio(BIO *bp,X509_REQ *req);
648 OPENSSL_EXPORT RSA *d2i_RSAPrivateKey_bio(BIO *bp,RSA **rsa);
[all …]
/OK3568_Linux_fs/external/security/rk_tee_user/v2/host/openssl/include/openssl/
H A Dbio.h238 typedef struct bio_st BIO; typedef
240 void BIO_set_flags(BIO *b, int flags);
241 int BIO_test_flags(const BIO *b, int flags);
242 void BIO_clear_flags(BIO *b, int flags);
298 long (*BIO_get_callback(const BIO *b)) (struct bio_st *, int, const char *,
300 void BIO_set_callback(BIO *b,
303 char *BIO_get_callback_arg(const BIO *b);
304 void BIO_set_callback_arg(BIO *b, char *arg);
306 const char *BIO_method_name(const BIO *b);
307 int BIO_method_type(const BIO *b);
[all …]
H A Dcms.h122 BIO *CMS_dataInit(CMS_ContentInfo *cms, BIO *icont);
123 int CMS_dataFinal(CMS_ContentInfo *cms, BIO *bio);
133 CMS_ContentInfo *d2i_CMS_bio(BIO *bp, CMS_ContentInfo **cms);
134 int i2d_CMS_bio(BIO *bp, CMS_ContentInfo *cms);
136 BIO *BIO_new_CMS(BIO *out, CMS_ContentInfo *cms);
137 int i2d_CMS_bio_stream(BIO *out, CMS_ContentInfo *cms, BIO *in, int flags);
138 int PEM_write_bio_CMS_stream(BIO *out, CMS_ContentInfo *cms, BIO *in,
140 CMS_ContentInfo *SMIME_read_CMS(BIO *bio, BIO **bcont);
141 int SMIME_write_CMS(BIO *bio, CMS_ContentInfo *cms, BIO *data, int flags);
143 int CMS_final(CMS_ContentInfo *cms, BIO *data, BIO *dcont,
[all …]
H A Dpkcs7.h268 PKCS7 *d2i_PKCS7_bio(BIO *bp, PKCS7 **p7);
269 int i2d_PKCS7_bio(BIO *bp, PKCS7 *p7);
270 int i2d_PKCS7_bio_stream(BIO *out, PKCS7 *p7, BIO *in, int flags);
271 int PEM_write_bio_PKCS7_stream(BIO *out, PKCS7 *p7, BIO *in, int flags);
302 BIO *bio, PKCS7 *p7, PKCS7_SIGNER_INFO *si);
303 int PKCS7_signatureVerify(BIO *bio, PKCS7 *p7, PKCS7_SIGNER_INFO *si,
306 BIO *PKCS7_dataInit(PKCS7 *p7, BIO *bio);
307 int PKCS7_dataFinal(PKCS7 *p7, BIO *bio);
308 BIO *PKCS7_dataDecode(PKCS7 *p7, EVP_PKEY *pkey, BIO *in_bio, X509 *pcert);
339 BIO *data, int flags);
[all …]
H A Dpem.h258 type *PEM_read_bio_##name(BIO *bp, type **x, pem_password_cb *cb, void *u)\
264 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, \
347 type *PEM_read_bio_##name(BIO *bp, type **x, pem_password_cb *cb, void *u);
350 int PEM_write_bio_##name(BIO *bp, type *x);
353 int PEM_write_bio_##name(BIO *bp, const type *x);
356 int PEM_write_bio_##name(BIO *bp, type *x, const EVP_CIPHER *enc, \
400 int PEM_read_bio(BIO *bp, char **name, char **header,
[all …]
H A Dasn1.h341 int fname##_print_ctx(BIO *out, stname *x, int indent, \
825 int ASN1_BIT_STRING_name_print(BIO *out, ASN1_BIT_STRING *bs,
913 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);
1013 void *ASN1_d2i_bio(void *(*xnew) (void), d2i_of_void *d2i, BIO *in, void **x);
[all …]
H A Dx509.h642 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);
[all …]
H A Dts.h286 TS_REQ *d2i_TS_REQ_bio(BIO *fp, TS_REQ **a);
287 int i2d_TS_REQ_bio(BIO *fp, TS_REQ *a);
299 TS_MSG_IMPRINT *d2i_TS_MSG_IMPRINT_bio(BIO *fp, TS_MSG_IMPRINT **a);
300 int i2d_TS_MSG_IMPRINT_bio(BIO *fp, TS_MSG_IMPRINT *a);
311 TS_RESP *d2i_TS_RESP_bio(BIO *fp, TS_RESP **a);
312 int i2d_TS_RESP_bio(BIO *fp, TS_RESP *a);
330 TS_TST_INFO *d2i_TS_TST_INFO_bio(BIO *fp, TS_TST_INFO **a);
331 int i2d_TS_TST_INFO_bio(BIO *fp, TS_TST_INFO *a);
398 int TS_REQ_print_bio(BIO *bio, TS_REQ *a);
608 TS_RESP *TS_RESP_create_response(TS_RESP_CTX *ctx, BIO *req_bio);
[all …]

12345