Searched refs:SSL_CLIENT_HELLO_CB (Results 1 – 4 of 4) sorted by relevance
89 =item SSL_CLIENT_HELLO_CB108 The SSL_want_client_hello_cb() function and the SSL_CLIENT_HELLO_CB return value
913 # define SSL_CLIENT_HELLO_CB 7 macro924 # define SSL_want_client_hello_cb(s) (SSL_want(s) == SSL_CLIENT_HELLO_CB)
890 # define SSL_CLIENT_HELLO_CB 7 macro901 # define SSL_want_client_hello_cb(s) (SSL_want(s) == SSL_CLIENT_HELLO_CB)
1611 s->rwstate = SSL_CLIENT_HELLO_CB; in tls_early_post_process_client_hello()