Home
last modified time | relevance | path

Searched refs:pubId (Results 1 - 3 of 3) sorted by relevance

/base/security/huks/test/unittest/huks_standard_test/interface_inner_test/alg_module_test/src/
H A Dhks_ecc_verify_mt.cpp881 struct HksBlob pubId = { (uint32_t)strlen(PUB_KEY), (uint8_t *)PUB_KEY }; in RunTestCase() local
882 EXPECT_EQ(HksImportKey(&pubId, paramInSet, &x509Key), HKS_SUCCESS); in RunTestCase()
883 EXPECT_EQ(HksVerify(&pubId, paramInSet, &message, &signature), testCaseParams.verifyResult); in RunTestCase()
884 (void)HksDeleteKey(&pubId, nullptr); in RunTestCase()
/base/security/crypto_framework/frameworks/cj/include/
H A Dcrypto_ffi.h183 FFI_EXPORT HcfBlob FFiOHOSKeyAgreementGenerateSecret(int64_t id, int64_t priId, int64_t pubId, int32_t *errCode);
/base/security/crypto_framework/frameworks/cj/src/
H A Dcrypto_ffi.cpp1773 HcfBlob FFiOHOSKeyAgreementGenerateSecret(int64_t id, int64_t priId, int64_t pubId, int32_t *errCode) in FFiOHOSKeyAgreementGenerateSecret() argument
1789 auto pubKey = FFIData::GetData<PubKeyImpl>(pubId); in FFiOHOSKeyAgreementGenerateSecret()

Completed in 6 milliseconds