Home
last modified time | relevance | path

Searched refs:BIO_METHOD (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/c_openssl/ffi/
H A Dbio.rs31 pub(crate) fn BIO_new(b_type: *const BIO_METHOD) -> *mut BIO; in BIO_new()
40 pub(crate) enum BIO_METHOD {} enum
44 pub(crate) fn BIO_meth_new(type_: c_int, name: *const c_char) -> *mut BIO_METHOD; in BIO_meth_new() argument
46 pub(crate) fn BIO_meth_free(biom: *mut BIO_METHOD); in BIO_meth_free() argument
49 biom: *mut BIO_METHOD, in BIO_meth_set_write() argument
54 biom: *mut BIO_METHOD, in BIO_meth_set_read() argument
59 biom: *mut BIO_METHOD, in BIO_meth_set_puts() argument
64 biom: *mut BIO_METHOD, in BIO_meth_set_ctrl() argument
69 biom: *mut BIO_METHOD, in BIO_meth_set_create() argument
74 biom: *mut BIO_METHOD, in BIO_meth_set_destroy() argument
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/c_openssl/
H A Dbio.rs28 BIO_METHOD,
81 pub struct BioMethodInner(*mut BIO_METHOD);
100 fn get(&self) -> *mut BIO_METHOD { in get() argument
123 fn get(&self) -> *mut BIO_METHOD { in get() argument
/ohos5.0/base/security/certificate_framework/test/unittest/v1.0/include/
H A Dcf_mock.h100 MOCK_METHOD(BIO *, BIO_new, (const BIO_METHOD *type));
/ohos5.0/base/security/certificate_framework/test/unittest/v1.0/src/
H A Dcf_mock.cpp89 BIO *__real_BIO_new(const BIO_METHOD *type);
319 …ON_CALL(*this, BIO_new).WillByDefault([this](const BIO_METHOD *type) { return __real_BIO_new(type)… in SetMockFunDefaultBehaviorPartFour()
961 BIO *__wrap_BIO_new(const BIO_METHOD *type) in __wrap_BIO_new()
H A Dcrypto_x509_cert_chain_test_ex.cpp48 BIO *__real_BIO_new(const BIO_METHOD *type);
H A Dcrypto_x509_certificate_test_part3.cpp55 BIO *__real_BIO_new(const BIO_METHOD *type);
H A Dcrypto_x509_cert_chain_test.cpp114 BIO *__real_BIO_new(const BIO_METHOD *type);
/ohos5.0/base/security/crypto_framework/plugin/openssl_plugin/common/inc/
H A Dopenssl_adapter.h221 BIO *OpensslBioNew(const BIO_METHOD *type);
222 const BIO_METHOD *OpensslBioSMem(void);
/ohos5.0/base/security/crypto_framework/plugin/openssl_plugin/common/src/
H A Dopenssl_adapter.c822 BIO *OpensslBioNew(const BIO_METHOD *type) in OpensslBioNew()
827 const BIO_METHOD *OpensslBioSMem(void) in OpensslBioSMem()
/ohos5.0/base/security/crypto_framework/test/unittest/src/
H A Dopenssl_adapter_mock.c1215 BIO *OpensslBioNew(const BIO_METHOD *type) in OpensslBioNew()
1220 const BIO_METHOD *OpensslBioSMem(void) in OpensslBioSMem()