| /third_party/openssl/crypto/x509/ |
| D | x_all.c | 185 X509 *d2i_X509_bio(BIO *bp, X509 **x509) in d2i_X509_bio() 190 int i2d_X509_bio(BIO *bp, const X509 *x509) in i2d_X509_bio() 207 X509_CRL *d2i_X509_CRL_bio(BIO *bp, X509_CRL **crl) in d2i_X509_CRL_bio() 212 int i2d_X509_CRL_bio(BIO *bp, const X509_CRL *crl) in i2d_X509_CRL_bio() 241 PKCS7 *d2i_PKCS7_bio(BIO *bp, PKCS7 **p7) in d2i_PKCS7_bio() 258 int i2d_PKCS7_bio(BIO *bp, const PKCS7 *p7) in i2d_PKCS7_bio() 275 X509_REQ *d2i_X509_REQ_bio(BIO *bp, X509_REQ **req) in d2i_X509_REQ_bio() 288 int i2d_X509_REQ_bio(BIO *bp, const X509_REQ *req) in i2d_X509_REQ_bio() 327 RSA *d2i_RSAPrivateKey_bio(BIO *bp, RSA **rsa) in d2i_RSAPrivateKey_bio() 332 int i2d_RSAPrivateKey_bio(BIO *bp, const RSA *rsa) in i2d_RSAPrivateKey_bio() [all …]
|
| D | t_x509.c | 43 int X509_print(BIO *bp, X509 *x) in X509_print() 48 int X509_print_ex(BIO *bp, X509 *x, unsigned long nmflags, in X509_print_ex() 224 int X509_ocspid_print(BIO *bp, X509 *x) in X509_ocspid_print() 290 int X509_signature_dump(BIO *bp, const ASN1_STRING *sig, int indent) in X509_signature_dump() 313 int X509_signature_print(BIO *bp, const X509_ALGOR *sigalg, in X509_signature_print()
|
| /third_party/openssl/crypto/bio/ |
| 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()
|
| 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()
|
| 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()
|
| /third_party/openssl/ohos_lite/include/openssl/ |
| D | ocsp.h | 118 # define d2i_OCSP_REQUEST_bio(bp,p) ASN1_d2i_bio_of(OCSP_REQUEST,OCSP_REQUEST_new,d2i_OCSP_REQUEST… argument 120 # define d2i_OCSP_RESPONSE_bio(bp,p) ASN1_d2i_bio_of(OCSP_RESPONSE,OCSP_RESPONSE_new,d2i_OCSP_RESP… argument 122 # define PEM_read_bio_OCSP_REQUEST(bp,x,cb) (OCSP_REQUEST *)PEM_ASN1_read_bio( \ argument 126 # define PEM_read_bio_OCSP_RESPONSE(bp,x,cb) (OCSP_RESPONSE *)PEM_ASN1_read_bio(\ argument 130 # define PEM_write_bio_OCSP_REQUEST(bp,o) \ argument 134 # define PEM_write_bio_OCSP_RESPONSE(bp,o) \ argument 138 # define i2d_OCSP_RESPONSE_bio(bp,o) ASN1_i2d_bio_of(OCSP_RESPONSE,i2d_OCSP_RESPONSE,bp,o) argument 140 # define i2d_OCSP_REQUEST_bio(bp,o) ASN1_i2d_bio_of(OCSP_REQUEST,i2d_OCSP_REQUEST,bp,o) argument
|
| /third_party/openssl/crypto/asn1/ |
| D | f_int.c | 16 int i2a_ASN1_INTEGER(BIO *bp, const ASN1_INTEGER *a) in i2a_ASN1_INTEGER() 54 int a2i_ASN1_INTEGER(BIO *bp, ASN1_INTEGER *bs, char *buf, int size) in a2i_ASN1_INTEGER() 144 int i2a_ASN1_ENUMERATED(BIO *bp, const ASN1_ENUMERATED *a) in i2a_ASN1_ENUMERATED() 149 int a2i_ASN1_ENUMERATED(BIO *bp, ASN1_ENUMERATED *bs, char *buf, int size) in a2i_ASN1_ENUMERATED()
|
| 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()
|
| 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()
|
| /third_party/openssl/crypto/pem/ |
| D | pem_pkey.c | 33 static EVP_PKEY *pem_read_bio_key_decoder(BIO *bp, EVP_PKEY **x, in pem_read_bio_key_decoder() 95 static EVP_PKEY *pem_read_bio_key_legacy(BIO *bp, EVP_PKEY **x, in pem_read_bio_key_legacy() 206 static EVP_PKEY *pem_read_bio_key(BIO *bp, EVP_PKEY **x, in pem_read_bio_key() 254 EVP_PKEY *PEM_read_bio_PUBKEY_ex(BIO *bp, EVP_PKEY **x, in PEM_read_bio_PUBKEY_ex() 262 EVP_PKEY *PEM_read_bio_PUBKEY(BIO *bp, EVP_PKEY **x, pem_password_cb *cb, in PEM_read_bio_PUBKEY() 292 EVP_PKEY *PEM_read_bio_PrivateKey_ex(BIO *bp, EVP_PKEY **x, in PEM_read_bio_PrivateKey_ex() 300 EVP_PKEY *PEM_read_bio_PrivateKey(BIO *bp, EVP_PKEY **x, pem_password_cb *cb, in PEM_read_bio_PrivateKey() 330 int PEM_write_bio_PrivateKey_traditional(BIO *bp, const EVP_PKEY *x, in PEM_write_bio_PrivateKey_traditional() 356 EVP_PKEY *PEM_read_bio_Parameters_ex(BIO *bp, EVP_PKEY **x, in PEM_read_bio_Parameters_ex() 363 EVP_PKEY *PEM_read_bio_Parameters(BIO *bp, EVP_PKEY **x) in PEM_read_bio_Parameters()
|
| 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
|
| /third_party/openssl/include/openssl/ |
| 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
|
| D | dh.h | 177 # define d2i_DHparams_bio(bp, x) \ argument 179 # define i2d_DHparams_bio(bp, x) \ argument 189 # define d2i_DHxparams_bio(bp, x) \ argument 191 # define i2d_DHxparams_bio(bp, x) \ argument
|
| /third_party/openssl/crypto/lhash/ |
| D | lh_stats.c | 26 BIO *bp; in OPENSSL_LH_stats() local 38 BIO *bp; in OPENSSL_LH_node_stats() local 50 BIO *bp; in OPENSSL_LH_node_usage_stats() local
|
| /third_party/openssl/crypto/ts/ |
| 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()
|
| /third_party/openssl/crypto/ocsp/ |
| 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()
|
| D | ocsp_prn.c | 17 static int ocsp_certid_print(BIO *bp, OCSP_CERTID *a, int indent) in ocsp_certid_print() 87 int OCSP_REQUEST_print(BIO *bp, OCSP_REQUEST *o, unsigned long flags) in OCSP_REQUEST_print() 132 int OCSP_RESPONSE_print(BIO *bp, OCSP_RESPONSE *o, unsigned long flags) in OCSP_RESPONSE_print()
|
| /third_party/ffmpeg/libavformat/ |
| D | uncodedframecrcenc.c | 48 static void video_frame_cksum(AVBPrint *bp, AVFrame *frame) in video_frame_cksum() 77 static void audio_frame_cksum(AVBPrint *bp, AVFrame *frame) in audio_frame_cksum() 130 AVBPrint bp; in write_frame() local
|
| D | ffmetadec.c | 36 static int64_t read_line_to_bprint_escaped(AVIOContext *s, AVBPrint *bp) in read_line_to_bprint_escaped() 69 static void get_bprint_line(AVIOContext *s, AVBPrint *bp) in get_bprint_line() 177 AVBPrint bp; in read_header() local
|
| /third_party/openssl/ssl/ |
| D | ssl_txt.c | 32 int SSL_SESSION_print(BIO *bp, const SSL_SESSION *x) in SSL_SESSION_print() 167 int SSL_SESSION_print_keylog(BIO *bp, const SSL_SESSION *x) in SSL_SESSION_print_keylog()
|
| /third_party/ffmpeg/libavcodec/ |
| D | tiff_common.c | 85 AVBPrint bp; in ff_tadd_rational_metadata() local 119 AVBPrint bp; in ff_tadd_long_metadata() local 150 AVBPrint bp; in ff_tadd_doubles_metadata() local 181 AVBPrint bp; in ff_tadd_shorts_metadata() local 213 AVBPrint bp; in ff_tadd_bytes_metadata() local
|
| /third_party/openssl/crypto/dsa/ |
| 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()
|
| /third_party/skia/third_party/externals/freetype/src/base/ |
| D | fthash.c | 109 FT_Hashnode* bp = hash->table; in hash_bucket() local 135 FT_Hashnode* bp; in hash_rehash() local 217 FT_Hashnode* bp = hash->table; in ft_hash_str_free() local 239 FT_Hashnode* bp = hash_bucket( key, hash ); in hash_insert() local
|
| /third_party/freetype/src/base/ |
| D | fthash.c | 109 FT_Hashnode* bp = hash->table; in hash_bucket() local 135 FT_Hashnode* bp; in hash_rehash() local 217 FT_Hashnode* bp = hash->table; in ft_hash_str_free() local 239 FT_Hashnode* bp = hash_bucket( key, hash ); in hash_insert() local
|
| /third_party/flutter/skia/third_party/externals/freetype/src/base/ |
| D | fthash.c | 110 FT_Hashnode* bp = hash->table; in hash_bucket() local 136 FT_Hashnode* bp; in hash_rehash() local 218 FT_Hashnode* bp = hash->table; in ft_hash_str_free() local 240 FT_Hashnode* bp = hash_bucket( key, hash ); in hash_insert() local
|