Searched refs:TLS1_FLAGS_STATELESS (Results 1 – 7 of 7) sorted by relevance
304 #define TLS1_FLAGS_STATELESS 0x0800 macro
1377 if ((s->s3.flags & TLS1_FLAGS_STATELESS) != 0 in final_key_share()1413 if ((s->s3.flags & TLS1_FLAGS_STATELESS) != 0 in final_key_share()
381 if ((s->s3.flags & TLS1_FLAGS_STATELESS) == 0 && !SSL_clear(ssl)) in state_machine()
1022 || (s->s3.flags & TLS1_FLAGS_STATELESS) == 0) in tls_parse_ctos_cookie()2076 if ((s->s3.flags & TLS1_FLAGS_STATELESS) == 0) in tls_construct_stoc_cookie()
1586 && (s->s3.flags & TLS1_FLAGS_STATELESS) != 0) { in tls_get_message_header()
838 && (s->s3.flags & TLS1_FLAGS_STATELESS) == 0) in ossl_statem_server_pre_work()
7317 sc->s3.flags |= TLS1_FLAGS_STATELESS; in SSL_stateless()7319 sc->s3.flags &= ~TLS1_FLAGS_STATELESS; in SSL_stateless()