Searched defs:kContext (Results 1 - 3 of 3) sorted by relevance

/external/boringssl/src/ssl/
H A Dtls13_both.c136 static const char kContext[] = "TLS 1.3, server CertificateVerify"; local
137 context = (const uint8_t *)kContext;
138 context_len = sizeof(kContext);
140 static const char kContext[] = "TLS 1.3, client CertificateVerify"; local
141 context = (const uint8_t *)kContext;
142 context_len = sizeof(kContext);
144 static const char kContext[] = "TLS 1.3, Channel ID"; local
145 context = (const uint8_t *)kContext;
146 context_len = sizeof(kContext);
H A Dssl_test.cc2138 static const uint8_t kContext[] = {3}; local
2140 if (!SSL_set_session_id_context(ssl, kContext, sizeof(kContext))) {
2221 static const uint8_t kContext[] = {3};
2223 if (!SSL_set_session_id_context(client_hello->ssl, kContext,
2224 sizeof(kContext))) {
/external/v8/src/ast/
H A Dast-types.h366 kContext, enumerator in enum:v8::internal::AstBitsetType::AstTypeBase::Kind
534 DCHECK(IsKind(type, kContext));
539 : AstTypeBase(kContext), outer_(outer) {}
830 bool IsContext() { return IsKind(AstTypeBase::kContext); }

Completed in 134 milliseconds