| /base/security/crypto_framework/plugin/openssl_plugin/common/src/ |
| H A D | rsa_openssl_common.c | 89 EVP_PKEY *pKey = OpensslEvpPkeyNew(); in NewEvpPkeyByRsa() local
|
| H A D | dh_openssl_common.c | 87 EVP_PKEY *pKey = OpensslEvpPkeyNew(); in NewEvpPkeyByDh() local
|
| /base/security/crypto_framework/plugin/openssl_plugin/crypto_operation/key_agreement/src/ |
| H A D | ecdh_openssl.c | 35 EVP_PKEY *pKey = OpensslEvpPkeyNew(); in AssignEcKeyToPkey() local
|
| /base/security/crypto_framework/test/unittest/src/ |
| H A D | crypto_common_cov_test.cpp | 223 EVP_PKEY *pKey = NewEvpPkeyByRsa(nullptr, true); in HWTEST_F() local
|
| /base/security/asset/services/db_operator/src/ |
| H A D | sqlite3_wrapper.c | 116 int SqliteKey(void *db, const void *pKey, int nKey) in SqliteKey() argument
|
| /foundation/communication/dhcp/services/dhcp_server/src/ |
| H A D | dhcp_config.cpp | 33 static int SetEnableConfigInfo(DhcpConfig *dhcpConfig, const char *pKey, const char *pValue) in SetEnableConfigInfo() argument 54 static int SetTimeConfigInfo(DhcpConfig *dhcpConfig, const char *pKey, const char *pValue) in SetTimeConfigInfo() argument 77 SetNetConfigInfo(DhcpConfig *dhcpConfig, const char *pKey, const char *pValue, int common) SetNetConfigInfo() argument [all...] |
| /base/security/certificate_manager/services/cert_manager_standard/cert_manager_engine/main/core/src/ |
| H A D | cert_manager_app_cert_process.c | 190 static int32_t SaveKeyMaterialCurve25519(uint32_t algType, const EVP_PKEY *pKey, struct CmBlob *keyOut) in SaveKeyMaterialCurve25519() argument
|
| /base/security/crypto_framework/plugin/openssl_plugin/crypto_operation/signature/src/ |
| H A D | sm2_openssl.c | 150 static HcfResult SetSM2Id(EVP_MD_CTX *mdCtx, EVP_PKEY *pKey, HcfBlob userId) in SetSM2Id() argument 201 EVP_PKEY *pKey = OpensslEvpPkeyNew(); in EngineSignInit() local 338 EVP_PKEY *pKey = OpensslEvpPkeyNew(); EngineVerifyInit() local [all...] |
| H A D | dsa_openssl.c | 167 EVP_PKEY *pKey = OpensslEvpPkeyNew(); in CreateDsaEvpKeyByDsa() local 194 EVP_PKEY *pKey = CreateDsaEvpKeyByDsa((HcfKey *)privateKey, true); in EngineDsaSignInit() local 217 EVP_PKEY *pKey = CreateDsaEvpKeyByDsa((HcfKey *)privateKey, true); EngineDsaSignWithoutDigestInit() local 249 EVP_PKEY *pKey = CreateDsaEvpKeyByDsa((HcfKey *)publicKey, false); EngineDsaVerifyInit() local 272 EVP_PKEY *pKey = CreateDsaEvpKeyByDsa((HcfKey *)publicKey, false); EngineDsaVerifyWithoutDigestInit() local [all...] |
| H A D | ecdsa_openssl.c | 144 EVP_PKEY *pKey = OpensslEvpPkeyNew(); in EngineSignInit() local 265 EVP_PKEY *pKey = OpensslEvpPkeyNew(); in EngineVerifyInit() local [all...] |
| H A D | ed25519_openssl.c | 191 EVP_PKEY *pKey = OpensslEvpPkeyDup(((HcfOpensslAlg25519PubKey *)publicKey)->pkey); in EngineVerifyInit() local
|
| /base/security/huks/frameworks/huks_standard/main/crypto_engine/openssl/src/ |
| H A D | hks_openssl_curve25519.c | 31 static int32_t SaveCurve25519KeyMaterial(uint32_t algType, const EVP_PKEY *pKey, struct HksBlob *keyOut)
in SaveCurve25519KeyMaterial() argument
|
| H A D | hks_openssl_ecc.c | 399 EVP_PKEY *pKey = EVP_PKEY_new();
in AgreeKeyEcdh() local
|
| /foundation/distributeddatamgr/preferences/test/ndk/unittest/ |
| H A D | preferences_ndk_test.cpp | 110 const char *pKey = OH_PreferencesPair_GetKey(pairs, i); in DataChangeObserverCallback() local 696 const char *pKey = OH_PreferencesPair_GetKey(pairs, i); in NullTestCallback() local
|
| /kernel/liteos_a/lib/libscrew/src/ |
| H A D | los_rbtree.c | 501 VOID *pKey = NULL; in LOS_RbInsertOneNodeProcess() local 631 LosRbNode *LOS_RbGetNextNode(LosRbTree *pstTree, VOID *pKey) in LOS_RbGetNextNode() argument 656 ULONG_T LOS_RbGetNode(LosRbTree *pstTree, VOID *pKey, LosRbNode **ppstNode) in LOS_RbGetNode() argument [all...] |
| /third_party/icu/icu4c/source/tools/toolutil/ |
| H A D | ucmstate.cpp | 207 ucm_parseHeaderLine(UCMFile *ucm, char *line, char **pKey, char **pValue) ucm_parseHeaderLine() argument
|
| /third_party/node/deps/icu-small/source/tools/toolutil/ |
| H A D | ucmstate.cpp | 207 ucm_parseHeaderLine(UCMFile *ucm, char *line, char **pKey, char **pValue) ucm_parseHeaderLine() argument
|
| /third_party/skia/third_party/externals/icu/source/tools/toolutil/ |
| H A D | ucmstate.cpp | 207 ucm_parseHeaderLine(UCMFile *ucm, char *line, char **pKey, char **pValue) ucm_parseHeaderLine() argument
|
| /base/security/huks/test/unittest/huks_standard_test/interface_inner_test/alg_module_test/src/ |
| H A D | openssl_ecc_helper.c | 655 EVP_PKEY *pKey = EVP_PKEY_new(); in EcdhAgreeKey() local
|
| /base/security/crypto_framework/plugin/openssl_plugin/key/asy_key_generator/src/ |
| H A D | dh_asy_key_generator_openssl.c | 184 EVP_PKEY *pKey = NewEvpPkeyByDh(impl->pk, true); in GetDhPubKeyEncoded() local 222 EVP_PKEY *pKey = NewEvpPkeyByDh(impl->sk, true); in GetDhPriKeyEncoded() local 917 EVP_PKEY *pKey = OpensslD2iPubKey(NULL, &temp, pubKeyBlob->len); ConvertDhPubKey() local 942 EVP_PKEY *pKey = OpensslD2iPrivateKey(EVP_PKEY_DH, NULL, &temp, priKeyBlob->len); ConvertDhPriKey() local [all...] |
| H A D | rsa_asy_key_generator_openssl.c | 381 EVP_PKEY *pKey = OpensslD2iAutoPrivateKey(NULL, &temp, pkcs8Blob->len); in ConvertPriKeyFromPKCS8() local 415 EVP_PKEY *pKey = NewEvpPkeyByRsa(rsa, true); in EncodePriKeyToPKCS8() local
|
| /third_party/backends/backend/ |
| H A D | mustek_usb2.c | 1199 GetKeyStatus (SANE_Byte * pKey) in GetKeyStatus() argument
|
| /third_party/icu/icu4c/source/common/ |
| H A D | uloc_tag.cpp | 1665 const char *pKey = NULL; /* LDML key */ in _appendLDMLExtensionAsKeywords() local
|
| /third_party/node/deps/icu-small/source/common/ |
| H A D | uloc_tag.cpp | 1674 const char *pKey = nullptr; /* LDML key */ in _appendLDMLExtensionAsKeywords() local
|
| /third_party/skia/third_party/externals/icu/source/common/ |
| H A D | uloc_tag.cpp | 1665 const char *pKey = NULL; /* LDML key */ in _appendLDMLExtensionAsKeywords() local
|