Searched refs:SSL_PHA_REQUESTED (Results 1 – 5 of 5) sorted by relevance
199 s->post_handshake_auth = SSL_PHA_REQUESTED; in ossl_statem_client13_read_transition()456 if (s->post_handshake_auth == SSL_PHA_REQUESTED) { in ossl_statem_client13_write_transition()906 if (s->post_handshake_auth != SSL_PHA_REQUESTED) { in ossl_statem_client_post_work()2679 && s->post_handshake_auth != SSL_PHA_REQUESTED) in tls_process_certificate_request()3692 if (s->post_handshake_auth == SSL_PHA_REQUESTED) { in tls_prepare_client_certificate()3746 if (s->post_handshake_auth == SSL_PHA_REQUESTED) in tls_prepare_client_certificate()
617 if (!s->server && s->post_handshake_auth != SSL_PHA_REQUESTED) in tls_construct_finished()850 if (s->post_handshake_auth != SSL_PHA_REQUESTED) in tls_process_finished()920 if (s->post_handshake_auth != SSL_PHA_REQUESTED && in tls_process_finished()1446 && s->post_handshake_auth == SSL_PHA_REQUESTED) in tls_finish_handshake()
148 if (s->post_handshake_auth == SSL_PHA_REQUESTED) { in ossl_statem_server13_read_transition()533 s->post_handshake_auth = SSL_PHA_REQUESTED; in ossl_statem_server13_write_transition()566 if (s->post_handshake_auth == SSL_PHA_REQUESTED) { in ossl_statem_server13_write_transition()3550 if (sc->post_handshake_auth == SSL_PHA_REQUESTED) { in tls_process_client_rpk()3745 if (s->post_handshake_auth == SSL_PHA_REQUESTED) { in tls_process_client_certificate()
378 SSL_PHA_REQUESTED /* request received by client, or sent by server */ enumerator
7302 case SSL_PHA_REQUESTED: in SSL_verify_client_post_handshake()
Completed in 70 milliseconds