Home
last modified time | relevance | path

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

/ohos5.0/base/security/crypto_framework/frameworks/js/napi/crypto/inc/
H A Dnapi_sm2_crypto_util.h33 static napi_value JsGetCipherTextSpec(napi_env env, napi_callback_info info);
/ohos5.0/base/security/crypto_framework/frameworks/js/napi/crypto/src/
H A Dnapi_sm2_crypto_util.cpp237 napi_value NapiSm2CryptoUtil::JsGetCipherTextSpec(napi_env env, napi_callback_info info) in JsGetCipherTextSpec() function in OHOS::CryptoFramework::NapiSm2CryptoUtil
295 DECLARE_NAPI_STATIC_FUNCTION("getCipherTextSpec", NapiSm2CryptoUtil::JsGetCipherTextSpec), in Sm2CryptoUtilConstructorClass()