Home
last modified time | relevance | path

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

/ohos5.0/base/security/crypto_framework/frameworks/js/napi/crypto/src/
H A Dnapi_utils.cpp2015 size_t algNameLength = HcfStrlen(blob->base.algName); in BuildInstanceParterToNapiValue() local
2016 if (!algNameLength) { in BuildInstanceParterToNapiValue()
2020 napi_status status = napi_create_string_utf8(env, blob->base.algName, algNameLength, &algName); in BuildInstanceParterToNapiValue()
2121 size_t algNameLength = HcfStrlen(blob->base.algName); in BuildDhInstanceToNapiValue() local
2122 if (!algNameLength) { in BuildDhInstanceToNapiValue()
2126 napi_status status = napi_create_string_utf8(env, blob->base.algName, algNameLength, &algName); in BuildDhInstanceToNapiValue()