Home
last modified time | relevance | path

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

/ohos5.0/base/security/certificate_framework/frameworks/js/napi/certificate/src/
H A Dnapi_cert_crl_common.cpp103 if (length > MAX_LEN_OF_ARRAY) { in GetArrayCertFromNapiValue()
154 if (length > MAX_LEN_OF_ARRAY) { in GetArrayCRLFromNapiValue()
H A Dnapi_x509_cert_chain_validate_params.cpp60 if (status != napi_ok || length == 0 || length > MAX_LEN_OF_ARRAY) { in GetArrayLength()
/ohos5.0/base/security/certificate_framework/frameworks/js/napi/certificate/inc/
H A Dnapi_cert_defines.h33 constexpr uint32_t MAX_LEN_OF_ARRAY = 1024; variable