Home
last modified time | relevance | path

Searched refs:cleanuphand (Results 1 - 4 of 4) sorted by relevance

/third_party/node/deps/openssl/openssl/ssl/statem/
H A Dstatem.h115 int cleanuphand; member
H A Dstatem_lib.c594 s->statem.cleanuphand = 1; in tls_construct_finished()
832 s->statem.cleanuphand = 1; in tls_process_finished()
1081 int cleanuphand = s->statem.cleanuphand; in tls_finish_handshake() local
1118 if (cleanuphand) { in tls_finish_handshake()
1122 s->statem.cleanuphand = 0; in tls_finish_handshake()
1181 if (cleanuphand in tls_finish_handshake()
/third_party/openssl/ssl/statem/
H A Dstatem.h115 int cleanuphand; member
H A Dstatem_lib.c573 s->statem.cleanuphand = 1; in tls_construct_finished()
797 s->statem.cleanuphand = 1; in tls_process_finished()
1046 int cleanuphand = s->statem.cleanuphand; in tls_finish_handshake() local
1083 if (cleanuphand) { in tls_finish_handshake()
1087 s->statem.cleanuphand = 0; in tls_finish_handshake()
1146 if (cleanuphand in tls_finish_handshake()

Completed in 10 milliseconds