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

  /external/curl/lib/vtls/
mbedtls.c 441 const char* next_protocol; local
563 next_protocol = mbedtls_ssl_get_alpn_protocol(&connssl->ssl);
565 if(next_protocol) {
566 infof(data, "ALPN, server accepted to use %s\n", next_protocol);
568 if(!strncmp(next_protocol, NGHTTP2_PROTO_VERSION_ID,
570 !next_protocol[NGHTTP2_PROTO_VERSION_ID_LEN]) {
575 if(!strncmp(next_protocol, ALPN_HTTP_1_1, ALPN_HTTP_1_1_LENGTH) &&
576 !next_protocol[ALPN_HTTP_1_1_LENGTH]) {
polarssl.c 529 const char *next_protocol = ssl_get_alpn_protocol(&connssl->ssl); local
531 if(next_protocol != NULL) {
532 infof(data, "ALPN, server accepted to use %s\n", next_protocol);
535 if(!strncmp(next_protocol, NGHTTP2_PROTO_VERSION_ID,
541 if(!strncmp(next_protocol, ALPN_HTTP_1_1, ALPN_HTTP_1_1_LENGTH)) {
  /external/boringssl/src/ssl/
s3_srvr.c 2131 CBS next_protocol, selected_protocol, padding; local
    [all...]

Completed in 60 milliseconds