Searched refs:NapiSm2CryptoUtil (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/base/security/crypto_framework/frameworks/js/napi/crypto/src/ |
H A D | napi_sm2_crypto_util.cpp | 27 NapiSm2CryptoUtil::NapiSm2CryptoUtil() {} in NapiSm2CryptoUtil() function in OHOS::CryptoFramework::NapiSm2CryptoUtil 28 NapiSm2CryptoUtil::~NapiSm2CryptoUtil() {} in ~NapiSm2CryptoUtil() 109 napi_value NapiSm2CryptoUtil::JsGenCipherTextBySpec(napi_env env, napi_callback_info info) in JsGenCipherTextBySpec() 237 napi_value NapiSm2CryptoUtil::JsGetCipherTextSpec(napi_env env, napi_callback_info info) in JsGetCipherTextSpec() 281 napi_value NapiSm2CryptoUtil::Sm2CryptoUtilConstructor(napi_env env, napi_callback_info info) in Sm2CryptoUtilConstructor() 290 napi_value NapiSm2CryptoUtil::Sm2CryptoUtilConstructorClass(napi_env env) in Sm2CryptoUtilConstructorClass() 294 … DECLARE_NAPI_STATIC_FUNCTION("genCipherTextBySpec", NapiSm2CryptoUtil::JsGenCipherTextBySpec), in Sm2CryptoUtilConstructorClass() 295 DECLARE_NAPI_STATIC_FUNCTION("getCipherTextSpec", NapiSm2CryptoUtil::JsGetCipherTextSpec), in Sm2CryptoUtilConstructorClass() 298 NapiSm2CryptoUtil::Sm2CryptoUtilConstructor, in Sm2CryptoUtilConstructorClass() 303 void NapiSm2CryptoUtil::DefineNapiSm2CryptoUtilJSClass(napi_env env, napi_value exports) in DefineNapiSm2CryptoUtilJSClass() [all …]
|
H A D | napi_init.cpp | 235 NapiSm2CryptoUtil::DefineNapiSm2CryptoUtilJSClass(env, exports); in ModuleExport()
|
/ohos5.0/base/security/crypto_framework/frameworks/js/napi/crypto/inc/ |
H A D | napi_sm2_crypto_util.h | 27 class NapiSm2CryptoUtil { 29 explicit NapiSm2CryptoUtil(); 30 ~NapiSm2CryptoUtil();
|