Home
last modified time | relevance | path

Searched refs:CM_MAX_DATA_LEN (Results 1 - 2 of 2) sorted by relevance

/base/security/certificate_manager/interfaces/kits/napi/src/dialog/
H A Dcm_napi_dialog_common.cpp40 constexpr int CM_MAX_DATA_LEN = 0x6400000; // The maximum length is 100M member
220 if ((length == 0) || (length > CM_MAX_DATA_LEN)) { in ParseString()
272 if (length > CM_MAX_DATA_LEN) { in GetUint8ArrayToBase64Str()
/base/security/certificate_manager/interfaces/kits/napi/src/
H A Dcm_napi_common.cpp26 constexpr int CM_MAX_DATA_LEN = 0x6400000; // The maximum length is 100M member
117 if (length > CM_MAX_DATA_LEN) { /* alias can be empty */ in ParseCertAlias()
168 if ((length == 0) || (length > CM_MAX_DATA_LEN)) { in ParseString()
217 if (length > CM_MAX_DATA_LEN) { in GetUint8Array()

Completed in 3 milliseconds