Home
last modified time | relevance | path

Searched refs:tls13_clienthello_hash_validate (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/lib/libssl/
H A Dtls13_internal.h420 int tls13_clienthello_hash_validate(struct tls13_ctx *ctx);
H A Dtls13_lib.c716 tls13_clienthello_hash_validate(struct tls13_ctx *ctx) in tls13_clienthello_hash_validate() function
H A Dtls13_server.c225 if (!tls13_clienthello_hash_validate(ctx)) { in tls13_client_hello_process()