Home
last modified time | relevance | path

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

/third_party/openssl/ssl/statem/
Dstatem_lib.c571 if (!s->server && s->post_handshake_auth != SSL_PHA_REQUESTED) in tls_construct_finished()
795 if (s->post_handshake_auth != SSL_PHA_REQUESTED) in tls_process_finished()
855 if (s->post_handshake_auth != SSL_PHA_REQUESTED && in tls_process_finished()
1075 && s->post_handshake_auth == SSL_PHA_REQUESTED) in tls_finish_handshake()
Dstatem_clnt.c175 s->post_handshake_auth = SSL_PHA_REQUESTED; in ossl_statem_client13_read_transition()
423 if (s->post_handshake_auth == SSL_PHA_REQUESTED) { in ossl_statem_client13_write_transition()
851 if (s->post_handshake_auth != SSL_PHA_REQUESTED) { in ossl_statem_client_post_work()
2447 if (SSL_IS_TLS13(s) && s->post_handshake_auth != SSL_PHA_REQUESTED) in tls_process_certificate_request()
3443 if (s->post_handshake_auth == SSL_PHA_REQUESTED) { in tls_prepare_client_certificate()
3491 if (s->post_handshake_auth == SSL_PHA_REQUESTED) in tls_prepare_client_certificate()
Dstatem_srvr.c131 && s->post_handshake_auth == SSL_PHA_REQUESTED) { in ossl_statem_server13_read_transition()
476 s->post_handshake_auth = SSL_PHA_REQUESTED; in ossl_statem_server13_write_transition()
504 if (s->post_handshake_auth == SSL_PHA_REQUESTED) { in ossl_statem_server13_write_transition()
3543 if (s->post_handshake_auth == SSL_PHA_REQUESTED) { in tls_process_client_certificate()
/third_party/openssl/ssl/
Dssl_local.h456 SSL_PHA_REQUESTED /* request received by client, or sent by server */ enumerator
Dssl_lib.c5878 case SSL_PHA_REQUESTED: in SSL_verify_client_post_handshake()