Home
last modified time | relevance | path

Searched refs:protect_hvr (Results 1 - 1 of 1) sorted by relevance

/third_party/mbedtls/programs/test/
H A Dudp_proxy.c123 " protect_hvr=0/1 default: 0 (don't protect HelloVerifyRequest)\n" \
156 int protect_hvr; /* never drop or delay HelloVerifyRequest */ member
281 else if (strcmp(p, "protect_hvr") == 0) { in get_options()
282 opt.protect_hvr = atoi(q); in get_options()
283 if (opt.protect_hvr < 0 || opt.protect_hvr > 1) { in get_options()
725 !(opt.protect_hvr && in handle_message()
736 !(opt.protect_hvr && in handle_message()

Completed in 2 milliseconds