Searched refs:TLS1_FLAGS_STATELESS (Results 1 – 7 of 7) sorted by relevance
305 # define TLS1_FLAGS_STATELESS 0x0800 macro
1434 if ((s->s3.flags & TLS1_FLAGS_STATELESS) != 0 in final_key_share()1471 if ((s->s3.flags & TLS1_FLAGS_STATELESS) != 0 in final_key_share()
382 if ((s->s3.flags & TLS1_FLAGS_STATELESS) == 0 && !SSL_clear(ssl)) in state_machine()
1024 || (s->s3.flags & TLS1_FLAGS_STATELESS) == 0) in tls_parse_ctos_cookie()2072 if ((s->s3.flags & TLS1_FLAGS_STATELESS) == 0) in tls_construct_stoc_cookie()
1580 && (s->s3.flags & TLS1_FLAGS_STATELESS) != 0) { in tls_get_message_header()
840 && (s->s3.flags & TLS1_FLAGS_STATELESS) == 0) in ossl_statem_server_pre_work()
7363 sc->s3.flags |= TLS1_FLAGS_STATELESS; in SSL_stateless()7365 sc->s3.flags &= ~TLS1_FLAGS_STATELESS; in SSL_stateless()