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

  /external/boringssl/src/tool/
transport_common.cc 260 unsigned next_proto_len; local
261 SSL_get0_next_proto_negotiated(ssl, &next_proto, &next_proto_len);
262 BIO_printf(bio, " Next protocol negotiated: %.*s\n", next_proto_len,
  /external/boringssl/src/ssl/test/
bssl_shim.cc     [all...]

Completed in 261 milliseconds