Home
last modified time | relevance | path

Searched refs:bp (Results 1 - 10 of 10) sorted by relevance

/base/update/updater/services/applypatch/
H A Dblock_writer.cpp57 const BlockPair &bp = bs_[blockIndex_]; in Write() local
59 off_t offset = static_cast<off_t>(bp.first) * H_BLOCK_SIZE; in Write()
60 currentBlockLeft_ = (bp.second - bp.first) * H_BLOCK_SIZE; in Write()
H A Dblock_set.cpp101 std::vector<std::string>::iterator bp = bt.begin(); in ParserAndInsert() local
102 blockPairSize = String2Int<unsigned long long int>(*bp, N_DEC); in ParserAndInsert()
109 while (++bp != bt.end()) { in ParserAndInsert()
110 size_t first = String2Int<size_t>(*bp++, N_DEC); in ParserAndInsert()
111 size_t second = String2Int<size_t>(*bp, N_DEC); in ParserAndInsert()
/base/security/certificate_framework/frameworks/adapter/v1.0/src/
H A Dx509_distinguished_name_openssl.c220 char *bp = work; in CollectAndParseName() local
221 char *typestr = bp; in CollectAndParseName()
226 *bp++ = *cp++; in CollectAndParseName()
228 *bp++ = '\0'; in CollectAndParseName()
235 unsigned char *valstr = (unsigned char *)bp; in CollectAndParseName()
250 *bp++ = *cp++; in CollectAndParseName()
252 *bp++ = '\0'; in CollectAndParseName()
/base/security/certificate_framework/test/unittest/v1.0/src/
H A Dcf_mock.cpp90 int __real_X509_print(BIO *bp, X509 *x);
91 long __real_BIO_ctrl(BIO *bp, int cmd, long larg, void *parg);
92 int __real_i2d_X509_bio(BIO *bp, X509 *x509);
321 ON_CALL(*this, X509_print).WillByDefault([this](BIO *bp, X509 *x) { return __real_X509_print(bp, x); }); in SetMockFunDefaultBehaviorPartFour()
323 ON_CALL(*this, BIO_ctrl).WillByDefault([this](BIO *bp, int cmd, long larg, void *parg) { in SetMockFunDefaultBehaviorPartFour()
324 return __real_BIO_ctrl(bp, cmd, larg, parg); in SetMockFunDefaultBehaviorPartFour()
327 ON_CALL(*this, i2d_X509_bio).WillByDefault([this](BIO *bp, X509 *x509) { return __real_i2d_X509_bio(bp, x509); }); in SetMockFunDefaultBehaviorPartFour()
971 int __wrap_X509_print(BIO *bp, X50 argument
981 __wrap_BIO_ctrl(BIO *bp, int cmd, long larg, void *parg) __wrap_BIO_ctrl() argument
991 __wrap_i2d_X509_bio(BIO *bp, X509 *x509) __wrap_i2d_X509_bio() argument
[all...]
H A Dcrypto_x509_cert_chain_test_ex.cpp47 int __real_X509_print(BIO *bp, X509 *x);
49 int __real_i2d_X509_bio(BIO *bp, X509 *x509);
H A Dcrypto_x509_cert_chain_test.cpp115 int __real_X509_print(BIO *bp, X509 *x);
116 long __real_BIO_ctrl(BIO *bp, int cmd, long larg, void *parg);
117 int __real_i2d_X509_bio(BIO *bp, X509 *x509);
H A Dcrypto_x509_certificate_test_part3.cpp54 int __real_X509_print(BIO *bp, X509 *x);
/base/security/certificate_framework/test/unittest/v1.0/include/
H A Dcf_mock.h101 MOCK_METHOD(int, X509_print, (BIO * bp, X509 *x));
102 MOCK_METHOD(int, BIO_ctrl, (BIO * bp, int cmd, long larg, void *parg));
103 MOCK_METHOD(int, i2d_X509_bio, (BIO * bp, X509 *x509));
/base/security/crypto_framework/plugin/openssl_plugin/common/inc/
H A Dopenssl_adapter.h220 int OpensslPemWriteBioRsaPublicKey(BIO *bp, RSA *x);
221 int OpensslPemWriteBioRsaPubKey(BIO *bp, RSA *x);
222 EVP_PKEY *OpensslPemReadBioPrivateKey(BIO *bp, EVP_PKEY **x, pem_password_cb *cb, void *u);
/base/web/webview/ohos_adapter/camera_adapter/src/
H A Dcamera_manager_adapter_impl.cpp417 sptr<IBufferProducer> bp = previewSurface_->GetProducer(); in InitPreviewOutput() local
418 sptr<Surface> pSurface = Surface::CreateSurfaceAsProducer(bp); in InitPreviewOutput()

Completed in 11 milliseconds