Searched defs:bio (Results 76 - 100 of 121) sorted by relevance

12345

/freebsd-current/crypto/openssl/crypto/asn1/
H A Dasn_mime.c76 BIO *bio, *tbio; local
138 b64_read_asn1(BIO *bio, const ASN1_ITEM *it, ASN1_VALUE **x, OSSL_LIB_CTX *libctx, const char *propq) argument
238 SMIME_write_ASN1_ex(BIO *bio, ASN1_VALUE *val, BIO *data, int flags, int ctype_nid, int econt_nid, STACK_OF(X509_ALGOR) *mdalgs, const ASN1_ITEM *it, OSSL_LIB_CTX *libctx, const char *propq) argument
330 SMIME_write_ASN1(BIO *bio, ASN1_VALUE *val, BIO *data, int flags, int ctype_nid, int econt_nid, STACK_OF(X509_ALGOR) *mdalgs, const ASN1_ITEM *it) argument
397 SMIME_read_ASN1_ex(BIO *bio, int flags, BIO **bcont, const ASN1_ITEM *it, ASN1_VALUE **x, OSSL_LIB_CTX *libctx, const char *propq) argument
506 SMIME_read_ASN1(BIO *bio, BIO **bcont, const ASN1_ITEM *it) argument
608 multi_split(BIO *bio, int flags, const char *bound, STACK_OF(BIO) **ret) argument
[all...]
/freebsd-current/crypto/openssl/crypto/encode_decode/
H A Ddecoder_lib.c29 BIO *bio; member in struct:decoder_process_data_st
682 BIO *bio = data->bio; local
[all...]
/freebsd-current/crypto/openssl/ssl/
H A Dtls13_enc.c442 BIO *bio; local
/freebsd-current/crypto/openssl/apps/
H A Denc.c41 BIO *bio; member in struct:doall_enc_ciphers
H A Ddgst.c34 BIO *bio; member in struct:doall_dgst_digests
H A Dx509.c1160 static int purpose_print(BIO *bio, X509 *cert, X509_PURPOSE *pt) argument
1206 static int print_x509v3_exts(BIO *bio, X509 *x, const char *ext_names) argument
[all...]
/freebsd-current/crypto/openssl/test/
H A Dcmp_ctx_test.c309 static BIO *test_http_cb(BIO *bio, void *arg, int use_ssl, int detail) argument
H A Devp_libctx_test.c231 BIO *bio = NULL; local
/freebsd-current/crypto/openssl/ssl/record/
H A Drec_layer_s3.c1720 BIO *bio; local
/freebsd-current/contrib/ntp/sntp/libevent/
H A Dbufferevent_openssl.c1236 BIO *bio = SSL_get_wbio(bev_ssl->ssl); local
1306 BIO *bio; local
1310 BIO *bio; local
1420 BIO *bio; local
1448 BIO *bio = SSL_get_wbio(ssl); local
[all...]
/freebsd-current/contrib/ntp/sntp/libevent/test/
H A Dregress_ssl.c105 BIO *bio; local
780 BIO *bio; local
[all...]
/freebsd-current/crypto/openssl/crypto/cmp/
H A Dcmp_msg.c1101 BIO *bio = NULL; local
1125 BIO *bio; local
1163 OSSL_CMP_MSG *d2i_OSSL_CMP_MSG_bio(BIO *bio, OSSL_CMP_MS argument
1177 i2d_OSSL_CMP_MSG_bio(BIO *bio, const OSSL_CMP_MSG *msg) argument
[all...]
/freebsd-current/crypto/openssl/crypto/x509/
H A Dx_all.c92 static ASN1_VALUE *simple_get_asn1(const char *url, BIO *bio, BIO *rbio, argument
106 X509 *X509_load_http(const char *url, BIO *bio, BIO *rbio, int timeout) argument
160 X509_CRL *X509_CRL_load_http(const char *url, BIO *bio, BIO *rbio, int timeout) argument
/freebsd-current/crypto/openssl/crypto/bio/
H A Dbss_dgram.c116 BIO *bio; member in struct:bio_dgram_sctp_save_message_st
801 BIO *bio; local
930 BIO_dgram_is_sctp(BIO *bio) argument
[all...]
H A Dbio_lib.c83 BIO *bio = OPENSSL_zalloc(sizeof(*bio)); local
502 BIO_get_line(BIO *bio, char *buf, int size) argument
622 BIO_ctrl_pending(BIO *bio) argument
635 BIO_ctrl_wpending(BIO *bio) argument
649 BIO_push(BIO *b, BIO *bio) argument
687 BIO_get_retry_BIO(BIO *bio, int *reason) argument
705 BIO_get_retry_reason(BIO *bio) argument
710 BIO_set_retry_reason(BIO *bio, int reason) argument
715 BIO_find_type(BIO *bio, int type) argument
752 BIO_free_all(BIO *bio) argument
770 BIO *ret = NULL, *eoc = NULL, *bio, *new_bio; local
820 BIO_set_ex_data(BIO *bio, int idx, void *data) argument
825 BIO_get_ex_data(const BIO *bio, int idx) argument
830 BIO_number_read(BIO *bio) argument
837 BIO_number_written(BIO *bio) argument
844 bio_free_ex_data(BIO *bio) argument
861 bio_wait(BIO *bio, time_t max_time, unsigned int nap_milliseconds) argument
901 BIO_wait(BIO *bio, time_t max_time, unsigned int nap_milliseconds) argument
919 BIO_do_connect_retry(BIO *bio, int timeout, int nap_milliseconds) argument
[all...]
/freebsd-current/sys/dev/pci/
H A Dpci_user.c1021 struct pci_bar_io *bio; local
[all...]
/freebsd-current/contrib/libevent/test/
H A Dregress_ssl.c105 BIO *bio; local
780 BIO *bio; local
[all...]
/freebsd-current/contrib/libevent/
H A Dbufferevent_openssl.c1236 BIO *bio = SSL_get_wbio(bev_ssl->ssl); local
1306 BIO *bio; local
1310 BIO *bio; local
1420 BIO *bio; local
1448 BIO *bio = SSL_get_wbio(ssl); local
[all...]
/freebsd-current/crypto/openssl/crypto/http/
H A Dhttp_client.c927 OSSL_HTTP_open(const char *server, const char *port, const char *proxy, const char *no_proxy, int use_ssl, BIO *bio, BIO *rbio, OSSL_HTTP_bio_cb_t bio_update_fn, void *arg, int buf_size, int overall_timeout) argument
1123 OSSL_HTTP_get(const char *url, const char *proxy, const char *no_proxy, BIO *bio, BIO *rbio, OSSL_HTTP_bio_cb_t bio_update_fn, void *arg, int buf_size, const STACK_OF(CONF_VALUE) *headers, const char *expected_ct, int expect_asn1, size_t max_resp_len, int timeout) argument
1212 OSSL_HTTP_transfer(OSSL_HTTP_REQ_CTX **prctx, const char *server, const char *port, const char *path, int use_ssl, const char *proxy, const char *no_proxy, BIO *bio, BIO *rbio, OSSL_HTTP_bio_cb_t bio_update_fn, void *arg, int buf_size, const STACK_OF(CONF_VALUE) *headers, const char *content_type, BIO *req, const char *expected_ct, int expect_asn1, size_t max_resp_len, int timeout, int keep_alive) argument
1296 OSSL_HTTP_proxy_connect(BIO *bio, const char *server, const char *port, const char *proxyuser, const char *proxypass, int timeout, BIO *bio_err, const char *prog) argument
[all...]
/freebsd-current/sys/contrib/openzfs/module/os/linux/zfs/
H A Dabd_os.c1180 bio_map(struct bio *bio, void *buf_ptr, unsigned int bio_size) argument
1222 abd_gang_bio_map_off(struct bio *bio, abd_t *abd, argument
1248 abd_bio_map_off(struct bio *bio, abd_t *abd, argument
[all...]
H A Dzvol_os.c135 struct bio *bio; member in struct:zv_request_stack
241 struct bio *bi local
346 struct bio *bio = zvr->bio; local
435 struct bio *bio = zvr->bio; local
520 zvol_request_impl(zvol_state_t *zv, struct bio *bio, struct request *rq, boolean_t force_sync) argument
675 zvol_submit_bio(struct bio *bio) argument
[all...]
H A Dvdev_disk.c481 vdev_submit_bio_impl(struct bio *bio) argument
554 vdev_bio_associate_blkg(struct bio *bio) argument
572 vdev_bio_set_dev(struct bio *bio, struct block_device *bdev) argument
598 bio_set_dev(struct bio *bio, struct block_device *bdev) argument
606 vdev_submit_bio(struct bio *bio) argument
618 struct bio *bio; local
713 struct bio *bio = vbio->vbio_bio; local
1245 struct bio *bio; local
1340 struct bio *bio; local
[all...]
/freebsd-current/crypto/openssl/apps/lib/
H A Ds_cb.c204 static void ssl_print_client_cert_types(BIO *bio, SSL *s) argument
429 long bio_dump_callback(BIO *bio, int cmd, const char *argp, size_t len, argument
569 BIO *bio = arg; local
744 BIO *bio = arg; local
1165 print_verify_detail(SSL *s, BIO *bio) argument
1552 print_ca_names(BIO *bio, SSL *s) argument
[all...]
/freebsd-current/sys/dev/mfi/
H A Dmfi.c2031 struct bio *bio; local
2120 mfi_build_syspdio(struct mfi_softc *sc, struct bio *bio) argument
2183 mfi_build_ldio(struct mfi_softc *sc, struct bio *bio) argument
2243 struct bio *bio; local
[all...]
/freebsd-current/contrib/sendmail/src/
H A Dtls.c1400 BIO *bio; local

Completed in 198 milliseconds

12345