Home
last modified time | relevance | path

Searched defs:pubKey (Results 1 - 25 of 116) sorted by relevance

12345

/base/security/crypto_framework/interfaces/inner_api/key/
H A Dkey_pair.h29 HcfPubKey *pubKey; member
/base/security/crypto_framework/frameworks/cj/src/
H A Dpub_key_impl.cpp19 PubKeyImpl::PubKeyImpl(HcfPubKey *pubKey) : KeyImpl(reinterpret_cast<HcfKey *>(pubKey)) {} in PubKeyImpl() argument
H A Dkey_agreement_impl.cpp36 HcfBlob KeyAgreementImpl::GenerateSecret(HcfPriKey *priKey, HcfPubKey *pubKey, int32_t *errCode) in GenerateSecret() argument
H A Dverify_impl.cpp30 HcfResult VerifyImpl::Init(HcfPubKey *pubKey) in Init() argument
/base/security/huks/frameworks/huks_standard/main/crypto_engine/mbedtls/src/
H A Dhks_mbedtls_ecdh.c42 EccKeyMaterialToCtx(const struct HksBlob *nativeKey, const struct HksBlob *pubKey, mbedtls_ecdh_context *ctx) EccKeyMaterialToCtx() argument
54 HksMbedtlsEcdh(const struct HksBlob *nativeKey, const struct HksBlob *pubKey, const struct HksKeySpec *spec, struct HksBlob *sharedKey) HksMbedtlsEcdh() argument
/base/security/huks/test/unittest/huks_standard_test/module_test/utils_test/src/
H A Dhks_client_service_adapter_test.cpp99 HksBlob *pubKey = reinterpret_cast<HksBlob *>(HksMalloc(sizeof(HksBlob))); in HWTEST_F() local
[all...]
/base/security/crypto_framework/plugin/openssl_plugin/crypto_operation/key_agreement/src/
H A Dx25519_openssl.c51 EngineGenerateSecret(HcfKeyAgreementSpi *self, HcfPriKey *priKey, HcfPubKey *pubKey, HcfBlob *returnSecret) EngineGenerateSecret() argument
H A Ddh_openssl.c52 EngineGenerateSecret(HcfKeyAgreementSpi *self, HcfPriKey *priKey, HcfPubKey *pubKey, HcfBlob *returnSecret) EngineGenerateSecret() argument
H A Decdh_openssl.c90 EngineGenerateSecret(HcfKeyAgreementSpi *self, HcfPriKey *priKey, HcfPubKey *pubKey, HcfBlob *returnSecret) EngineGenerateSecret() argument
/base/security/crypto_framework/test/unittest/src/ecc/
H A Dcrypto_ecc_asy_key_generator_by_spec_sub_two_test.cpp120 HcfPubKey *pubKey = nullptr; in HWTEST_F() local
244 HcfPubKey *pubKey = nullptr; HWTEST_F() local
369 HcfPubKey *pubKey = nullptr; HWTEST_F() local
493 HcfPubKey *pubKey = nullptr; HWTEST_F() local
618 HcfPubKey *pubKey = nullptr; HWTEST_F() local
742 HcfPubKey *pubKey = nullptr; HWTEST_F() local
867 HcfPubKey *pubKey = nullptr; HWTEST_F() local
991 HcfPubKey *pubKey = nullptr; HWTEST_F() local
1116 HcfPubKey *pubKey = nullptr; HWTEST_F() local
1240 HcfPubKey *pubKey = nullptr; HWTEST_F() local
1359 HcfPubKey *pubKey = nullptr; HWTEST_F() local
1471 HcfPubKey *pubKey = nullptr; HWTEST_F() local
1584 HcfPubKey *pubKey = nullptr; HWTEST_F() local
1696 HcfPubKey *pubKey = nullptr; HWTEST_F() local
[all...]
H A Dcrypto_ecc_asy_key_generator_by_spec_sub_one_test.cpp96 HcfPubKey *pubKey = nullptr; in HWTEST_F() local
183 HcfPubKey *pubKey = nullptr; HWTEST_F() local
270 HcfPubKey *pubKey = nullptr; HWTEST_F() local
357 HcfPubKey *pubKey = nullptr; HWTEST_F() local
444 HcfPubKey *pubKey = nullptr; HWTEST_F() local
531 HcfPubKey *pubKey = nullptr; HWTEST_F() local
618 HcfPubKey *pubKey = nullptr; HWTEST_F() local
705 HcfPubKey *pubKey = nullptr; HWTEST_F() local
1686 HcfPubKey *pubKey = nullptr; HWTEST_F() local
1810 HcfPubKey *pubKey = nullptr; HWTEST_F() local
[all...]
H A Dcrypto_ecc_asy_key_generator_by_spec_test.cpp603 HcfPubKey *pubKey = nullptr; in HWTEST_F() local
672 HcfPubKey *pubKey = nullptr; in HWTEST_F() local
805 HcfPubKey *pubKey = nullptr; in HWTEST_F() local
877 HcfPubKey *pubKey = nullptr; HWTEST_F() local
946 HcfPubKey *pubKey = nullptr; HWTEST_F() local
1009 HcfPubKey *pubKey = nullptr; HWTEST_F() local
1259 HcfPubKey *pubKey = nullptr; HWTEST_F() local
1331 HcfPubKey *pubKey = nullptr; HWTEST_F() local
1453 HcfPubKey *pubKey = nullptr; HWTEST_F() local
1525 HcfPubKey *pubKey = nullptr; HWTEST_F() local
[all...]
H A Dcrypto_ecc_asy_key_generator_by_spec_sub_three_test.cpp138 HcfPubKey *pubKey = nullptr; in HWTEST_F() local
258 HcfPubKey *pubKey = nullptr; HWTEST_F() local
379 HcfPubKey *pubKey = nullptr; HWTEST_F() local
499 HcfPubKey *pubKey = nullptr; HWTEST_F() local
712 HcfPubKey *pubKey = nullptr; HWTEST_F() local
774 HcfPubKey *pubKey = nullptr; HWTEST_F() local
837 HcfPubKey *pubKey = nullptr; HWTEST_F() local
899 HcfPubKey *pubKey = nullptr; HWTEST_F() local
1408 HcfPubKey *pubKey = nullptr; HWTEST_F() local
[all...]
/base/security/huks/test/fuzz_test/innerapi_fuzzer/hksimportkey_fuzzer/
H A Dhksimportkey_fuzzer.cpp43 struct HksBlob pubKey = { pubKeySize, ReadData<uint8_t *>(data, size, pubKeySize) }; in DoSomethingInterestingWithMyAPI() local
/base/security/huks/test/fuzz_test/innerapi_fuzzer/hksexportpublickey_fuzzer/
H A Dhksexportpublickey_fuzzer.cpp41 struct HksBlob pubKey = { pubKeyBuffer.size(), pubKeyBuffer.data() }; in DoSomethingInterestingWithMyAPI() local
/base/security/certificate_framework/frameworks/js/napi/certificate/src/
H A Dnapi_pub_key.cpp29 NapiPubKey::NapiPubKey(HcfPubKey *pubKey) : NapiKey(reinterpret_cast<HcfKey *>(pubKey)) {} in NapiPubKey() argument
73 HcfPubKey *pubKey = napiPubKey->GetPubKey(); in JsGetEncoded() local
/base/security/crypto_framework/frameworks/js/napi/crypto/src/
H A Dnapi_key_pair.cpp54 napi_value pubKey = napiPubKey->ConvertToJsPubKey(env); in WrapPubKey() local
/base/security/crypto_framework/test/unittest/src/sm2/
H A Dcrypto_sm2_asy_key_generator_by_spec_test.cpp1379 HcfPubKey *pubKey = nullptr; HWTEST_F() local
1404 HcfPubKey *pubKey = nullptr; HWTEST_F() local
1473 HcfPubKey *pubKey = nullptr; HWTEST_F() local
1501 HcfPubKey *pubKey = nullptr; HWTEST_F() local
1527 HcfPubKey *pubKey = nullptr; HWTEST_F() local
1553 HcfPubKey *pubKey = nullptr; HWTEST_F() local
1579 HcfPubKey *pubKey = nullptr; HWTEST_F() local
1607 HcfPubKey *pubKey = nullptr; HWTEST_F() local
1635 HcfPubKey *pubKey = nullptr; HWTEST_F() local
1663 HcfPubKey *pubKey = nullptr; HWTEST_F() local
1691 HcfPubKey *pubKey = nullptr; HWTEST_F() local
1719 HcfPubKey *pubKey = nullptr; HWTEST_F() local
1747 HcfPubKey *pubKey = nullptr; HWTEST_F() local
1780 HcfPubKey *pubKey = nullptr; HWTEST_F() local
[all...]
/base/security/crypto_framework/test/unittest/src/native/
H A Dnative_signature_test.cpp135 OH_CryptoPubKey *pubKey = OH_CryptoKeyPair_GetPubKey(keyPair); in HWTEST_F() local
H A Dnative_asym_key_test.cpp68 OH_CryptoPubKey *pubKey = OH_CryptoKeyPair_GetPubKey(keyCtx); in HWTEST_F() local
127 OH_CryptoPubKey *pubKey = OH_CryptoKeyPair_GetPubKey(keyCtx); in HWTEST_F() local
153 OH_CryptoPubKey *pubKey = OH_CryptoKeyPair_GetPubKey(keyPair); in HWTEST_F() local
195 OH_CryptoPubKey *pubKey = OH_CryptoKeyPair_GetPubKey(keyPair); in HWTEST_F() local
/base/security/huks/test/unittest/huks_standard_test/interface_inner_test/sdk_test/src/
H A Dhks_safe_cipher_key_test.cpp97 uint8_t pubKey[32] = {0}; in HWTEST_F() local
/base/security/huks/test/unittest/huks_standard_test/three_stage_test/src/asymmetric_alg_test/
H A Dhks_ecc_sign_verify_test_common.cpp89 uint8_t pubKey[HKS_ECC_KEY_SIZE_521] = {0}; in HksEccSignVerifyTestNormalCase() local
/base/update/updater/services/package/pkg_algorithm/
H A Dpkg_algo_sign.cpp135 EVP_PKEY *pubKey = X509_get_pubkey(rcert); in VerifyDigest() local
/base/hiviewdfx/hiview/core/param_update/src/
H A Dlog_sign_tools.cpp54 RSA *pubKey = RSA_new(); in VerifyFileSign() local
128 bool LogSignTools::VerifyRsa(RSA *pubKey, const std::string &digest, const std::string &sign) in VerifyRsa() argument
[all...]
/base/security/certificate_framework/frameworks/adapter/v2.0/src/
H A Dcf_adapter_cert_openssl.c128 int32_t CfOpensslVerifyCert(const CfBase *certObj, const CfBlob *pubKey) in CfOpensslVerifyCert() argument
202 EVP_PKEY *pubKey = (EVP_PKEY *)X509_get_pubkey(certObj->x509Cert); in GetCertPubKey() local

Completed in 38 milliseconds

12345