Home
last modified time | relevance | path

Searched defs:BIO_METHOD (Results 1 – 25 of 64) sorted by relevance

123

/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/
Dbio.rs65 pub fn BIO_meth_new(type_: c_int, name: *const c_char) -> *mut BIO_METHOD; in BIO_meth_new()
67 pub fn BIO_meth_free(biom: *mut BIO_METHOD); in BIO_meth_free()
75 biom: *mut BIO_METHOD, in BIO_meth_set_write__fixed_rust()
81 biom: *mut BIO_METHOD, in BIO_meth_set_read__fixed_rust()
87 biom: *mut BIO_METHOD, in BIO_meth_set_puts__fixed_rust()
93 biom: *mut BIO_METHOD, in BIO_meth_set_ctrl__fixed_rust()
99 biom: *mut BIO_METHOD, in BIO_meth_set_create__fixed_rust()
105 biom: *mut BIO_METHOD, in BIO_meth_set_destroy__fixed_rust()
/third_party/rust/crates/rust-openssl/openssl-sys/src/
Dbio.rs39 biom: *mut BIO_METHOD, in BIO_meth_set_write()
45 biom: *mut BIO_METHOD, in BIO_meth_set_read()
51 biom: *mut BIO_METHOD, in BIO_meth_set_puts()
57 biom: *mut BIO_METHOD, in BIO_meth_set_ctrl()
63 biom: *mut BIO_METHOD, in BIO_meth_set_create()
69 biom: *mut BIO_METHOD, in BIO_meth_set_destroy()
/third_party/rust/crates/rust-openssl/openssl/src/ssl/
Dbio.rs203 impl BIO_METHOD { impl
234 impl BIO_METHOD { impl
/third_party/openssl/ohos_lite/include/openssl/
Dbio.h250 typedef struct bio_method_st BIO_METHOD; typedef
/third_party/openssl/include/openssl/
Dbio.h.in297 typedef struct bio_method_st BIO_METHOD; typedef
/third_party/node/deps/openssl/openssl/include/openssl/
Dbio.h.in297 typedef struct bio_method_st BIO_METHOD; typedef
/third_party/python/Lib/lib2to3/tests/data/
Dinfinite_recursion.py289 BIO_METHOD = bio_method_st variable
/third_party/node/deps/openssl/config/archs/linux-armv4/asm/include/openssl/
Dbio.h296 typedef struct bio_method_st BIO_METHOD; typedef
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/asm/include/openssl/
Dbio.h296 typedef struct bio_method_st BIO_METHOD; typedef
/third_party/node/deps/openssl/config/archs/linux64-s390x/asm_avx2/include/openssl/
Dbio.h296 typedef struct bio_method_st BIO_METHOD; typedef
/third_party/node/deps/openssl/config/archs/darwin-i386-cc/asm_avx2/include/openssl/
Dbio.h296 typedef struct bio_method_st BIO_METHOD; typedef
/third_party/node/deps/openssl/config/archs/linux32-s390x/asm_avx2/include/openssl/
Dbio.h296 typedef struct bio_method_st BIO_METHOD; typedef
/third_party/node/deps/openssl/config/archs/darwin-i386-cc/asm/include/openssl/
Dbio.h296 typedef struct bio_method_st BIO_METHOD; typedef
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm/include/openssl/
Dbio.h296 typedef struct bio_method_st BIO_METHOD; typedef
/third_party/node/deps/openssl/config/archs/linux64-s390x/no-asm/include/openssl/
Dbio.h296 typedef struct bio_method_st BIO_METHOD; typedef
/third_party/node/deps/openssl/config/archs/aix64-gcc-as/asm/include/openssl/
Dbio.h296 typedef struct bio_method_st BIO_METHOD; typedef
/third_party/node/deps/openssl/config/archs/solaris-x86-gcc/no-asm/include/openssl/
Dbio.h296 typedef struct bio_method_st BIO_METHOD; typedef
/third_party/node/deps/openssl/config/archs/aix64-gcc-as/no-asm/include/openssl/
Dbio.h296 typedef struct bio_method_st BIO_METHOD; typedef
/third_party/node/deps/openssl/config/archs/linux-ppc64le/asm/include/openssl/
Dbio.h296 typedef struct bio_method_st BIO_METHOD; typedef
/third_party/node/deps/openssl/config/archs/VC-WIN64A/no-asm/include/openssl/
Dbio.h296 typedef struct bio_method_st BIO_METHOD; typedef
/third_party/node/deps/openssl/config/archs/linux-elf/asm/include/openssl/
Dbio.h296 typedef struct bio_method_st BIO_METHOD; typedef
/third_party/node/deps/openssl/config/archs/BSD-x86/asm_avx2/include/openssl/
Dbio.h296 typedef struct bio_method_st BIO_METHOD; typedef
/third_party/node/deps/openssl/config/archs/VC-WIN32/asm/include/openssl/
Dbio.h296 typedef struct bio_method_st BIO_METHOD; typedef
/third_party/node/deps/openssl/config/archs/solaris-x86-gcc/asm_avx2/include/openssl/
Dbio.h296 typedef struct bio_method_st BIO_METHOD; typedef
/third_party/node/deps/openssl/config/archs/linux-elf/no-asm/include/openssl/
Dbio.h296 typedef struct bio_method_st BIO_METHOD; typedef

123