Home
last modified time | relevance | path

Searched refs:GetPubKey (Results 1 – 17 of 17) sorted by relevance

/ohos5.0/base/security/certificate_framework/frameworks/js/napi/certificate/src/
H A Dnapi_pub_key.cpp33 __attribute__((no_sanitize("cfi"))) HcfPubKey *NapiPubKey::GetPubKey() in GetPubKey() function in OHOS::CertFramework::NapiPubKey
52 const char *algName = this->GetPubKey()->base.getAlgorithm(&(this->GetPubKey()->base)); in ConvertToJsPubKey()
53 const char *format = this->GetPubKey()->base.getFormat(&(this->GetPubKey()->base)); in ConvertToJsPubKey()
73 HcfPubKey *pubKey = napiPubKey->GetPubKey(); in JsGetEncoded()
H A Dnapi_x509_certificate.cpp233 context->pubKey = pubKey->GetPubKey(); in Verify()
330 CfObjDestroy(pubKeyClass->GetPubKey()); in GetPublicKey()
H A Dnapi_x509_crl.cpp389 context->pubKey = pubKey->GetPubKey(); in Verify()
/ohos5.0/base/security/crypto_framework/frameworks/js/napi/crypto/src/
H A Dnapi_pub_key.cpp33 HcfPubKey *NapiPubKey::GetPubKey() in GetPubKey() function in OHOS::CryptoFramework::NapiPubKey
52 const char *algName = this->GetPubKey()->base.getAlgorithm(&(this->GetPubKey()->base)); in ConvertToJsPubKey()
53 const char *format = this->GetPubKey()->base.getFormat(&(this->GetPubKey()->base)); in ConvertToJsPubKey()
77 HcfPubKey *pubKey = napiPubKey->GetPubKey(); in JsGetEncoded()
129 HcfPubKey *pubKey = napiPubKey->GetPubKey(); in JsGetEncodedDer()
183 HcfPubKey *pubKey = napiPubKey->GetPubKey(); in JsGetEncodedPem()
281 HcfPubKey *pubKey = napiPubKey->GetPubKey(); in JsGetAsyKeySpec()
H A Dnapi_asy_key_spec_generator.cpp233 HcfObjDestroy(napiPubKey->GetPubKey()); in PubKeyAsyncWorkReturn()
241 HcfObjDestroy(napiPubKey->GetPubKey()); in PubKeyAsyncWorkReturn()
511 HcfObjDestroy(napiPubKey->GetPubKey()); in JsGeneratePubKeySync()
517 HcfObjDestroy(napiPubKey->GetPubKey()); in JsGeneratePubKeySync()
H A Dnapi_key_pair.cpp59 HcfObjDestroy(napiPubKey->GetPubKey()); in WrapPubKey()
H A Dnapi_key_agreement.cpp151 ctx->pubKey = napiPubKey->GetPubKey(); in BuildKeyAgreementJsCtx()
340 HcfPubKey *pubKey = napiPubKey->GetPubKey(); in JsGenerateSecretSync()
H A Dnapi_verify.cpp242 ctx->pubKey = napiPubKey->GetPubKey(); in BuildVerifyJsInitCtx()
759 HcfPubKey *pubKey = napiPubKey->GetPubKey(); in JsInitSync()
/ohos5.0/drivers/peripheral/user_auth/test/unittest/base_test/src/
H A Dkey_mgr_test.cpp57 EXPECT_EQ(GetPubKey(), nullptr);
59 EXPECT_NE(GetPubKey(), nullptr);
/ohos5.0/drivers/peripheral/user_auth/hdi_service/key_mgr/inc/
H A Ded25519_key.h30 const Buffer *GetPubKey(void);
/ohos5.0/base/security/crypto_framework/frameworks/cj/src/
H A Dpub_key_impl.cpp23 HcfPubKey *PubKeyImpl::GetPubKey() in GetPubKey() function in OHOS::CryptoFramework::PubKeyImpl
H A Dcrypto_ffi.cpp843 HcfPubKey *pubKey = pubKeyImpl->GetPubKey(); in FFiOHOSVerifyInit()
1491 HcfPubKey *pubKey = instance->GetPubKey(); in FFiOHOSPubKeyGetEncoded()
1512 HcfPubKey *pubKey = instance->GetPubKey(); in FFiOHOSPubKeyGetEncodedDer()
1533 HcfPubKey *pubKey = instance->GetPubKey(); in FFiOHOSPubKeyGetEncodedPem()
1554 HcfPubKey *pubKey = instance->GetPubKey(); in FFiOHOSPubKeyGetAsyKeySpecByNum()
1576 HcfPubKey *pubKey = instance->GetPubKey(); in FFiOHOSPubKeyGetAsyKeySpecByStr()
1598 HcfPubKey *pubKey = instance->GetPubKey(); in FFiOHOSPubKeyGetAsyKeySpecByBigInt()
1796 return instance->GenerateSecret(priKey->GetPriKey(), pubKey->GetPubKey(), errCode); in FFiOHOSKeyAgreementGenerateSecret()
/ohos5.0/base/security/crypto_framework/frameworks/cj/include/
H A Dpub_key_impl.h29 HcfPubKey *GetPubKey();
/ohos5.0/base/security/certificate_framework/frameworks/js/napi/certificate/inc/
H A Dnapi_pub_key.h32 HcfPubKey *GetPubKey();
/ohos5.0/base/security/crypto_framework/frameworks/js/napi/crypto/inc/
H A Dnapi_pub_key.h33 HcfPubKey *GetPubKey();
/ohos5.0/drivers/peripheral/user_auth/hdi_service/key_mgr/src/
H A Ded25519_key.c47 const Buffer *GetPubKey(void) in GetPubKey() function
/ohos5.0/drivers/peripheral/user_auth/hdi_service/service/
H A Duser_auth_interface_service.cpp1269 const Buffer *frameworkPubKey = GetPubKey(); in AddExecutor()