Home
last modified time | relevance | path

Searched defs:bio (Results 76 – 100 of 116) sorted by relevance

12345

/openssl/crypto/bio/
H A Dbio_print.c878 int BIO_printf(BIO *bio, const char *format, ...) in BIO_printf()
891 int BIO_vprintf(BIO *bio, const char *format, va_list args) in BIO_vprintf()
H A Dbss_dgram.c223 BIO *bio; member
1766 BIO *bio; in BIO_new_dgram_sctp() local
1895 int BIO_dgram_is_sctp(BIO *bio) in BIO_dgram_is_sctp()
/openssl/test/
H A Dkeymgmt_internal_test.c301 BIO *bio = NULL; in test_evp_pkey_export_to_provider() local
H A Ddtlstest.c483 BIO *bio; in test_swap_records() local
H A Dbio_base64_test.c193 BIO *bio, *b64; in test_bio_base64_run() local
H A Dpkcs12_format_test.c893 BIO *bio = NULL; in pkcs12_recreate_test() local
H A Dhttp_test.c106 static long http_bio_cb_ex(BIO *bio, int oper, const char *argp, size_t len, in http_bio_cb_ex()
H A Devp_libctx_test.c263 BIO *bio = NULL; in dhx_cert_load() local
/openssl/crypto/encode_decode/
H A Ddecoder_lib.c30 BIO *bio; member
718 BIO *bio = data->bio; in decoder_process() local
H A Dencoder_lib.c25 BIO *bio; member
/openssl/apps/
H A Dcmp.c703 #define CMP_print(bio, level, prefix, msg, a1, a2, a3) \ argument
2303 static int write_cert(BIO *bio, X509 *cert) in write_cert()
2315 static int write_crl(BIO *bio, X509_CRL *crl) in write_crl()
2338 BIO *bio = NULL; in save_free_certs() local
2377 BIO *bio = NULL; in save_crl() local
2445 BIO *bio = BIO_new_file(file, "wb"); in save_template() local
2466 BIO *bio = BIO_new_file(file, "wb"); in save_keyspec() local
H A Dstoreutl.c336 static int indent_printf(int indent, BIO *bio, const char *format, ...) in indent_printf()
H A Ddgst.c34 BIO *bio; member
H A Dx509.c1201 static int purpose_print(BIO *bio, X509 *cert, X509_PURPOSE *pt) in purpose_print()
1247 static int print_x509v3_exts(BIO *bio, X509 *x, const char *ext_names) in print_x509v3_exts()
H A Denc.c41 BIO *bio; member
/openssl/ssl/
H A Dbio_ssl.c229 BIO *dbio, *bio; in ssl_ctrl() local
H A Dd1_lib.c271 static void dtls1_bio_set_next_timeout(BIO *bio, const DTLS1_STATE *d1) in dtls1_bio_set_next_timeout()
/openssl/providers/fips/
H A Dself_test.c242 static int verify_integrity(OSSL_CORE_BIO *bio, OSSL_FUNC_BIO_read_ex_fn read_ex_cb, in verify_integrity()
/openssl/crypto/x509/
H A Dx_all.c115 static ASN1_VALUE *simple_get_asn1(const char *url, BIO *bio, BIO *rbio, in simple_get_asn1()
133 X509 *X509_load_http(const char *url, BIO *bio, BIO *rbio, int timeout) in X509_load_http()
187 X509_CRL *X509_CRL_load_http(const char *url, BIO *bio, BIO *rbio, int timeout) in X509_CRL_load_http()
/openssl/crypto/
H A Dtrace.c178 BIO *bio; member
/openssl/crypto/cmp/
H A Dcmp_vfy.c30 BIO *bio; in verify_signature() local
/openssl/ssl/quic/
H A Dquic_record_tx.c62 BIO *bio; member
1013 void ossl_qtx_set_bio(OSSL_QTX *qtx, BIO *bio) in ossl_qtx_set_bio()
/openssl/crypto/conf/
H A Dconf_def.c856 BIO *bio; in get_next_file() local
/openssl/test/helpers/
H A Dpkcs12.c209 static PKCS12 *from_bio_p12(BIO *bio, const PKCS12_ENC *mac) in from_bio_p12()
/openssl/ssl/record/methods/
H A Dtls_common.c396 BIO *bio = rl->prev != NULL ? rl->prev : rl->bio; in tls_default_read_n() local
1991 int tls_set1_bio(OSSL_RECORD_LAYER *rl, BIO *bio) in tls_set1_bio()

Completed in 103 milliseconds

12345