Home
last modified time | relevance | path

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

/ohos5.0/base/security/certificate_framework/frameworks/js/napi/certificate/inc/
H A Dnapi_cert_utils.h32 constexpr size_t MAX_NAPI_ARRAY_OF_U8ARR = 1024; variable
/ohos5.0/base/security/certificate_framework/frameworks/js/napi/certificate/src/
H A Dnapi_x509_cert_chain_validate_params.cpp181 if (status != napi_ok || length == 0 || length > MAX_NAPI_ARRAY_OF_U8ARR) { in GetRevocationOptions()
395 if (status != napi_ok || length == 0 || length > MAX_NAPI_ARRAY_OF_U8ARR) { in GetKeyUsage()
H A Dnapi_cert_utils.cpp506 if (status != napi_ok || length == 0 || length > MAX_NAPI_ARRAY_OF_U8ARR) { in CertGetBlobArrFromArrUarrJSParams()
624 if (status != napi_ok || length == 0 || length > MAX_NAPI_ARRAY_OF_U8ARR) { in ParserArray()
711 if (status != napi_ok || length == 0 || length > MAX_NAPI_ARRAY_OF_U8ARR) { in CertGetArrFromArrUarrJSParams()