/base/security/crypto_framework/interfaces/inner_api/key/ |
H A D | key_pair.h | 29 HcfPubKey *pubKey; member
|
/base/security/crypto_framework/frameworks/cj/src/ |
H A D | pub_key_impl.cpp | 19 PubKeyImpl::PubKeyImpl(HcfPubKey *pubKey) : KeyImpl(reinterpret_cast<HcfKey *>(pubKey)) {} in PubKeyImpl() argument
|
H A D | key_agreement_impl.cpp | 36 HcfBlob KeyAgreementImpl::GenerateSecret(HcfPriKey *priKey, HcfPubKey *pubKey, int32_t *errCode) in GenerateSecret() argument
|
H A D | verify_impl.cpp | 30 HcfResult VerifyImpl::Init(HcfPubKey *pubKey) in Init() argument
|
/base/security/huks/frameworks/huks_standard/main/crypto_engine/mbedtls/src/ |
H A D | hks_mbedtls_ecdh.c | 42 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 D | hks_client_service_adapter_test.cpp | 99 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 D | x25519_openssl.c | 51 EngineGenerateSecret(HcfKeyAgreementSpi *self, HcfPriKey *priKey, HcfPubKey *pubKey, HcfBlob *returnSecret) EngineGenerateSecret() argument
|
H A D | dh_openssl.c | 52 EngineGenerateSecret(HcfKeyAgreementSpi *self, HcfPriKey *priKey, HcfPubKey *pubKey, HcfBlob *returnSecret) EngineGenerateSecret() argument
|
H A D | ecdh_openssl.c | 90 EngineGenerateSecret(HcfKeyAgreementSpi *self, HcfPriKey *priKey, HcfPubKey *pubKey, HcfBlob *returnSecret) EngineGenerateSecret() argument
|
/base/security/crypto_framework/test/unittest/src/ecc/ |
H A D | crypto_ecc_asy_key_generator_by_spec_sub_two_test.cpp | 120 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 D | crypto_ecc_asy_key_generator_by_spec_sub_one_test.cpp | 96 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 D | crypto_ecc_asy_key_generator_by_spec_test.cpp | 603 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 D | crypto_ecc_asy_key_generator_by_spec_sub_three_test.cpp | 138 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 D | hksimportkey_fuzzer.cpp | 43 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 D | hksexportpublickey_fuzzer.cpp | 41 struct HksBlob pubKey = { pubKeyBuffer.size(), pubKeyBuffer.data() }; in DoSomethingInterestingWithMyAPI() local
|
/base/security/certificate_framework/frameworks/js/napi/certificate/src/ |
H A D | napi_pub_key.cpp | 29 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 D | napi_key_pair.cpp | 54 napi_value pubKey = napiPubKey->ConvertToJsPubKey(env); in WrapPubKey() local
|
/base/security/crypto_framework/test/unittest/src/sm2/ |
H A D | crypto_sm2_asy_key_generator_by_spec_test.cpp | 1379 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 D | native_signature_test.cpp | 135 OH_CryptoPubKey *pubKey = OH_CryptoKeyPair_GetPubKey(keyPair); in HWTEST_F() local
|
H A D | native_asym_key_test.cpp | 68 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 D | hks_safe_cipher_key_test.cpp | 97 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 D | hks_ecc_sign_verify_test_common.cpp | 89 uint8_t pubKey[HKS_ECC_KEY_SIZE_521] = {0}; in HksEccSignVerifyTestNormalCase() local
|
/base/update/updater/services/package/pkg_algorithm/ |
H A D | pkg_algo_sign.cpp | 135 EVP_PKEY *pubKey = X509_get_pubkey(rcert); in VerifyDigest() local
|
/base/hiviewdfx/hiview/core/param_update/src/ |
H A D | log_sign_tools.cpp | 54 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 D | cf_adapter_cert_openssl.c | 128 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
|