Home
last modified time | relevance | path

Searched refs:SSL_PHA_REQUEST_PENDING (Results 1 – 3 of 3) sorted by relevance

/freebsd/crypto/openssl/ssl/statem/
H A Dstatem_srvr.c375 || s->post_handshake_auth == SSL_PHA_REQUEST_PENDING) in send_certificate_request()
432 if (s->post_handshake_auth == SSL_PHA_REQUEST_PENDING) { in ossl_statem_server13_write_transition()
475 if (s->post_handshake_auth == SSL_PHA_REQUEST_PENDING) { in ossl_statem_server13_write_transition()
970 if (s->post_handshake_auth == SSL_PHA_REQUEST_PENDING) { in ossl_statem_server_post_work()
2731 if (s->post_handshake_auth == SSL_PHA_REQUEST_PENDING) { in tls_construct_certificate_request()
/freebsd/crypto/openssl/ssl/
H A Dssl_local.h455 SSL_PHA_REQUEST_PENDING, /* server-side only: request pending */ enumerator
H A Dssl_lib.c5916 case SSL_PHA_REQUEST_PENDING: in SSL_verify_client_post_handshake()
5924 ssl->post_handshake_auth = SSL_PHA_REQUEST_PENDING; in SSL_verify_client_post_handshake()