Home
last modified time | relevance | path

Searched defs:kProtocol (Results 1 – 2 of 2) sorted by relevance

/third_party/boringssl/src/ssl/test/
Dfuzzer.h234 static const uint8_t kProtocol[] = {'a', 'a'}; in ALPNSelectCallback() local
242 static const uint8_t kProtocol[] = {'a', 'a'}; in NPNSelectCallback() local
/third_party/node/lib/internal/http2/
Dcore.js208 const kProtocol = Symbol('protocol'); constant