/ohos5.0/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() 54 static int SetTimeConfigInfo(DhcpConfig *dhcpConfig, const char *pKey, const char *pValue) in SetTimeConfigInfo() 77 static int SetNetConfigInfo(DhcpConfig *dhcpConfig, const char *pKey, const char *pValue, int commo… in SetNetConfigInfo()
|
/ohos5.0/base/security/crypto_framework/plugin/openssl_plugin/crypto_operation/signature/src/ |
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); in EngineDsaSignWithoutDigestInit() local 249 EVP_PKEY *pKey = CreateDsaEvpKeyByDsa((HcfKey *)publicKey, false); in EngineDsaVerifyInit() local 272 EVP_PKEY *pKey = CreateDsaEvpKeyByDsa((HcfKey *)publicKey, false); in EngineDsaVerifyWithoutDigestInit() local
|
H A D | sm2_openssl.c | 150 static HcfResult SetSM2Id(EVP_MD_CTX *mdCtx, EVP_PKEY *pKey, HcfBlob userId) in SetSM2Id() 201 EVP_PKEY *pKey = OpensslEvpPkeyNew(); in EngineSignInit() local 338 EVP_PKEY *pKey = OpensslEvpPkeyNew(); in EngineVerifyInit() local
|
H A D | ecdsa_openssl.c | 144 EVP_PKEY *pKey = OpensslEvpPkeyNew(); in EngineSignInit() local 265 EVP_PKEY *pKey = OpensslEvpPkeyNew(); in EngineVerifyInit() local
|
H A D | ed25519_openssl.c | 191 EVP_PKEY *pKey = OpensslEvpPkeyDup(((HcfOpensslAlg25519PubKey *)publicKey)->pkey); in EngineVerifyInit() local
|
/ohos5.0/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
|
/ohos5.0/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
|
/ohos5.0/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); in ConvertDhPubKey() local 942 EVP_PKEY *pKey = OpensslD2iPrivateKey(EVP_PKEY_DH, NULL, &temp, priKeyBlob->len); in ConvertDhPriKey() local
|
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
|
/ohos5.0/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()
|
/ohos5.0/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 *ke… in SaveCurve25519KeyMaterial()
|
H A D | hks_openssl_ecc.c | 396 EVP_PKEY *pKey = EVP_PKEY_new(); in AgreeKeyEcdh() local
|
/ohos5.0/base/security/certificate_manager/services/cert_manager_standard/cert_manager_engine/main/core/src/ |
H A D | cert_manager_app_cert_process.c | 191 static int32_t SaveKeyMaterialCurve25519(uint32_t algType, const EVP_PKEY *pKey, struct CmBlob *key… in SaveKeyMaterialCurve25519()
|
/ohos5.0/base/security/crypto_framework/test/unittest/src/ |
H A D | crypto_common_cov_test.cpp | 221 EVP_PKEY *pKey = NewEvpPkeyByRsa(nullptr, true); variable
|
/ohos5.0/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
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/ |
H A D | data_share_service_impl.cpp | 554 PublishedDataKey pKey(context->uri, context->callerBundleName, subscriberId); in EnablePubSubs() local
|