Searched refs:GetCharArrayFromJsString (Results 1 – 2 of 2) sorted by relevance
| /base/security/crypto_framework/frameworks/js/napi/crypto/src/ |
| D | napi_kdf.cpp | 236 static bool GetCharArrayFromJsString(napi_env env, napi_value arg, HcfBlob *retBlob) in GetCharArrayFromJsString() function 277 if (GetCharArrayFromJsString(env, data, retBlob) != true) { in GetKeyOrPwdFromKdfParams()
|
| D | napi_utils.cpp | 551 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()
|