Home | History | Annotate | Download | only in test

Lines Matching refs:extension

544     CBS extension, server_name_list, host_name;
550 fprintf(stderr, "Could not find server_name extension.\n");
554 CBS_init(&extension, extension_data, extension_len);
555 if (!CBS_get_u16_length_prefixed(&extension, &server_name_list) ||
556 CBS_len(&extension) != 0 ||
561 fprintf(stderr, "Could not decode server_name extension.\n");
954 // kCustomExtensionValue is the extension value that the custom extension
961 static const char kCustomExtensionContents[] = "custom extension";