/third_party/node/deps/openssl/openssl/ssl/statem/ |
H A D | statem_local.h | 81 WORK_STATE ossl_statem_client_pre_work(SSL *s, WORK_STATE wst); 82 WORK_STATE ossl_statem_client_post_work(SSL *s, WORK_STATE wst); 87 WORK_STATE ossl_statem_client_post_process_message(SSL *s, WORK_STATE wst); 94 WORK_STATE ossl_statem_server_pre_work(SSL *s, WORK_STATE wst); 95 WORK_STATE ossl_statem_server_post_work(SSL *s, WORK_STATE wst); 100 WORK_STATE ossl_statem_server_post_process_message(SSL *s, WORK_STATE wst); 122 __owur WORK_STATE tls_finish_handshake(SSL *s, WORK_STATE wst, int clearbufs, 135 __owur WORK_STATE tls_prepare_client_certificate(SSL *s, WORK_STATE wst); 144 __owur WORK_STATE tls_post_process_server_certificate(SSL *s, WORK_STATE wst); 155 __owur WORK_STATE tls_post_process_client_hello(SSL *s, WORK_STATE wst); [all...] |
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() argument 714 return tls_finish_handshake(s, wst, 0, 1); in ossl_statem_client_pre_work() 718 return tls_finish_handshake(s, wst, 1, 1); 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() argument 834 if (wst == WORK_MORE_A && SSL_IS_DTLS(s) && s->hit == 0) { in ossl_statem_client_post_work() 1082 WORK_STATE ossl_statem_client_post_process_message(SSL *s, WORK_STATE wst) in ossl_statem_client_post_process_message() argument 1093 return tls_post_process_server_certificate(s, wst); in ossl_statem_client_post_process_message() 1097 return tls_prepare_client_certificate(s, wst); in ossl_statem_client_post_process_message() 1868 WORK_STATE tls_post_process_server_certificate(SSL *s, WORK_STATE wst) in tls_post_process_server_certificate() argument 3431 WORK_STATE tls_prepare_client_certificate(SSL *s, WORK_STATE wst) in tls_prepare_client_certificate() argument [all...] |
H A D | statem_srvr.c | 683 WORK_STATE ossl_statem_server_pre_work(SSL *s, WORK_STATE wst) in ossl_statem_server_pre_work() argument 736 return tls_finish_handshake(s, wst, 0, 0); in ossl_statem_server_pre_work() 780 return tls_finish_handshake(s, wst, 1, 1); in ossl_statem_server_pre_work() 810 WORK_STATE ossl_statem_server_post_work(SSL *s, WORK_STATE wst) in ossl_statem_server_post_work() argument 1236 WORK_STATE ossl_statem_server_post_process_message(SSL *s, WORK_STATE wst) in ossl_statem_server_post_process_message() argument 1247 return tls_post_process_client_hello(s, wst); in ossl_statem_server_post_process_message() 1250 return tls_post_process_client_key_exchange(s, wst); in ossl_statem_server_post_process_message() 2204 WORK_STATE tls_post_process_client_hello(SSL *s, WORK_STATE wst) in tls_post_process_client_hello() argument 2208 if (wst == WORK_MORE_A) { in tls_post_process_client_hello() 2216 wst in tls_post_process_client_hello() 3370 tls_post_process_client_key_exchange(SSL *s, WORK_STATE wst) tls_post_process_client_key_exchange() argument [all...] |
H A D | statem.c | 559 WORK_STATE(*post_process_message) (SSL *s, WORK_STATE wst); in read_state_machine() 783 WORK_STATE(*pre_work) (SSL *s, WORK_STATE wst); in write_state_machine() 784 WORK_STATE(*post_work) (SSL *s, WORK_STATE wst); in write_state_machine()
|
H A D | statem_lib.c | 1077 WORK_STATE tls_finish_handshake(SSL *s, ossl_unused WORK_STATE wst, in tls_finish_handshake() argument
|
/third_party/openssl/ssl/statem/ |
H A D | statem_local.h | 81 WORK_STATE ossl_statem_client_pre_work(SSL *s, WORK_STATE wst); 82 WORK_STATE ossl_statem_client_post_work(SSL *s, WORK_STATE wst); 87 WORK_STATE ossl_statem_client_post_process_message(SSL *s, WORK_STATE wst); 94 WORK_STATE ossl_statem_server_pre_work(SSL *s, WORK_STATE wst); 95 WORK_STATE ossl_statem_server_post_work(SSL *s, WORK_STATE wst); 100 WORK_STATE ossl_statem_server_post_process_message(SSL *s, WORK_STATE wst); 118 __owur WORK_STATE tls_finish_handshake(SSL *s, WORK_STATE wst, int clearbufs, 131 __owur WORK_STATE tls_prepare_client_certificate(SSL *s, WORK_STATE wst); 140 __owur WORK_STATE tls_post_process_server_certificate(SSL *s, WORK_STATE wst); 151 __owur WORK_STATE tls_post_process_client_hello(SSL *s, WORK_STATE wst); [all...] |
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() argument 714 return tls_finish_handshake(s, wst, 0, 1); in ossl_statem_client_pre_work() 718 return tls_finish_handshake(s, wst, 1, 1); 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() argument 834 if (wst == WORK_MORE_A && SSL_IS_DTLS(s) && s->hit == 0) { 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() argument 1085 return tls_post_process_server_certificate(s, wst); in ossl_statem_client_post_process_message() 1089 return tls_prepare_client_certificate(s, 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() argument 3423 WORK_STATE tls_prepare_client_certificate(SSL *s, WORK_STATE wst) in tls_prepare_client_certificate() argument [all...] |
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() argument 735 return tls_finish_handshake(s, wst, 0, 0); in ossl_statem_server_pre_work() 779 return tls_finish_handshake(s, wst, 1, 1); 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() argument 1225 WORK_STATE ossl_statem_server_post_process_message(SSL *s, WORK_STATE wst) in ossl_statem_server_post_process_message() argument 1236 return tls_post_process_client_hello(s, wst); in ossl_statem_server_post_process_message() 1239 return tls_post_process_client_key_exchange(s, 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() argument 2188 if (wst == WORK_MORE_A) { in tls_post_process_client_hello() 2196 wst in tls_post_process_client_hello() 3349 tls_post_process_client_key_exchange(SSL *s, WORK_STATE wst) tls_post_process_client_key_exchange() argument [all...] |
H A D | statem.c | 554 WORK_STATE(*post_process_message) (SSL *s, WORK_STATE wst); in read_state_machine() 769 WORK_STATE(*pre_work) (SSL *s, WORK_STATE wst); in write_state_machine() 770 WORK_STATE(*post_work) (SSL *s, WORK_STATE wst); in write_state_machine()
|
H A D | statem_lib.c | 1042 WORK_STATE tls_finish_handshake(SSL *s, ossl_unused WORK_STATE wst, in tls_finish_handshake() argument
|
/third_party/node/src/ |
H A D | node_worker.cc | 899 Local<FunctionTemplate> wst = NewFunctionTemplate(isolate, nullptr); in InitWorker() local 901 wst->InstanceTemplate()->SetInternalFieldCount( in InitWorker() 903 wst->Inherit(AsyncWrap::GetConstructorTemplate(env)); in InitWorker() 907 wst->SetClassName(wst_string); in InitWorker() 908 env->set_worker_heap_snapshot_taker_template(wst->InstanceTemplate()); in InitWorker()
|
/third_party/ffmpeg/libavformat/ |
H A D | wtvdec.c | 608 WtvStream *wst = av_mallocz(sizeof(WtvStream)); in new_stream() local 609 if (!wst) in new_stream() 613 av_free(wst); in new_stream() 617 st->priv_data = wst; in new_stream() 917 WtvStream *wst = s->streams[stream_index]->priv_data; in parse_chunks() local 918 wst->seen_data = 1; in parse_chunks()
|