/openssl/crypto/x509/ |
H A D | x_all.c | 229 X509 *d2i_X509_bio(BIO *bp, X509 **x509) in d2i_X509_bio() 234 int i2d_X509_bio(BIO *bp, const X509 *x509) in i2d_X509_bio() 285 PKCS7 *d2i_PKCS7_bio(BIO *bp, PKCS7 **p7) in d2i_PKCS7_bio() 302 int i2d_PKCS7_bio(BIO *bp, const PKCS7 *p7) in i2d_PKCS7_bio() 372 RSA *d2i_RSAPrivateKey_bio(BIO *bp, RSA **rsa) in d2i_RSAPrivateKey_bio() 382 RSA *d2i_RSAPublicKey_bio(BIO *bp, RSA **rsa) in d2i_RSAPublicKey_bio() 387 RSA *d2i_RSA_PUBKEY_bio(BIO *bp, RSA **rsa) in d2i_RSA_PUBKEY_bio() 397 int i2d_RSA_PUBKEY_bio(BIO *bp, const RSA *rsa) in i2d_RSA_PUBKEY_bio() 425 DSA *d2i_DSAPrivateKey_bio(BIO *bp, DSA **dsa) in d2i_DSAPrivateKey_bio() 435 DSA *d2i_DSA_PUBKEY_bio(BIO *bp, DSA **dsa) in d2i_DSA_PUBKEY_bio() [all …]
|
H A D | t_acert.c | 17 static int print_attribute(BIO *bp, X509_ATTRIBUTE *a) in print_attribute() 80 int X509_ACERT_print_ex(BIO *bp, X509_ACERT *x, unsigned long nmflags, in X509_ACERT_print_ex() 282 int X509_ACERT_print(BIO *bp, X509_ACERT *x) in X509_ACERT_print()
|
H A D | t_x509.c | 48 int X509_print(BIO *bp, X509 *x) in X509_print() 53 int X509_print_ex(BIO *bp, X509 *x, unsigned long nmflags, in X509_print_ex() 198 int X509_ocspid_print(BIO *bp, X509 *x) in X509_ocspid_print() 264 int X509_signature_dump(BIO *bp, const ASN1_STRING *sig, int indent) in X509_signature_dump() 287 int X509_signature_print(BIO *bp, const X509_ALGOR *sigalg, in X509_signature_print()
|
H A D | t_req.c | 37 int X509_REQ_print_ex(BIO *bp, X509_REQ *x, unsigned long nmflags, in X509_REQ_print_ex() 211 int X509_REQ_print(BIO *bp, X509_REQ *x) in X509_REQ_print()
|
/openssl/crypto/bio/ |
H A D | bss_log.c | 232 static int slg_puts(BIO *bp, const char *str) in slg_puts() 243 static void xopenlog(BIO *bp, char *name, int level) in xopenlog() 251 static void xsyslog(BIO *bp, int priority, const char *string) in xsyslog() 291 static void xcloselog(BIO *bp) in xcloselog() 302 static void xopenlog(BIO *bp, char *name, int level) in xopenlog() 307 static void xsyslog(BIO *bp, int priority, const char *string) in xsyslog() 385 static void xcloselog(BIO *bp) in xcloselog() 391 static void xopenlog(BIO *bp, char *name, int level) in xopenlog() 400 static void xsyslog(BIO *bp, int priority, const char *string) in xsyslog() 405 static void xcloselog(BIO *bp) in xcloselog()
|
H A D | bss_null.c | 75 static int null_gets(BIO *bp, char *buf, int size) in null_gets() 80 static int null_puts(BIO *bp, const char *str) in null_puts()
|
H A D | bf_null.c | 101 static int nullf_gets(BIO *bp, char *buf, int size) in nullf_gets() 108 static int nullf_puts(BIO *bp, const char *str) in nullf_puts()
|
H A D | bss_file.c | 347 static int file_gets(BIO *bp, char *buf, int size) in file_gets() 365 static int file_puts(BIO *bp, const char *str) in file_puts() 384 static int file_puts(BIO *bp, const char *str) in file_puts() 388 static int file_gets(BIO *bp, char *buf, int size) in file_gets()
|
H A D | bio_dump.c | 114 static int write_bio(const void *data, size_t len, void *bp) in write_bio() 119 int BIO_dump(BIO *bp, const void *s, int len) in BIO_dump() 124 int BIO_dump_indent(BIO *bp, const void *s, int len, int indent) in BIO_dump_indent()
|
/openssl/crypto/asn1/ |
H A D | f_int.c | 16 int i2a_ASN1_INTEGER(BIO *bp, const ASN1_INTEGER *a) in i2a_ASN1_INTEGER() 52 int a2i_ASN1_INTEGER(BIO *bp, ASN1_INTEGER *bs, char *buf, int size) in a2i_ASN1_INTEGER() 140 int i2a_ASN1_ENUMERATED(BIO *bp, const ASN1_ENUMERATED *a) in i2a_ASN1_ENUMERATED() 145 int a2i_ASN1_ENUMERATED(BIO *bp, ASN1_ENUMERATED *bs, char *buf, int size) in a2i_ASN1_ENUMERATED()
|
H A D | t_pkey.c | 21 int ASN1_buf_print(BIO *bp, const unsigned char *buf, size_t buflen, int indent) in ASN1_buf_print() 45 int ASN1_bn_print(BIO *bp, const char *number, const BIGNUM *num, in ASN1_bn_print()
|
H A D | asn1_parse.c | 22 static int asn1_print_info(BIO *bp, long offset, int depth, int hl, long len, in asn1_print_info() 83 int ASN1_parse(BIO *bp, const unsigned char *pp, long len, int indent) in ASN1_parse() 88 int ASN1_parse_dump(BIO *bp, const unsigned char *pp, long len, int indent, in ASN1_parse_dump() 94 static int asn1_parse2(BIO *bp, const unsigned char **pp, long length, in asn1_parse2()
|
H A D | f_string.c | 16 int i2a_ASN1_STRING(BIO *bp, const ASN1_STRING *a, int type) in i2a_ASN1_STRING() 46 int a2i_ASN1_STRING(BIO *bp, ASN1_STRING *bs, char *buf, int size) in a2i_ASN1_STRING()
|
/openssl/crypto/lhash/ |
H A D | lh_stats.c | 29 BIO *bp; in OPENSSL_LH_stats() local 41 BIO *bp; in OPENSSL_LH_node_stats() local 53 BIO *bp; in OPENSSL_LH_node_usage_stats() local
|
/openssl/crypto/pem/ |
H A D | pem_pkey.c | 33 static EVP_PKEY *pem_read_bio_key_decoder(BIO *bp, EVP_PKEY **x, in pem_read_bio_key_decoder() 99 static EVP_PKEY *pem_read_bio_key_legacy(BIO *bp, EVP_PKEY **x, in pem_read_bio_key_legacy() 214 static EVP_PKEY *pem_read_bio_key(BIO *bp, EVP_PKEY **x, in pem_read_bio_key() 262 EVP_PKEY *PEM_read_bio_PUBKEY_ex(BIO *bp, EVP_PKEY **x, in PEM_read_bio_PUBKEY_ex() 270 EVP_PKEY *PEM_read_bio_PUBKEY(BIO *bp, EVP_PKEY **x, pem_password_cb *cb, in PEM_read_bio_PUBKEY() 300 EVP_PKEY *PEM_read_bio_PrivateKey_ex(BIO *bp, EVP_PKEY **x, in PEM_read_bio_PrivateKey_ex() 309 EVP_PKEY *PEM_read_bio_PrivateKey(BIO *bp, EVP_PKEY **x, pem_password_cb *cb, in PEM_read_bio_PrivateKey() 339 int PEM_write_bio_PrivateKey_traditional(BIO *bp, const EVP_PKEY *x, in PEM_write_bio_PrivateKey_traditional() 374 EVP_PKEY *PEM_read_bio_Parameters_ex(BIO *bp, EVP_PKEY **x, in PEM_read_bio_Parameters_ex() 385 EVP_PKEY *PEM_read_bio_Parameters(BIO *bp, EVP_PKEY **x) in PEM_read_bio_Parameters()
|
H A D | pem_pk8.c | 41 int PEM_write_bio_PKCS8PrivateKey_nid(BIO *bp, const EVP_PKEY *x, int nid, in PEM_write_bio_PKCS8PrivateKey_nid() 48 int PEM_write_bio_PKCS8PrivateKey(BIO *bp, const EVP_PKEY *x, const EVP_CIPHER *enc, in PEM_write_bio_PKCS8PrivateKey() 55 int i2d_PKCS8PrivateKey_bio(BIO *bp, const EVP_PKEY *x, const EVP_CIPHER *enc, in i2d_PKCS8PrivateKey_bio() 62 int i2d_PKCS8PrivateKey_nid_bio(BIO *bp, const EVP_PKEY *x, int nid, in i2d_PKCS8PrivateKey_nid_bio() 69 static int do_pk8pkey(BIO *bp, const EVP_PKEY *x, int isder, int nid, in do_pk8pkey() 169 EVP_PKEY *d2i_PKCS8PrivateKey_bio(BIO *bp, EVP_PKEY **x, pem_password_cb *cb, in d2i_PKCS8PrivateKey_bio() 240 BIO *bp; in do_pk8pkey_fp() local 255 BIO *bp; in d2i_PKCS8PrivateKey_fp() local
|
/openssl/include/openssl/ |
H A D | ocsp.h.in | 140 # define d2i_OCSP_REQUEST_bio(bp,p) ASN1_d2i_bio_of(OCSP_REQUEST,OCSP_REQUEST_new,d2i_OCSP_REQUEST… argument 142 # define d2i_OCSP_RESPONSE_bio(bp,p) ASN1_d2i_bio_of(OCSP_RESPONSE,OCSP_RESPONSE_new,d2i_OCSP_RESP… argument 144 # define PEM_read_bio_OCSP_REQUEST(bp,x,cb) (OCSP_REQUEST *)PEM_ASN1_read_bio( \ argument 148 # define PEM_read_bio_OCSP_RESPONSE(bp,x,cb) (OCSP_RESPONSE *)PEM_ASN1_read_bio(\ argument 152 # define PEM_write_bio_OCSP_REQUEST(bp,o) \ argument 156 # define PEM_write_bio_OCSP_RESPONSE(bp,o) \ argument 160 # define i2d_OCSP_RESPONSE_bio(bp,o) ASN1_i2d_bio_of(OCSP_RESPONSE,i2d_OCSP_RESPONSE,bp,o) argument 162 # define i2d_OCSP_REQUEST_bio(bp,o) ASN1_i2d_bio_of(OCSP_REQUEST,i2d_OCSP_REQUEST,bp,o) argument
|
H A D | dh.h | 184 # define d2i_DHparams_bio(bp, x) \ argument 186 # define i2d_DHparams_bio(bp, x) \ argument 196 # define d2i_DHxparams_bio(bp, x) \ argument 198 # define i2d_DHxparams_bio(bp, x) \ argument
|
H A D | dsa.h | 112 # define d2i_DSAparams_bio(bp, x) \ argument 114 # define i2d_DSAparams_bio(bp, x) \ argument
|
/openssl/ssl/ |
H A D | ssl_txt.c | 34 int SSL_SESSION_print(BIO *bp, const SSL_SESSION *x) in SSL_SESSION_print() 171 int SSL_SESSION_print_keylog(BIO *bp, const SSL_SESSION *x) in SSL_SESSION_print_keylog()
|
/openssl/crypto/ts/ |
H A D | ts_asn1.c | 28 int i2d_TS_MSG_IMPRINT_bio(BIO *bp, const TS_MSG_IMPRINT *a) in i2d_TS_MSG_IMPRINT_bio() 61 int i2d_TS_REQ_bio(BIO *bp, const TS_REQ *a) in i2d_TS_REQ_bio() 107 int i2d_TS_TST_INFO_bio(BIO *bp, const TS_TST_INFO *a) in i2d_TS_TST_INFO_bio() 187 int i2d_TS_RESP_bio(BIO *bp, const TS_RESP *a) in i2d_TS_RESP_bio()
|
/openssl/crypto/ocsp/ |
H A D | v3_ocsp.c | 110 static int i2r_ocsp_crlid(const X509V3_EXT_METHOD *method, void *in, BIO *bp, in i2r_ocsp_crlid() 144 BIO *bp, int ind) in i2r_ocsp_acutoff() 153 static int i2r_object(const X509V3_EXT_METHOD *method, void *oid, BIO *bp, in i2r_object() 240 BIO *bp, int ind) in i2r_ocsp_serviceloc()
|
H A D | ocsp_prn.c | 17 static int ocsp_certid_print(BIO *bp, OCSP_CERTID *a, int indent) in ocsp_certid_print() 89 int OCSP_REQUEST_print(BIO *bp, OCSP_REQUEST *o, unsigned long flags) in OCSP_REQUEST_print() 134 int OCSP_RESPONSE_print(BIO *bp, OCSP_RESPONSE *o, unsigned long flags) in OCSP_RESPONSE_print()
|
/openssl/crypto/dsa/ |
H A D | dsa_prn.c | 53 int DSA_print(BIO *bp, const DSA *x, int off) in DSA_print() 67 int DSAparams_print(BIO *bp, const DSA *x) in DSAparams_print()
|
/openssl/crypto/bn/ |
H A D | bn_ppc.c | 15 int bn_mul_mont(BN_ULONG *rp, const BN_ULONG *ap, const BN_ULONG *bp, in bn_mul_mont()
|