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()455 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()2718 && s->post_handshake_auth != SSL_PHA_REQUESTED) in tls_process_certificate_request()3737 if (s->post_handshake_auth == SSL_PHA_REQUESTED) { in tls_prepare_client_certificate()3791 if (s->post_handshake_auth == SSL_PHA_REQUESTED) in tls_prepare_client_certificate()
626 if (!s->server && s->post_handshake_auth != SSL_PHA_REQUESTED) in tls_construct_finished()859 if (s->post_handshake_auth != SSL_PHA_REQUESTED) in tls_process_finished()929 …if (s->post_handshake_auth != SSL_PHA_REQUESTED && !ssl->method->ssl3_enc->change_cipher_state(s, … in tls_process_finished()1467 && s->post_handshake_auth == SSL_PHA_REQUESTED) in tls_finish_handshake()
150 if (s->post_handshake_auth == SSL_PHA_REQUESTED) { in ossl_statem_server13_read_transition()534 s->post_handshake_auth = SSL_PHA_REQUESTED; in ossl_statem_server13_write_transition()567 if (s->post_handshake_auth == SSL_PHA_REQUESTED) { in ossl_statem_server13_write_transition()3590 if (sc->post_handshake_auth == SSL_PHA_REQUESTED) { in tls_process_client_rpk()3784 if (s->post_handshake_auth == SSL_PHA_REQUESTED) { in tls_process_client_certificate()
375 SSL_PHA_REQUESTED /* request received by client, or sent by server */ enumerator
7386 case SSL_PHA_REQUESTED: in SSL_verify_client_post_handshake()