Searched refs:TLS1_FLAGS_STATELESS (Results 1 – 7 of 7) sorted by relevance
293 # define TLS1_FLAGS_STATELESS 0x0800 macro
1365 if ((s->s3->flags & TLS1_FLAGS_STATELESS) != 0 in final_key_share()1423 if ((s->s3->flags & TLS1_FLAGS_STATELESS) != 0 in final_key_share()
322 if ((s->s3->flags & TLS1_FLAGS_STATELESS) == 0 && !SSL_clear(s)) in state_machine()
748 || (s->s3->flags & TLS1_FLAGS_STATELESS) == 0) in tls_parse_ctos_cookie()1782 if ((s->s3->flags & TLS1_FLAGS_STATELESS) == 0) in tls_construct_stoc_cookie()
1180 && (s->s3->flags & TLS1_FLAGS_STATELESS) != 0) { in tls_get_message_header()
772 && (s->s3->flags & TLS1_FLAGS_STATELESS) == 0) in ossl_statem_server_pre_work()
5598 s->s3->flags |= TLS1_FLAGS_STATELESS; in SSL_stateless()5600 s->s3->flags &= ~TLS1_FLAGS_STATELESS; in SSL_stateless()