Home
last modified time | relevance | path

Searched refs:keyPair_ (Results 1 - 4 of 4) sorted by relevance

/base/security/crypto_framework/frameworks/cj/src/
H A Dkey_pair_impl.cpp22 this->keyPair_ = keyPair; in KeyPairImpl()
27 HcfObjDestroy(this->keyPair_); in ~KeyPairImpl()
28 this->keyPair_ = nullptr; in ~KeyPairImpl()
33 return this->keyPair_; in GetHcfKeyPair()
/base/security/crypto_framework/frameworks/js/napi/crypto/src/
H A Dnapi_key_pair.cpp31 this->keyPair_ = keyPair; in NapiKeyPair()
36 HcfObjDestroy(this->keyPair_); in ~NapiKeyPair()
37 this->keyPair_ = nullptr; in ~NapiKeyPair()
104 if (this->keyPair_->pubKey != nullptr) { in ConvertToJsKeyPair()
105 if (WrapPubKey(env, instance, this->keyPair_->pubKey) == false) { in ConvertToJsKeyPair()
108 this->keyPair_->pubKey = nullptr; in ConvertToJsKeyPair()
111 if (this->keyPair_->priKey != nullptr) { in ConvertToJsKeyPair()
112 if (WrapPriKey(env, instance, this->keyPair_->priKey) == false) { in ConvertToJsKeyPair()
115 this->keyPair_->priKey = nullptr; in ConvertToJsKeyPair()
/base/security/crypto_framework/frameworks/cj/include/
H A Dkey_pair_impl.h32 HcfKeyPair *keyPair_ = nullptr; member in OHOS::CryptoFramework::KeyPairImpl
/base/security/crypto_framework/frameworks/js/napi/crypto/inc/
H A Dnapi_key_pair.h40 HcfKeyPair *keyPair_ = nullptr; member in OHOS::CryptoFramework::NapiKeyPair

Completed in 2 milliseconds