Home
last modified time | relevance | path

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

/ohos5.0/base/security/crypto_framework/frameworks/js/napi/crypto/src/
H A Dnapi_key_pair.cpp47 static bool WrapPubKey(napi_env env, napi_value instance, HcfPubKey *key) in WrapPubKey() function
105 if (WrapPubKey(env, instance, this->keyPair_->pubKey) == false) { in ConvertToJsKeyPair()