Home
last modified time | relevance | path

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

/third_party/node/src/
Dnode_crypto.h110 static const int kMaxSessionSize = 10 * 1024; variable
Dnode_crypto.cc1810 if (size > SecureContext::kMaxSessionSize) in NewSessionCallback()