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_clnt.c170 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()
2569 if (SSL_IS_TLS13(s) && s->post_handshake_auth != SSL_PHA_REQUESTED) in tls_process_certificate_request()
3483 if (s->post_handshake_auth == SSL_PHA_REQUESTED) { in tls_prepare_client_certificate()
3532 if (s->post_handshake_auth == SSL_PHA_REQUESTED) in tls_prepare_client_certificate()
Dstatem_lib.c539 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()
1066 && s->post_handshake_auth == SSL_PHA_REQUESTED) in tls_finish_handshake()
Dstatem_srvr.c129 && s->post_handshake_auth == SSL_PHA_REQUESTED) { in ossl_statem_server13_read_transition()
475 s->post_handshake_auth = SSL_PHA_REQUESTED; in ossl_statem_server13_write_transition()
503 if (s->post_handshake_auth == SSL_PHA_REQUESTED) { in ossl_statem_server13_write_transition()
3738 if (s->post_handshake_auth == SSL_PHA_REQUESTED) { in tls_process_client_certificate()
/third_party/openssl/ssl/
Dssl_local.h408 SSL_PHA_REQUESTED /* request received by client, or sent by server */ enumerator
Dssl_lib.c5650 case SSL_PHA_REQUESTED: in SSL_verify_client_post_handshake()