Searched refs:kMaxSessionSize (Results 1 – 2 of 2) sorted by relevance
/third_party/node/src/ | ||
D | node_crypto.h | 110 static const int kMaxSessionSize = 10 * 1024; variable |
D | node_crypto.cc | 1810 if (size > SecureContext::kMaxSessionSize) in NewSessionCallback() |