Home
last modified time | relevance | path

Searched refs:pp (Results 1 - 6 of 6) sorted by relevance

/base/security/crypto_framework/test/unittest/src/
H A Dopenssl_adapter_mock.c428 int OpensslI2dEcPubKey(EC_KEY *a, unsigned char **pp) in OpensslI2dEcPubKey() argument
433 return i2d_EC_PUBKEY(a, pp); in OpensslI2dEcPubKey()
444 EC_KEY *OpensslD2iEcPubKey(EC_KEY **a, const unsigned char **pp, long length) in OpensslD2iEcPubKey() argument
449 return d2i_EC_PUBKEY(a, pp, length); in OpensslD2iEcPubKey()
1050 EVP_PKEY *OpensslD2iPubKey(EVP_PKEY **a, const unsigned char **pp, long length) in OpensslD2iPubKey() argument
1055 return d2i_PUBKEY(a, pp, length); in OpensslD2iPubKey()
1058 EVP_PKEY *OpensslD2iPrivateKey(int type, EVP_PKEY **a, const unsigned char **pp, long length) in OpensslD2iPrivateKey() argument
1063 return d2i_PrivateKey(type, a, pp, length); in OpensslD2iPrivateKey()
1150 RSA *OpensslD2iRsaPubKey(RSA **a, const unsigned char **pp, long length) in OpensslD2iRsaPubKey() argument
1152 return d2i_RSA_PUBKEY(a, pp, lengt in OpensslD2iRsaPubKey()
1155 OpensslI2dRsaPubKey(RSA *a, unsigned char **pp) OpensslI2dRsaPubKey() argument
1195 OpensslD2iAutoPrivateKey(EVP_PKEY **a, const unsigned char **pp, long length) OpensslD2iAutoPrivateKey() argument
[all...]
/base/security/crypto_framework/plugin/openssl_plugin/common/inc/
H A Dopenssl_adapter.h73 int OpensslI2dEcPubKey(EC_KEY *a, unsigned char **pp);
75 EC_KEY *OpensslD2iEcPubKey(EC_KEY **a, const unsigned char **pp, long length);
189 EVP_PKEY *OpensslD2iPubKey(EVP_PKEY **a, const unsigned char **pp, long length);
190 EVP_PKEY *OpensslD2iPrivateKey(int type, EVP_PKEY **a, const unsigned char **pp, long length);
207 RSA *OpensslD2iRsaPubKey(RSA **a, const unsigned char **pp, long length);
208 int OpensslI2dRsaPubKey(RSA *a, unsigned char **pp);
216 EVP_PKEY *OpensslD2iAutoPrivateKey(EVP_PKEY **a, const unsigned char **pp, long length);
/base/security/certificate_framework/test/unittest/v1.0/src/
H A Dcf_mock.cpp39 int __real_i2d_PUBKEY(EVP_PKEY *a, unsigned char **pp);
224 ON_CALL(*this, i2d_PUBKEY).WillByDefault([this](EVP_PKEY *a, unsigned char **pp) { in SetMockFunDefaultBehaviorPartTwo()
225 return __real_i2d_PUBKEY(a, pp); in SetMockFunDefaultBehaviorPartTwo()
518 int __wrap_i2d_PUBKEY(EVP_PKEY *a, unsigned char **pp) in __wrap_i2d_PUBKEY() argument
522 return X509OpensslMock::GetInstance().i2d_PUBKEY(a, pp); in __wrap_i2d_PUBKEY()
524 return __real_i2d_PUBKEY(a, pp); in __wrap_i2d_PUBKEY()
H A Dcrypto_x509_cert_chain_test.cpp64 int __real_i2d_PUBKEY(EVP_PKEY *a, unsigned char **pp);
/base/security/certificate_framework/test/unittest/v1.0/include/
H A Dcf_mock.h50 MOCK_METHOD(int, i2d_PUBKEY, (EVP_PKEY * a, unsigned char **pp));
/base/web/webview/ohos_interface/ohos_glue/scripts/
H A Dfile_parser.py2084 pp = pprint.PrettyPrinter(indent=4) variable in obj_analysis
2093 pp.pprint(types)

Completed in 11 milliseconds