Home
last modified time | relevance | path

Searched refs:callback_ctrl (Results 1 - 25 of 67) sorted by relevance

123

/third_party/node/deps/openssl/openssl/crypto/bio/
H A Dbio_meth.c211 return biom->callback_ctrl; in BIO_meth_get_callback_ctrl()
215 long (*callback_ctrl) (BIO *, int, in BIO_meth_set_callback_ctrl()
218 biom->callback_ctrl = callback_ctrl; in BIO_meth_set_callback_ctrl()
H A Dbio_lib.c595 if (b->method == NULL || b->method->callback_ctrl == NULL in BIO_callback_ctrl()
608 ret = b->method->callback_ctrl(b, cmd, fp); in BIO_callback_ctrl()
/third_party/openssl/crypto/bio/
H A Dbio_meth.c211 return biom->callback_ctrl; in BIO_meth_get_callback_ctrl()
215 long (*callback_ctrl) (BIO *, int, in BIO_meth_set_callback_ctrl()
218 biom->callback_ctrl = callback_ctrl; in BIO_meth_set_callback_ctrl()
H A Dbio_lib.c595 if (b->method == NULL || b->method->callback_ctrl == NULL in BIO_callback_ctrl()
608 ret = b->method->callback_ctrl(b, cmd, fp); in BIO_callback_ctrl()
/third_party/openssl/ohos_lite/include/internal/
H A Dbio.h24 long (*callback_ctrl) (BIO *, int, BIO_info_cb *); member
/third_party/node/deps/openssl/openssl/include/internal/
H A Dbio.h29 long (*callback_ctrl) (BIO *, int, BIO_info_cb *); member
/third_party/openssl/include/internal/
H A Dbio.h29 long (*callback_ctrl) (BIO *, int, BIO_info_cb *); member
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/
H A Dbio.rs27 pub callback_ctrl: Option<unsafe extern "C" fn(*mut BIO, c_int, bio_info_cb) -> c_long>,
/third_party/openssl/ohos_lite/include/openssl/
H A Dbio.h795 long (*callback_ctrl) (BIO *, int,
/third_party/node/deps/openssl/config/archs/darwin-i386-cc/no-asm/include/openssl/
H A Dbio.h881 long (*callback_ctrl) (BIO *, int,
/third_party/node/deps/openssl/config/archs/linux-aarch64/no-asm/include/openssl/
H A Dbio.h881 long (*callback_ctrl) (BIO *, int,
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm_avx2/include/openssl/
H A Dbio.h881 long (*callback_ctrl) (BIO *, int,
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm/include/openssl/
H A Dbio.h881 long (*callback_ctrl) (BIO *, int,
/third_party/node/deps/openssl/config/archs/linux-elf/asm_avx2/include/openssl/
H A Dbio.h881 long (*callback_ctrl) (BIO *, int,
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm/include/openssl/
H A Dbio.h881 long (*callback_ctrl) (BIO *, int,
/third_party/node/deps/openssl/config/archs/linux-armv4/asm/include/openssl/
H A Dbio.h881 long (*callback_ctrl) (BIO *, int,
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/no-asm/include/openssl/
H A Dbio.h881 long (*callback_ctrl) (BIO *, int,
/third_party/node/deps/openssl/config/archs/linux-elf/asm/include/openssl/
H A Dbio.h881 long (*callback_ctrl) (BIO *, int,
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/no-asm/include/openssl/
H A Dbio.h881 long (*callback_ctrl) (BIO *, int,
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm_avx2/include/openssl/
H A Dbio.h881 long (*callback_ctrl) (BIO *, int,
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/asm/include/openssl/
H A Dbio.h881 long (*callback_ctrl) (BIO *, int,
/third_party/node/deps/openssl/config/archs/linux-armv4/no-asm/include/openssl/
H A Dbio.h881 long (*callback_ctrl) (BIO *, int,
/third_party/node/deps/openssl/config/archs/BSD-x86/no-asm/include/openssl/
H A Dbio.h881 long (*callback_ctrl) (BIO *, int,
/third_party/node/deps/openssl/config/archs/BSD-x86_64/asm_avx2/include/openssl/
H A Dbio.h881 long (*callback_ctrl) (BIO *, int,
/third_party/node/deps/openssl/config/archs/BSD-x86/asm_avx2/include/openssl/
H A Dbio.h881 long (*callback_ctrl) (BIO *, int,

Completed in 39 milliseconds

123