| /src/crypto/external/bsd/openssl/dist/crypto/bio/ |
| bio_meth.c | 36 BIO_METHOD *BIO_meth_new(int type, const char *name) 38 BIO_METHOD *biom = OPENSSL_zalloc(sizeof(BIO_METHOD)); 50 void BIO_meth_free(BIO_METHOD *biom) 58 int (*BIO_meth_get_write(const BIO_METHOD *biom)) (BIO *, const char *, int) 63 int (*BIO_meth_get_write_ex(const BIO_METHOD *biom)) (BIO *, const char *, size_t, 89 int BIO_meth_set_write(BIO_METHOD *biom, 97 int BIO_meth_set_write_ex(BIO_METHOD *biom, 105 int (*BIO_meth_get_read(const BIO_METHOD *biom)) (BIO *, char *, int) 110 int (*BIO_meth_get_read_ex(const BIO_METHOD *biom)) (BIO *, char *, size_t, size_t * [all...] |
| bss_null.c | 20 static const BIO_METHOD null_method = { 35 const BIO_METHOD *BIO_s_null(void)
|
| /src/crypto/external/bsd/openssl.old/dist/crypto/bio/ |
| bio_meth.c | 36 BIO_METHOD *BIO_meth_new(int type, const char *name) 38 BIO_METHOD *biom = OPENSSL_zalloc(sizeof(BIO_METHOD)); 50 void BIO_meth_free(BIO_METHOD *biom) 58 int (*BIO_meth_get_write(const BIO_METHOD *biom)) (BIO *, const char *, int) 63 int (*BIO_meth_get_write_ex(const BIO_METHOD *biom)) (BIO *, const char *, size_t, 89 int BIO_meth_set_write(BIO_METHOD *biom, 97 int BIO_meth_set_write_ex(BIO_METHOD *biom, 105 int (*BIO_meth_get_read(const BIO_METHOD *biom)) (BIO *, char *, int) 110 int (*BIO_meth_get_read_ex(const BIO_METHOD *biom)) (BIO *, char *, size_t, size_t * [all...] |
| bss_null.c | 20 static const BIO_METHOD null_method = { 37 const BIO_METHOD *BIO_s_null(void)
|
| /src/crypto/external/apache2/openssl/dist/crypto/bio/ |
| bio_meth.c | 37 BIO_METHOD *BIO_meth_new(int type, const char *name) 39 BIO_METHOD *biom = OPENSSL_zalloc(sizeof(BIO_METHOD)); 50 void BIO_meth_free(BIO_METHOD *biom) 59 int (*BIO_meth_get_write(const BIO_METHOD *biom))(BIO *, const char *, int) 64 int (*BIO_meth_get_write_ex(const BIO_METHOD *biom))(BIO *, const char *, size_t, 91 int BIO_meth_set_write(BIO_METHOD *biom, 99 int BIO_meth_set_write_ex(BIO_METHOD *biom, 108 int (*BIO_meth_get_read(const BIO_METHOD *biom))(BIO *, char *, int) 113 int (*BIO_meth_get_read_ex(const BIO_METHOD *biom))(BIO *, char *, size_t, size_t * [all...] |
| bss_null.c | 20 static const BIO_METHOD null_method = { 35 const BIO_METHOD *BIO_s_null(void)
|
| /src/crypto/external/bsd/openssl/dist/providers/common/include/prov/ |
| provider_ctx.h | 21 BIO_METHOD *corebiometh; 35 void ossl_prov_ctx_set0_core_bio_method(PROV_CTX *ctx, BIO_METHOD *corebiometh); 38 BIO_METHOD *ossl_prov_ctx_get0_core_bio_method(PROV_CTX *ctx);
|
| bio.h | 31 BIO_METHOD *ossl_bio_prov_init_bio_method(void);
|
| /src/crypto/external/bsd/openssl.old/dist/test/ |
| ssltestlib.h | 27 const BIO_METHOD *bio_f_tls_dump_filter(void); 30 const BIO_METHOD *bio_s_mempacket_test(void); 33 const BIO_METHOD *bio_s_always_retry(void);
|
| /src/crypto/external/apache2/openssl/dist/include/openssl/ |
| comp.h.in | 61 const BIO_METHOD *BIO_f_zlib(void); 62 const BIO_METHOD *BIO_f_brotli(void); 63 const BIO_METHOD *BIO_f_zstd(void);
|
| bio.h.in | 331 typedef struct bio_method_st BIO_METHOD; 702 const BIO_METHOD *BIO_s_file(void); 708 BIO *BIO_new_ex(OSSL_LIB_CTX *libctx, const BIO_METHOD *method); 709 BIO *BIO_new(const BIO_METHOD *type); 755 const BIO_METHOD *BIO_s_mem(void); 757 const BIO_METHOD *BIO_s_dgram_mem(void); 759 const BIO_METHOD *BIO_s_secmem(void); 762 const BIO_METHOD *BIO_s_socket(void); 763 const BIO_METHOD *BIO_s_connect(void); 764 const BIO_METHOD *BIO_s_accept(void) [all...] |
| /src/crypto/external/bsd/openssl/dist/providers/common/ |
| provider_ctx.c | 36 void ossl_prov_ctx_set0_core_bio_method(PROV_CTX *ctx, BIO_METHOD *corebiometh) 56 BIO_METHOD *ossl_prov_ctx_get0_core_bio_method(PROV_CTX *ctx)
|
| /src/crypto/external/apache2/openssl/dist/test/helpers/ |
| ssltestlib.h | 43 const BIO_METHOD *bio_f_tls_dump_filter(void); 46 const BIO_METHOD *bio_s_mempacket_test(void); 49 const BIO_METHOD *bio_s_always_retry(void); 59 const BIO_METHOD *bio_s_maybe_retry(void);
|
| quictestlib.h | 64 BIO_METHOD *qtest_get_bio_method(void); 279 const BIO_METHOD *bio_f_noisy_dgram_filter(void); 288 const BIO_METHOD *bio_f_pkt_split_dgram_filter(void);
|
| /src/crypto/external/apache2/openssl/dist/providers/common/include/prov/ |
| provider_ctx.h | 22 BIO_METHOD *corebiometh; 37 void ossl_prov_ctx_set0_core_bio_method(PROV_CTX *ctx, BIO_METHOD *corebiometh); 42 BIO_METHOD *ossl_prov_ctx_get0_core_bio_method(PROV_CTX *ctx);
|
| bio.h | 31 BIO_METHOD *ossl_bio_prov_init_bio_method(void);
|
| /src/crypto/external/bsd/openssl/dist/test/helpers/ |
| ssltestlib.h | 30 const BIO_METHOD *bio_f_tls_dump_filter(void); 33 const BIO_METHOD *bio_s_mempacket_test(void); 36 const BIO_METHOD *bio_s_always_retry(void);
|
| /src/external/bsd/libevent/dist/ |
| openssl-compat.h | 11 static inline BIO_METHOD *BIO_meth_new(int type, const char *name) 13 BIO_METHOD *biom = calloc(1, sizeof(BIO_METHOD));
|
| /src/external/bsd/ntp/dist/sntp/libevent/ |
| openssl-compat.h | 12 static inline BIO_METHOD *BIO_meth_new(int type, const char *name) 14 BIO_METHOD *biom = calloc(1, sizeof(BIO_METHOD));
|
| /src/crypto/external/bsd/openssl.old/dist/include/openssl/ |
| bio.h | 250 typedef struct bio_method_st BIO_METHOD; 544 const BIO_METHOD *BIO_s_file(void); 549 BIO *BIO_new(const BIO_METHOD *type); 589 const BIO_METHOD *BIO_s_mem(void); 590 const BIO_METHOD *BIO_s_secmem(void); 593 const BIO_METHOD *BIO_s_socket(void); 594 const BIO_METHOD *BIO_s_connect(void); 595 const BIO_METHOD *BIO_s_accept(void); 597 const BIO_METHOD *BIO_s_fd(void); 598 const BIO_METHOD *BIO_s_log(void) [all...] |
| comp.h | 44 const BIO_METHOD *BIO_f_zlib(void);
|
| /src/crypto/external/bsd/openssl/dist/include/openssl/ |
| bio.h.in | 297 typedef struct bio_method_st BIO_METHOD; 601 const BIO_METHOD *BIO_s_file(void); 607 BIO *BIO_new_ex(OSSL_LIB_CTX *libctx, const BIO_METHOD *method); 608 BIO *BIO_new(const BIO_METHOD *type); 646 const BIO_METHOD *BIO_s_mem(void); 647 const BIO_METHOD *BIO_s_secmem(void); 650 const BIO_METHOD *BIO_s_socket(void); 651 const BIO_METHOD *BIO_s_connect(void); 652 const BIO_METHOD *BIO_s_accept(void); 654 const BIO_METHOD *BIO_s_fd(void) [all...] |
| comp.h | 50 const BIO_METHOD *BIO_f_zlib(void);
|
| /src/crypto/external/apache2/openssl/dist/providers/common/ |
| provider_ctx.c | 37 void ossl_prov_ctx_set0_core_bio_method(PROV_CTX *ctx, BIO_METHOD *corebiometh) 64 BIO_METHOD *ossl_prov_ctx_get0_core_bio_method(PROV_CTX *ctx)
|
| /src/crypto/external/bsd/openssl.old/dist/test/testutil/ |
| tu_local.h | 17 const BIO_METHOD *BIO_f_tap(void);
|