Home
last modified time | relevance | path

Searched refs:WITH_CCV (Results 1 – 5 of 5) sorted by relevance

/openbsd/lib/libssl/
H A Dtls13_handshake.h30 #define WITH_CCV 0x10 macro
H A Dtls13_handshake.c223 [NEGOTIATED | WITH_CCV] = {
238 [NEGOTIATED | WITHOUT_HRR | WITH_CCV] = {
H A Dtls13_client.c897 ctx->handshake_stage.hs_type |= WITH_CCV; in tls13_client_certificate_send()
H A Dtls13_server.c930 ctx->handshake_stage.hs_type |= WITH_CCV; in tls13_client_certificate_recv()
/openbsd/regress/lib/libssl/handshake/
H A Dhandshake_table.c155 .flag = WITH_CCV,
222 case WITH_CCV: in flag2str()