Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/netstack/frameworks/js/napi/tls/src/context/
H A Dtls_connect_context.cpp46 constexpr uint32_t CA_CHAIN_LENGTH = 1000; variable
63 if (arrayLong > CA_CHAIN_LENGTH) { in ReadNecessaryOptions()