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 D | bio.rs | 31 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 D | bio.rs | 28 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 D | cf_mock.h | 100 MOCK_METHOD(BIO *, BIO_new, (const BIO_METHOD *type));
|
/ohos5.0/base/security/certificate_framework/test/unittest/v1.0/src/ |
H A D | cf_mock.cpp | 89 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 D | crypto_x509_cert_chain_test_ex.cpp | 48 BIO *__real_BIO_new(const BIO_METHOD *type);
|
H A D | crypto_x509_certificate_test_part3.cpp | 55 BIO *__real_BIO_new(const BIO_METHOD *type);
|
H A D | crypto_x509_cert_chain_test.cpp | 114 BIO *__real_BIO_new(const BIO_METHOD *type);
|
/ohos5.0/base/security/crypto_framework/plugin/openssl_plugin/common/inc/ |
H A D | openssl_adapter.h | 221 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 D | openssl_adapter.c | 822 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 D | openssl_adapter_mock.c | 1215 BIO *OpensslBioNew(const BIO_METHOD *type) in OpensslBioNew() 1220 const BIO_METHOD *OpensslBioSMem(void) in OpensslBioSMem()
|