Home
last modified time | relevance | path

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

/base/security/crypto_framework/frameworks/js/napi/crypto/src/
Dnapi_kdf.cpp236 static bool GetCharArrayFromJsString(napi_env env, napi_value arg, HcfBlob *retBlob) in GetCharArrayFromJsString() function
277 if (GetCharArrayFromJsString(env, data, retBlob) != true) { in GetKeyOrPwdFromKdfParams()
Dnapi_utils.cpp551 static bool GetCharArrayFromJsString(napi_env env, napi_value arg, HcfBlob *retBlob) in GetCharArrayFromJsString() function
591 if (!GetCharArrayFromJsString(env, passWd, tmpPw)) { in InitEncodingParams()
596 if (!GetCharArrayFromJsString(env, cipher, tmpCipher)) { in InitEncodingParams()