Home
last modified time | relevance | path

Searched refs:check_strings (Results 1 – 2 of 2) sorted by relevance

/third_party/mbedtls/tests/scripts/
Dgenerate_tls13_compat_tests.py385 check_strings = ["Protocol is TLSv1.3"]
387 check_strings.append(
392 check_strings.append(
397 check_strings += ['got named group: {named_group}({iana_value:04x})'.format(
401 check_strings.append("Certificate verification was skipped")
402 return ['-s "{}"'.format(i) for i in check_strings]
432 check_strings = ["Protocol is TLSv1.3"]
434 check_strings.append(
439 check_strings.append(
444 check_strings += ['NamedGroup: {named_group} ( {iana_value:x} )'.format(
[all …]
/third_party/elfutils/tests/
Delfstrtab.c86 check_strings (Elf *elf, int ndx, const char *msg) in check_strings() function
273 check_strings (elf, ndx, "first extra strings"); in check_elf()
335 check_strings (elf, ndx, "read file, added strings"); in check_elf()
368 check_strings (elf, ndx, "all together now"); in check_elf()