Home
last modified time | relevance | path

Searched defs:pKey (Results 1 - 25 of 26) sorted by relevance

12

/base/security/crypto_framework/plugin/openssl_plugin/common/src/
H A Drsa_openssl_common.c89 EVP_PKEY *pKey = OpensslEvpPkeyNew(); in NewEvpPkeyByRsa() local
H A Ddh_openssl_common.c87 EVP_PKEY *pKey = OpensslEvpPkeyNew(); in NewEvpPkeyByDh() local
/base/security/crypto_framework/plugin/openssl_plugin/crypto_operation/key_agreement/src/
H A Decdh_openssl.c35 EVP_PKEY *pKey = OpensslEvpPkeyNew(); in AssignEcKeyToPkey() local
/base/security/crypto_framework/test/unittest/src/
H A Dcrypto_common_cov_test.cpp223 EVP_PKEY *pKey = NewEvpPkeyByRsa(nullptr, true); in HWTEST_F() local
/base/security/asset/services/db_operator/src/
H A Dsqlite3_wrapper.c116 int SqliteKey(void *db, const void *pKey, int nKey) in SqliteKey() argument
/foundation/communication/dhcp/services/dhcp_server/src/
H A Ddhcp_config.cpp33 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 Dcert_manager_app_cert_process.c190 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 Dsm2_openssl.c150 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 Ddsa_openssl.c167 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 Decdsa_openssl.c144 EVP_PKEY *pKey = OpensslEvpPkeyNew(); in EngineSignInit() local
265 EVP_PKEY *pKey = OpensslEvpPkeyNew(); in EngineVerifyInit() local
[all...]
H A Ded25519_openssl.c191 EVP_PKEY *pKey = OpensslEvpPkeyDup(((HcfOpensslAlg25519PubKey *)publicKey)->pkey); in EngineVerifyInit() local
/base/security/huks/frameworks/huks_standard/main/crypto_engine/openssl/src/
H A Dhks_openssl_curve25519.c31 static int32_t SaveCurve25519KeyMaterial(uint32_t algType, const EVP_PKEY *pKey, struct HksBlob *keyOut) in SaveCurve25519KeyMaterial() argument
H A Dhks_openssl_ecc.c399 EVP_PKEY *pKey = EVP_PKEY_new(); in AgreeKeyEcdh() local
/foundation/distributeddatamgr/preferences/test/ndk/unittest/
H A Dpreferences_ndk_test.cpp110 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 Dlos_rbtree.c501 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 Ducmstate.cpp207 ucm_parseHeaderLine(UCMFile *ucm, char *line, char **pKey, char **pValue) ucm_parseHeaderLine() argument
/third_party/node/deps/icu-small/source/tools/toolutil/
H A Ducmstate.cpp207 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 Ducmstate.cpp207 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 Dopenssl_ecc_helper.c655 EVP_PKEY *pKey = EVP_PKEY_new(); in EcdhAgreeKey() local
/base/security/crypto_framework/plugin/openssl_plugin/key/asy_key_generator/src/
H A Ddh_asy_key_generator_openssl.c184 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 Drsa_asy_key_generator_openssl.c381 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 Dmustek_usb2.c1199 GetKeyStatus (SANE_Byte * pKey) in GetKeyStatus() argument
/third_party/icu/icu4c/source/common/
H A Duloc_tag.cpp1665 const char *pKey = NULL; /* LDML key */ in _appendLDMLExtensionAsKeywords() local
/third_party/node/deps/icu-small/source/common/
H A Duloc_tag.cpp1674 const char *pKey = nullptr; /* LDML key */ in _appendLDMLExtensionAsKeywords() local
/third_party/skia/third_party/externals/icu/source/common/
H A Duloc_tag.cpp1665 const char *pKey = NULL; /* LDML key */ in _appendLDMLExtensionAsKeywords() local

Completed in 30 milliseconds

12