Searched refs:SSL_PHA_REQUESTED (Results 1 – 5 of 5) sorted by relevance
170 s->post_handshake_auth = SSL_PHA_REQUESTED; in ossl_statem_client13_read_transition()422 if (s->post_handshake_auth == SSL_PHA_REQUESTED) { in ossl_statem_client13_write_transition()854 if (s->post_handshake_auth != SSL_PHA_REQUESTED) { in ossl_statem_client_post_work()2566 if (SSL_IS_TLS13(s) && s->post_handshake_auth != SSL_PHA_REQUESTED) in tls_process_certificate_request()3475 if (s->post_handshake_auth == SSL_PHA_REQUESTED) { in tls_prepare_client_certificate()3524 if (s->post_handshake_auth == SSL_PHA_REQUESTED) in tls_prepare_client_certificate()
539 if (!s->server && s->post_handshake_auth != SSL_PHA_REQUESTED) in tls_construct_finished()775 if (s->post_handshake_auth != SSL_PHA_REQUESTED) in tls_process_finished()840 if (s->post_handshake_auth != SSL_PHA_REQUESTED && in tls_process_finished()1053 && s->post_handshake_auth == SSL_PHA_REQUESTED) in tls_finish_handshake()
114 && s->post_handshake_auth == SSL_PHA_REQUESTED) { in ossl_statem_server13_read_transition()460 s->post_handshake_auth = SSL_PHA_REQUESTED; in ossl_statem_server13_write_transition()488 if (s->post_handshake_auth == SSL_PHA_REQUESTED) { in ossl_statem_server13_write_transition()3711 if (s->post_handshake_auth == SSL_PHA_REQUESTED) { in tls_process_client_certificate()
408 SSL_PHA_REQUESTED /* request received by client, or sent by server */ enumerator
5551 case SSL_PHA_REQUESTED: in SSL_verify_client_post_handshake()