Home
last modified time | relevance | path

Searched refs:GetPriKey (Results 1 – 5 of 5) sorted by relevance

/base/security/crypto_framework/frameworks/js/napi/crypto/src/
Dnapi_pri_key.cpp33 HcfPriKey *NapiPriKey::GetPriKey() in GetPriKey() function in OHOS::CryptoFramework::NapiPriKey
52 const char *algName = this->GetPriKey()->base.getAlgorithm(&(this->GetPriKey()->base)); in ConvertToJsPriKey()
53 const char *format = this->GetPriKey()->base.getFormat(&(this->GetPriKey()->base)); in ConvertToJsPriKey()
77 HcfPriKey *priKey = napiPriKey->GetPriKey(); in JsGetEncoded()
109 HcfPriKey *priKey = napiPriKey->GetPriKey(); in JsClearMem()
193 HcfPriKey *priKey = napiPriKey->GetPriKey(); in JsGetAsyKeySpec()
Dnapi_key_agreement.cpp111 ctx->priKey = napiPriKey->GetPriKey(); in BuildKeyAgreementJsCtx()
Dnapi_asy_key_spec_generator.cpp253 HcfObjDestroy(napiPriKey->GetPriKey()); in PriKeyAsyncWorkReturn()
Dnapi_sign.cpp174 ctx->priKey = napiPriKey->GetPriKey(); in BuildSignJsInitCtx()
/base/security/crypto_framework/frameworks/js/napi/crypto/inc/
Dnapi_pri_key.h33 HcfPriKey *GetPriKey();