Home
last modified time | relevance | path

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

/external/boringssl/src/ssl/
Dhandoff.cc178 next_proto, alpn, hostname, channel_id; in SSL_apply_handback() local
217 !CBS_get_asn1(&seq, &next_proto, CBS_ASN1_OCTETSTRING) || in SSL_apply_handback()
249 s3->next_proto_negotiated.CopyFrom(next_proto); in SSL_apply_handback()
/external/tcpdump/
Dprint-ip6.c165 u_int len, u_int covlen, u_int next_proto) in nextproto6_cksum() argument
200 ph.ph_nxt = next_proto; in nextproto6_cksum()
Dprint-ip.c143 u_int len, u_int covlen, u_int next_proto) in nextproto4_cksum() argument
157 ph.proto = next_proto; in nextproto4_cksum()
/external/boringssl/src/tool/
Dtransport_common.cc259 const uint8_t *next_proto; in PrintConnectionInfo() local
261 SSL_get0_next_proto_negotiated(ssl, &next_proto, &next_proto_len); in PrintConnectionInfo()
263 next_proto); in PrintConnectionInfo()
/external/v8/src/ic/
Dkeyed-store-generic.cc538 Label next_proto(this); in LookupPropertyOnPrototypeChain() local
545 &var_entry, &next_proto, bailout); in LookupPropertyOnPrototypeChain()
586 GotoIf(WordEqual(value, TheHoleConstant()), &next_proto); in LookupPropertyOnPrototypeChain()
598 Bind(&next_proto); in LookupPropertyOnPrototypeChain()
Daccessor-assembler.cc1306 Label next_proto(this), return_value(this, &var_value), goto_slow(this); in GenericPropertyLoad() local
1309 &next_proto, &goto_slow); in GenericPropertyLoad()
1313 Bind(&next_proto); in GenericPropertyLoad()
/external/boringssl/src/ssl/test/
Dbssl_shim.cc1717 const uint8_t *next_proto; in CheckHandshakeProperties() local
1719 SSL_get0_next_proto_negotiated(ssl, &next_proto, &next_proto_len); in CheckHandshakeProperties()
1721 OPENSSL_memcmp(next_proto, config->expected_next_proto.data(), in CheckHandshakeProperties()
/external/v8/src/
Dcode-stub-assembler.cc5328 Label next_proto(this); in TryPrototypeChainLookup() local
5331 &next_proto, if_bailout); in TryPrototypeChainLookup()
5332 Bind(&next_proto); in TryPrototypeChainLookup()
5367 Label next_proto(this); in TryPrototypeChainLookup() local
5371 var_index.value(), &next_proto, if_bailout); in TryPrototypeChainLookup()
5372 Bind(&next_proto); in TryPrototypeChainLookup()