HomeSort by relevance Sort by last modified time
    Searched defs:next_proto (Results 1 - 2 of 2) sorted by null

  /external/boringssl/src/tool/
transport_common.cc 183 const uint8_t *next_proto; local
185 SSL_get0_next_proto_negotiated(ssl, &next_proto, &next_proto_len);
187 next_proto);
  /external/boringssl/src/ssl/test/
bssl_shim.cc 1008 const uint8_t *next_proto; local
1010 SSL_get0_next_proto_negotiated(ssl, &next_proto, &next_proto_len);
1012 memcmp(next_proto, config->expected_next_proto.data(),
    [all...]

Completed in 188 milliseconds