Home
last modified time | relevance | path

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

/ohos5.0/base/security/crypto_framework/frameworks/js/napi/crypto/src/
H A Dnapi_kdf.cpp212 static bool GetCharArrayFromJsString(napi_env env, napi_value arg, HcfBlob *retBlob) in GetCharArrayFromJsString() function
253 if (GetCharArrayFromJsString(env, data, retBlob) != true) { in GetKeyOrPwdFromKdfParams()