Home
last modified time | relevance | path

Searched refs:SSL_PHA_REQUESTED (Results 1 – 5 of 5) sorted by relevance

/openssl/ssl/statem/
H A Dstatem_clnt.c199 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()
H A Dstatem_lib.c617 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()
H A Dstatem_srvr.c148 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()
/openssl/ssl/
H A Dssl_local.h378 SSL_PHA_REQUESTED /* request received by client, or sent by server */ enumerator
H A Dssl_lib.c7302 case SSL_PHA_REQUESTED: in SSL_verify_client_post_handshake()

Completed in 69 milliseconds