Home
last modified time | relevance | path

Searched defs:tmpPassword (Results 1 – 2 of 2) sorted by relevance

/base/security/crypto_framework/frameworks/js/napi/crypto/src/
Dnapi_kdf.cpp251 char *tmpPassword = static_cast<char *>(HcfMalloc(length + 1, 0)); in GetCharArrayFromJsString() local
356 HcfBlob tmpPassword = { .data = nullptr, .len = 0 }; in GetPBKDF2ParamsSpec() local
Dnapi_utils.cpp597 char *tmpPassword = static_cast<char *>(HcfMalloc(length + 1, 0)); in GetCharArrayFromJsString() local