/ohos5.0/base/security/certificate_framework/frameworks/js/napi/certificate/src/ |
H A D | napi_pub_key.cpp | 33 __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 D | napi_x509_certificate.cpp | 233 context->pubKey = pubKey->GetPubKey(); in Verify() 330 CfObjDestroy(pubKeyClass->GetPubKey()); in GetPublicKey()
|
H A D | napi_x509_crl.cpp | 389 context->pubKey = pubKey->GetPubKey(); in Verify()
|
/ohos5.0/base/security/crypto_framework/frameworks/js/napi/crypto/src/ |
H A D | napi_pub_key.cpp | 33 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 D | napi_asy_key_spec_generator.cpp | 233 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 D | napi_key_pair.cpp | 59 HcfObjDestroy(napiPubKey->GetPubKey()); in WrapPubKey()
|
H A D | napi_key_agreement.cpp | 151 ctx->pubKey = napiPubKey->GetPubKey(); in BuildKeyAgreementJsCtx() 340 HcfPubKey *pubKey = napiPubKey->GetPubKey(); in JsGenerateSecretSync()
|
H A D | napi_verify.cpp | 242 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 D | key_mgr_test.cpp | 57 EXPECT_EQ(GetPubKey(), nullptr); 59 EXPECT_NE(GetPubKey(), nullptr);
|
/ohos5.0/drivers/peripheral/user_auth/hdi_service/key_mgr/inc/ |
H A D | ed25519_key.h | 30 const Buffer *GetPubKey(void);
|
/ohos5.0/base/security/crypto_framework/frameworks/cj/src/ |
H A D | pub_key_impl.cpp | 23 HcfPubKey *PubKeyImpl::GetPubKey() in GetPubKey() function in OHOS::CryptoFramework::PubKeyImpl
|
H A D | crypto_ffi.cpp | 843 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 D | pub_key_impl.h | 29 HcfPubKey *GetPubKey();
|
/ohos5.0/base/security/certificate_framework/frameworks/js/napi/certificate/inc/ |
H A D | napi_pub_key.h | 32 HcfPubKey *GetPubKey();
|
/ohos5.0/base/security/crypto_framework/frameworks/js/napi/crypto/inc/ |
H A D | napi_pub_key.h | 33 HcfPubKey *GetPubKey();
|
/ohos5.0/drivers/peripheral/user_auth/hdi_service/key_mgr/src/ |
H A D | ed25519_key.c | 47 const Buffer *GetPubKey(void) in GetPubKey() function
|
/ohos5.0/drivers/peripheral/user_auth/hdi_service/service/ |
H A D | user_auth_interface_service.cpp | 1269 const Buffer *frameworkPubKey = GetPubKey(); in AddExecutor()
|