Searched defs:wst (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/crypto/external/bsd/openssl/dist/ssl/statem/ |
H A D | statem_clnt.c | 664 WORK_STATE ossl_statem_client_pre_work(SSL *s, WORK_STATE wst) in ossl_statem_client_pre_work() 728 WORK_STATE ossl_statem_client_post_work(SSL *s, WORK_STATE wst) in ossl_statem_client_post_work() 1074 WORK_STATE ossl_statem_client_post_process_message(SSL *s, WORK_STATE wst) in ossl_statem_client_post_process_message() 1860 WORK_STATE tls_post_process_server_certificate(SSL *s, WORK_STATE wst) in tls_post_process_server_certificate() 3423 WORK_STATE tls_prepare_client_certificate(SSL *s, WORK_STATE wst) in tls_prepare_client_certificate()
|
H A D | statem_srvr.c | 682 WORK_STATE ossl_statem_server_pre_work(SSL *s, WORK_STATE wst) in ossl_statem_server_pre_work() 809 WORK_STATE ossl_statem_server_post_work(SSL *s, WORK_STATE wst) in ossl_statem_server_post_work() 1225 WORK_STATE ossl_statem_server_post_process_message(SSL *s, WORK_STATE wst) in ossl_statem_server_post_process_message() 2184 WORK_STATE tls_post_process_client_hello(SSL *s, WORK_STATE wst) in tls_post_process_client_hello() 3349 WORK_STATE tls_post_process_client_key_exchange(SSL *s, WORK_STATE wst) in tls_post_process_client_key_exchange()
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/ssl/statem/ |
H A D | statem_srvr.c | 681 WORK_STATE ossl_statem_server_pre_work(SSL *s, WORK_STATE wst) in ossl_statem_server_pre_work() 808 WORK_STATE ossl_statem_server_post_work(SSL *s, WORK_STATE wst) in ossl_statem_server_post_work() 1230 WORK_STATE ossl_statem_server_post_process_message(SSL *s, WORK_STATE wst) in ossl_statem_server_post_process_message() 2245 WORK_STATE tls_post_process_client_hello(SSL *s, WORK_STATE wst) in tls_post_process_client_hello() 3525 WORK_STATE tls_post_process_client_key_exchange(SSL *s, WORK_STATE wst) in tls_post_process_client_key_exchange()
|
H A D | statem_clnt.c | 667 WORK_STATE ossl_statem_client_pre_work(SSL *s, WORK_STATE wst) in ossl_statem_client_pre_work() 731 WORK_STATE ossl_statem_client_post_work(SSL *s, WORK_STATE wst) in ossl_statem_client_post_work() 1081 WORK_STATE ossl_statem_client_post_process_message(SSL *s, WORK_STATE wst) in ossl_statem_client_post_process_message() 3465 WORK_STATE tls_prepare_client_certificate(SSL *s, WORK_STATE wst) in tls_prepare_client_certificate()
|
H A D | statem_lib.c | 1032 WORK_STATE tls_finish_handshake(SSL *s, WORK_STATE wst, int clearbufs, int stop) in tls_finish_handshake()
|