Home
last modified time | relevance | path

Searched refs:classRef_ (Results 1 – 25 of 44) sorted by relevance

12

/base/security/crypto_framework/frameworks/js/napi/crypto/src/
Dnapi_sym_key.cpp25 thread_local napi_ref NapiSymKey::classRef_ = nullptr; member in OHOS::CryptoFramework::NapiSymKey
68 napi_get_reference_value(env, classRef_, &constructor); in CreateSymKey()
84 napi_create_reference(env, constructor, 1, &classRef_); in DefineSymKeyJSClass()
Dnapi_key_pair.cpp27 thread_local napi_ref NapiKeyPair::classRef_ = nullptr; member in OHOS::CryptoFramework::NapiKeyPair
51 napi_get_reference_value(env, classRef_, &constructor); in ConvertToJsKeyPair()
107 napi_create_reference(env, constructor, 1, &classRef_); in DefineKeyPairJSClass()
Dnapi_pub_key.cpp27 thread_local napi_ref NapiPubKey::classRef_ = nullptr; member in OHOS::CryptoFramework::NapiPubKey
49 napi_get_reference_value(env, classRef_, &constructor); in ConvertToJsPubKey()
198 napi_create_reference(env, constructor, 1, &classRef_); in DefinePubKeyJSClass()
/base/security/certificate_framework/frameworks/js/napi/certificate/src/
Dnapi_pub_key.cpp27 thread_local napi_ref NapiPubKey::classRef_ = nullptr; member in OHOS::CertFramework::NapiPubKey
55 napi_get_reference_value(env, classRef_, &constructor); in ConvertToJsPubKey()
101 napi_create_reference(env, constructor, 1, &classRef_); in DefinePubKeyJSClass()
Dnapi_key.cpp27 thread_local napi_ref NapiKey::classRef_ = nullptr; member in OHOS::CertFramework::NapiKey
110 napi_create_reference(env, constructor, 1, &classRef_); in DefineHcfKeyJSClass()
/base/security/certificate_framework/frameworks/js/napi/certificate/inc/
Dnapi_cert_extension.h40 static thread_local napi_ref classRef_; variable
Dnapi_cert_chain_validator.h42 static thread_local napi_ref classRef_; variable
Dnapi_pub_key.h41 static thread_local napi_ref classRef_; variable
Dnapi_key.h40 static thread_local napi_ref classRef_; variable
Dnapi_x509_crl_entry.h46 static thread_local napi_ref classRef_; variable
/base/security/crypto_framework/frameworks/js/napi/crypto/inc/
Dnapi_key_pair.h37 static thread_local napi_ref classRef_; variable
Dnapi_sym_key.h39 static thread_local napi_ref classRef_; variable
Dnapi_key_agreement.h40 static thread_local napi_ref classRef_; variable
Dnapi_pub_key.h42 static thread_local napi_ref classRef_; variable
Dnapi_key.h40 static thread_local napi_ref classRef_; variable
Dnapi_asy_key_generator.h41 static thread_local napi_ref classRef_; variable
Dnapi_pri_key.h43 static thread_local napi_ref classRef_; variable
Dnapi_md.h35 static thread_local napi_ref classRef_; variable
Dnapi_sym_key_generator.h40 static thread_local napi_ref classRef_; variable
Dnapi_rand.h35 static thread_local napi_ref classRef_; variable
Dnapi_asy_key_spec_generator.h43 static thread_local napi_ref classRef_; variable
Dnapi_mac.h35 static thread_local napi_ref classRef_; variable
Dnapi_verify.h45 static thread_local napi_ref classRef_; variable
Dnapi_sign.h45 static thread_local napi_ref classRef_; variable
Dnapi_cipher.h46 static thread_local napi_ref classRef_; variable

12