Searched refs:TLS1_FLAGS_STATELESS (Results 1 – 7 of 7) sorted by relevance
293 # define TLS1_FLAGS_STATELESS 0x0800 macro
1337 if ((s->s3->flags & TLS1_FLAGS_STATELESS) != 0 in final_key_share()1395 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()
743 || (s->s3->flags & TLS1_FLAGS_STATELESS) == 0) in tls_parse_ctos_cookie()1764 if ((s->s3->flags & TLS1_FLAGS_STATELESS) == 0) in tls_construct_stoc_cookie()
1167 && (s->s3->flags & TLS1_FLAGS_STATELESS) != 0) { in tls_get_message_header()
749 && (s->s3->flags & TLS1_FLAGS_STATELESS) == 0) in ossl_statem_server_pre_work()
5499 s->s3->flags |= TLS1_FLAGS_STATELESS; in SSL_stateless()5501 s->s3->flags &= ~TLS1_FLAGS_STATELESS; in SSL_stateless()