Searched defs:pp (Results 1 – 4 of 4) sorted by relevance
| /base/security/crypto_framework/test/unittest/src/ |
| D | openssl_adapter_mock.c | 428 int OpensslI2dEcPubKey(EC_KEY *a, unsigned char **pp) in OpensslI2dEcPubKey() 444 EC_KEY *OpensslD2iEcPubKey(EC_KEY **a, const unsigned char **pp, long length) in OpensslD2iEcPubKey() 1050 EVP_PKEY *OpensslD2iPubKey(EVP_PKEY **a, const unsigned char **pp, long length) in OpensslD2iPubKey() 1058 EVP_PKEY *OpensslD2iPrivateKey(int type, EVP_PKEY **a, const unsigned char **pp, long length) in OpensslD2iPrivateKey() 1150 RSA *OpensslD2iRsaPubKey(RSA **a, const unsigned char **pp, long length) in OpensslD2iRsaPubKey() 1155 int OpensslI2dRsaPubKey(RSA *a, unsigned char **pp) in OpensslI2dRsaPubKey() 1195 EVP_PKEY *OpensslD2iAutoPrivateKey(EVP_PKEY **a, const unsigned char **pp, long length) in OpensslD2iAutoPrivateKey()
|
| /base/security/crypto_framework/plugin/openssl_plugin/common/src/ |
| D | openssl_adapter.c | 160 int OpensslI2dEcPubKey(EC_KEY *a, unsigned char **pp) in OpensslI2dEcPubKey() 170 EC_KEY *OpensslD2iEcPubKey(EC_KEY **a, const unsigned char **pp, long length) in OpensslD2iEcPubKey() 661 EVP_PKEY *OpensslD2iPubKey(EVP_PKEY **a, const unsigned char **pp, long length) in OpensslD2iPubKey() 666 EVP_PKEY *OpensslD2iPrivateKey(int type, EVP_PKEY **a, const unsigned char **pp, long length) in OpensslD2iPrivateKey() 747 RSA *OpensslD2iRsaPubKey(RSA **a, const unsigned char **pp, long length) in OpensslD2iRsaPubKey() 752 int OpensslI2dRsaPubKey(RSA *a, unsigned char **pp) in OpensslI2dRsaPubKey() 792 EVP_PKEY *OpensslD2iAutoPrivateKey(EVP_PKEY **a, const unsigned char **pp, long length) in OpensslD2iAutoPrivateKey()
|
| /base/security/certificate_framework/test/unittest/v1.0/src/ |
| D | cf_mock.cpp | 224 ON_CALL(*this, i2d_PUBKEY).WillByDefault([this](EVP_PKEY *a, unsigned char **pp) { in SetMockFunDefaultBehaviorPartTwo() 518 int __wrap_i2d_PUBKEY(EVP_PKEY *a, unsigned char **pp) in __wrap_i2d_PUBKEY()
|
| /base/web/webview/ohos_interface/ohos_glue/scripts/ |
| D | file_parser.py | 2083 pp = pprint.PrettyPrinter(indent=4) variable
|