Home
last modified time | relevance | path

Searched defs:bio (Results 51 - 75 of 179) sorted by relevance

12345678

/third_party/python/Modules/_ssl/
H A Dcert.c77 BIO *bio; in _ssl_Certificate_public_bytes_impl() local
[all...]
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/
H A Dmod.rs39 mod bio; modules
/third_party/rust/crates/rust-openssl/openssl-sys/src/
H A Dlib.rs75 mod bio; modules
/foundation/communication/netstack/test/unittest/tlssocket/client/
H A DTlsKeyTest.cpp195 BIO *bio = BIO_new_mem_buf(privateKeyData, -1); in HWTEST_F() local
[all...]
/foundation/communication/netstack/test/unittest/tls_test/client/
H A DTlsKeyTest.cpp195 BIO *bio = BIO_new_mem_buf(privateKeyData, -1); in HWTEST_F() local
[all...]
/foundation/communication/netstack/frameworks/native/tls_socket/src/
H A Dtls_certificate.cpp103 BIO *bio = BIO_new_mem_buf(data.c_str(), -1); in CertificateFromData() local
128 BIO *bio = BIO_new_file((data.c_str()), BIO_FILE_FLAG); in CertificateFromPem() local
238 BIO *bio in CaCertToString() local
257 BIO *bio = BIO_new(BIO_s_mem()); LocalCertToString() local
[all...]
/third_party/ffmpeg/libavformat/
H A Dtls_openssl.c255 BIO *bio; in tls_open() local
[all...]
/third_party/fsverity-utils/lib/
H A Dsign_digest.c55 BIO *bio; in read_private_key() local
84 BIO *bio; in read_certificate() local
237 BIO *bio; new_mem_buf() local
279 BIO *bio = NULL; sign_pkcs7() local
[all...]
/third_party/libwebsockets/lib/tls/openssl/
H A Dopenssl-x509.c421 BIO* bio = BIO_new(BIO_s_mem()); in lws_x509_parse_from_pem() local
/third_party/ltp/testcases/kernel/device-drivers/tbio/tbio_kernel/
H A Dltp_tbio.c77 static int send_request(struct request_queue *q, struct bio *bio, in send_request() argument
122 struct bio *bio = NULL; in tbio_io() local
288 struct bio *bio = NULL; test_bio_split() local
[all...]
/third_party/node/src/crypto/
H A Dcrypto_bio.cc44 BIOPointer bio = New(env); in NewFixed() local
57 New(BIO* bio) New() argument
65 Free(BIO* bio) Free() argument
80 Read(BIO* bio, char* out, int len) Read() argument
130 Write(BIO* bio, const char* data, int len) Write() argument
139 Puts(BIO* bio, const char* str) Puts() argument
144 Gets(BIO* bio, char* out, int size) Gets() argument
169 Ctrl(BIO* bio, int cmd, long num, void* ptr) Ctrl() argument
493 FromBIO(BIO* bio) FromBIO() argument
[all...]
/third_party/node/deps/openssl/openssl/apps/
H A Dopenssl.c100 BIO *bio; member
171 BIO *bio = NULL; in setup_trace_category() local
[all...]
/third_party/node/deps/openssl/openssl/crypto/bio/
H A Dbss_bio.c76 static int bio_new(BIO *bio) in bio_new() argument
90 static int bio_free(BIO *bio) in bio_free() argument
109 bio_read(BIO *bio, char *buf, int size_) bio_read() argument
200 bio_nread0(BIO *bio, char **buf) bio_nread0() argument
237 bio_nread(BIO *bio, char **buf, size_t num_) bio_nread() argument
268 bio_write(BIO *bio, const char *buf, int num_) bio_write() argument
345 bio_nwrite0(BIO *bio, char **buf) bio_nwrite0() argument
393 bio_nwrite(BIO *bio, char **buf, size_t num_) bio_nwrite() argument
416 bio_ctrl(BIO *bio, int cmd, long num, void *ptr) bio_ctrl() argument
601 bio_puts(BIO *bio, const char *str) bio_puts() argument
654 bio_destroy_pair(BIO *bio) bio_destroy_pair() argument
726 BIO_ctrl_get_write_guarantee(BIO *bio) BIO_ctrl_get_write_guarantee() argument
731 BIO_ctrl_get_read_request(BIO *bio) BIO_ctrl_get_read_request() argument
736 BIO_ctrl_reset_read_request(BIO *bio) BIO_ctrl_reset_read_request() argument
746 BIO_nread0(BIO *bio, char **buf) BIO_nread0() argument
762 BIO_nread(BIO *bio, char **buf, int num) BIO_nread() argument
777 BIO_nwrite0(BIO *bio, char **buf) BIO_nwrite0() argument
793 BIO_nwrite(BIO *bio, char **buf, int num) BIO_nwrite() argument
[all...]
H A Dbss_conn.c291 static void conn_close_socket(BIO *bio) in conn_close_socket() argument
H A Dbss_acpt.c119 static void acpt_close_socket(BIO *bio) in acpt_close_socket() argument
152 BIO *bio = NULL, *dbio; in acpt_state() local
[all...]
H A Dbss_core.c46 static int bio_core_read_ex(BIO *bio, char *data, size_t data_len, in bio_core_read_ex() argument
56 static int bio_core_write_ex(BIO *bio, const char *data, size_t data_len, in bio_core_write_ex() argument
66 static long bio_core_ctrl(BIO *bio, int cmd, long num, void *ptr) in bio_core_ctrl() argument
75 static int bio_core_gets(BIO *bio, cha argument
84 bio_core_puts(BIO *bio, const char *str) bio_core_puts() argument
93 bio_core_new(BIO *bio) bio_core_new() argument
100 bio_core_free(BIO *bio) bio_core_free() argument
[all...]
/third_party/node/deps/openssl/openssl/providers/common/
H A Dbio_prov.c90 int ossl_prov_bio_read_ex(OSSL_CORE_BIO *bio, void *data, size_t data_len, in ossl_prov_bio_read_ex() argument
98 int ossl_prov_bio_write_ex(OSSL_CORE_BIO *bio, const void *data, size_t data_len, in ossl_prov_bio_write_ex() argument
106 int ossl_prov_bio_gets(OSSL_CORE_BIO *bio, char *buf, int size) in ossl_prov_bio_gets() argument
113 int ossl_prov_bio_puts(OSSL_CORE_BIO *bio, const char *str) in ossl_prov_bio_puts() argument
120 int ossl_prov_bio_ctrl(OSSL_CORE_BIO *bio, in argument
127 ossl_prov_bio_up_ref(OSSL_CORE_BIO *bio) ossl_prov_bio_up_ref() argument
134 ossl_prov_bio_free(OSSL_CORE_BIO *bio) ossl_prov_bio_free() argument
141 ossl_prov_bio_vprintf(OSSL_CORE_BIO *bio, const char *format, va_list ap) ossl_prov_bio_vprintf() argument
148 ossl_prov_bio_printf(OSSL_CORE_BIO *bio, const char *format, ...) ossl_prov_bio_printf() argument
164 bio_core_read_ex(BIO *bio, char *data, size_t data_len, size_t *bytes_read) bio_core_read_ex() argument
170 bio_core_write_ex(BIO *bio, const char *data, size_t data_len, size_t *written) bio_core_write_ex() argument
176 bio_core_ctrl(BIO *bio, int cmd, long num, void *ptr) bio_core_ctrl() argument
181 bio_core_gets(BIO *bio, char *buf, int size) bio_core_gets() argument
186 bio_core_puts(BIO *bio, const char *str) bio_core_puts() argument
191 bio_core_new(BIO *bio) bio_core_new() argument
198 bio_core_free(BIO *bio) bio_core_free() argument
[all...]
/third_party/node/deps/openssl/openssl/ssl/
H A Dbio_ssl.c227 BIO *dbio, *bio; in ssl_ctrl() local
/third_party/node/deps/openssl/openssl/ssl/record/
H A Drec_layer_d1.c686 BIO *bio; in dtls1_read_bytes() local
722 BIO *bio; in dtls1_read_bytes() local
/third_party/node/deps/openssl/openssl/crypto/
H A Dtrace.c176 BIO *bio; member
/third_party/node/deps/openssl/openssl/crypto/x509/
H A Dt_x509.c398 int ossl_x509_print_ex_brief(BIO *bio, X509 *cert, unsigned long neg_cflags) in ossl_x509_print_ex_brief() argument
429 print_certs(BIO *bio, const STACK_OF(X509) *certs) print_certs() argument
451 print_store_certs(BIO *bio, X509_STORE *store) print_store_certs() argument
469 BIO *bio = BIO_new(BIO_s_mem()); /* may be NULL */ X509_STORE_CTX_print_verify_cb() local
[all...]
/third_party/node/deps/openssl/openssl/crypto/cmp/
H A Dcmp_util.c128 int OSSL_CMP_print_to_bio(BIO *bio, const char *component, const char *file, in OSSL_CMP_print_to_bio() argument
185 BIO *bio = BIO_new_fp(stderr, BIO_NOCLOSE); in OSSL_CMP_print_errors_cb() local
[all...]
/third_party/openssl/test/
H A Dkeymgmt_internal_test.c297 BIO *bio = NULL; in test_evp_pkey_export_to_provider() local
H A Dsslcorrupttest.c16 static void copy_flags(BIO *bio) in copy_flags() argument
26 static int tls_corrupt_read(BIO *bio, char *out, int outl) in tls_corrupt_read() argument
37 static int tls_corrupt_write(BIO *bio, const char *in, int inl) in tls_corrupt_write() argument
58 tls_corrupt_ctrl(BIO *bio, int cmd, long num, void *ptr) tls_corrupt_ctrl() argument
77 tls_corrupt_gets(BIO *bio, char *buf, int size) tls_corrupt_gets() argument
83 tls_corrupt_puts(BIO *bio, const char *str) tls_corrupt_puts() argument
89 tls_corrupt_new(BIO *bio) tls_corrupt_new() argument
96 tls_corrupt_free(BIO *bio) tls_corrupt_free() argument
[all...]
H A Dtls13ccstest.c58 static int watchccs_new(BIO *bio) in watchccs_new() argument
64 static int watchccs_free(BIO *bio) in watchccs_free() argument
70 static int watchccs_read(BIO *bio, char *out, int outl) in watchccs_read() argument
89 static int watchccs_write(BIO *bio, const char *in, int inl) in watchccs_write() argument
213 watchccs_ctrl(BIO *bio, int cmd, long num, void *ptr) watchccs_ctrl() argument
232 watchccs_gets(BIO *bio, char *buf, int size) watchccs_gets() argument
238 watchccs_puts(BIO *bio, const char *str) watchccs_puts() argument
[all...]

Completed in 15 milliseconds

12345678