Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/ssl/statem/
H A Dstatem_clnt.c199 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()
H A Dstatem_lib.c626 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()
H A Dstatem_srvr.c150 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()
/freebsd/crypto/openssl/ssl/
H A Dssl_local.h375 SSL_PHA_REQUESTED /* request received by client, or sent by server */ enumerator
H A Dssl_lib.c7386 case SSL_PHA_REQUESTED: in SSL_verify_client_post_handshake()