Home
last modified time | relevance | path

Searched defs:bp (Results 1 – 25 of 447) sorted by relevance

12345678910>>...18

/third_party/openssl/crypto/x509/
Dx_all.c185 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 …]
/third_party/node/deps/openssl/openssl/crypto/x509/
Dx_all.c185 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 …]
/third_party/openssl/crypto/bio/
Dbss_log.c232 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()
/third_party/node/deps/openssl/openssl/crypto/bio/
Dbss_log.c232 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()
/third_party/openssl/ohos_lite/include/openssl/
Docsp.h118 # 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/node/deps/openssl/openssl/crypto/asn1/
Df_int.c16 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()
Dasn1_parse.c22 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()
/third_party/openssl/crypto/asn1/
Df_int.c16 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()
/third_party/openssl/crypto/pem/
Dpem_pkey.c33 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()
369 EVP_PKEY *PEM_read_bio_Parameters_ex(BIO *bp, EVP_PKEY **x, in PEM_read_bio_Parameters_ex()
376 EVP_PKEY *PEM_read_bio_Parameters(BIO *bp, EVP_PKEY **x) in PEM_read_bio_Parameters()
Dpem_pk8.c41 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/node/deps/openssl/openssl/crypto/pem/
Dpem_pkey.c33 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()
Dpem_pk8.c41 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/node/deps/openssl/openssl/include/openssl/
Docsp.h.in140 # 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
/third_party/openssl/include/openssl/
Docsp.h.in140 # 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
/third_party/openssl/crypto/lhash/
Dlh_stats.c26 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/node/deps/openssl/openssl/crypto/lhash/
Dlh_stats.c26 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/node/deps/openssl/openssl/crypto/ts/
Dts_asn1.c28 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/ts/
Dts_asn1.c28 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/ffmpeg/libavcodec/
Dtiff_common.c83 static int bprint_to_avdict(AVBPrint *bp, const char *name, in bprint_to_avdict()
102 AVBPrint bp; in ff_tadd_rational_metadata() local
126 AVBPrint bp; in ff_tadd_long_metadata() local
147 AVBPrint bp; in ff_tadd_doubles_metadata() local
168 AVBPrint bp; in ff_tadd_shorts_metadata() local
190 AVBPrint bp; in ff_tadd_bytes_metadata() local
/third_party/openssl/crypto/ocsp/
Dv3_ocsp.c110 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()
/third_party/node/deps/openssl/openssl/crypto/ocsp/
Dv3_ocsp.c110 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()
/third_party/ffmpeg/libavformat/
Duncodedframecrcenc.c49 static void video_frame_cksum(AVBPrint *bp, AVFrame *frame) in video_frame_cksum()
78 static void audio_frame_cksum(AVBPrint *bp, AVFrame *frame) in audio_frame_cksum()
131 AVBPrint bp; in write_frame() local
/third_party/node/deps/openssl/openssl/ssl/
Dssl_txt.c32 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/openssl/ssl/
Dssl_txt.c32 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/typescript/tests/baselines/reference/
DcontextuallyTypedSymbolNamedProperties.js17 [B]: bp => { bp.description }, argument
30 [B]: bp => { bp.description; }, argument

12345678910>>...18