Home
last modified time | relevance | path

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

/ohos5.0/base/security/huks/frameworks/crypto_lite/js/napi/
H A Dcipher_napi.cpp55 napi_value iv_napi = nullptr; member
206 ret = GetString(env, context->iv_napi, &context->ivBuf, &len); in ReadAesData()
249 napi_status status = napi_get_named_property(env, object, "iv", &context->iv_napi); in GetAesProperties()