Home
last modified time | relevance | path

Searched refs:TLS_ST_BEFORE (Results 1 - 25 of 70) sorted by relevance

123

/third_party/node/deps/openssl/openssl/ssl/
H A Dssl_stat.c28 case TLS_ST_BEFORE: in SSL_state_string_long()
139 case TLS_ST_BEFORE: in SSL_state_string()
/third_party/openssl/ssl/
H A Dssl_stat.c28 case TLS_ST_BEFORE: in SSL_state_string_long()
139 case TLS_ST_BEFORE: in SSL_state_string()
/third_party/node/deps/openssl/openssl/ssl/statem/
H A Dstatem.c95 return (s->statem.hand_state == TLS_ST_BEFORE) in SSL_in_before()
105 s->statem.hand_state = TLS_ST_BEFORE; in ossl_statem_clear()
254 * This will get reset (briefly) back to TLS_ST_BEFORE when we enter in ossl_statem_set_hello_verify_done()
360 st->hand_state = TLS_ST_BEFORE; in state_machine()
361 st->request_state = TLS_ST_BEFORE; in state_machine()
977 if (st->hand_state == TLS_ST_BEFORE in ossl_statem_app_data_allowed()
H A Dstatem_srvr.c62 * Note: There is no case for TLS_ST_BEFORE because at that stage we have in ossl_statem_server13_read_transition()
171 case TLS_ST_BEFORE: in ossl_statem_server_read_transition()
418 * No case for TLS_ST_BEFORE, because at that stage we have not negotiated in ossl_statem_server13_write_transition()
567 st->request_state = TLS_ST_BEFORE; in ossl_statem_server_write_transition()
577 case TLS_ST_BEFORE: in ossl_statem_server_write_transition()
H A Dstatem_lib.c1225 if (s->statem.hand_state == TLS_ST_BEFORE in tls_get_message_header()
H A Dstatem_clnt.c412 * Note: There are no cases for TLS_ST_BEFORE because we haven't negotiated in ossl_statem_client13_write_transition()
524 case TLS_ST_BEFORE: in ossl_statem_client_write_transition()
/third_party/openssl/ssl/statem/
H A Dstatem.c95 return (s->statem.hand_state == TLS_ST_BEFORE) in SSL_in_before()
105 s->statem.hand_state = TLS_ST_BEFORE; in ossl_statem_clear()
254 * This will get reset (briefly) back to TLS_ST_BEFORE when we enter in ossl_statem_set_hello_verify_done()
355 st->hand_state = TLS_ST_BEFORE; in state_machine()
356 st->request_state = TLS_ST_BEFORE; in state_machine()
955 if (st->hand_state == TLS_ST_BEFORE in ossl_statem_app_data_allowed()
H A Dstatem_srvr.c62 * Note: There is no case for TLS_ST_BEFORE because at that stage we have in ossl_statem_server13_read_transition()
170 case TLS_ST_BEFORE: in ossl_statem_server_read_transition()
417 * No case for TLS_ST_BEFORE, because at that stage we have not negotiated in ossl_statem_server13_write_transition()
566 st->request_state = TLS_ST_BEFORE; in ossl_statem_server_write_transition()
576 case TLS_ST_BEFORE: in ossl_statem_server_write_transition()
H A Dstatem_lib.c1190 if (s->statem.hand_state == TLS_ST_BEFORE in tls_get_message_header()
H A Dstatem_clnt.c412 * Note: There are no cases for TLS_ST_BEFORE because we haven't negotiated in ossl_statem_client13_write_transition()
524 case TLS_ST_BEFORE: in ossl_statem_client_write_transition()
/third_party/libwebsockets/lib/tls/mbedtls/wrapper/include/internal/
H A Dssl_code.h81 TLS_ST_BEFORE, enumerator
/third_party/libwebsockets/lib/tls/mbedtls/wrapper/platform/
H A Dssl_pm.c571 state = TLS_ST_BEFORE; in ssl_pm_get_state()
/third_party/openssl/ohos_lite/include/openssl/
H A Dssl.h988 * TLS_ST_BEFORE = No handshake has been initiated yet
992 TLS_ST_BEFORE, enumerator
/third_party/node/deps/openssl/config/archs/linux-armv4/asm_avx2/include/openssl/
H A Dssl.h1060 * TLS_ST_BEFORE = No handshake has been initiated yet
1064 TLS_ST_BEFORE, enumerator
/third_party/node/deps/openssl/config/archs/linux-elf/asm/include/openssl/
H A Dssl.h1060 * TLS_ST_BEFORE = No handshake has been initiated yet
1064 TLS_ST_BEFORE, enumerator
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm/include/openssl/
H A Dssl.h1060 * TLS_ST_BEFORE = No handshake has been initiated yet
1064 TLS_ST_BEFORE, enumerator
/third_party/node/deps/openssl/config/archs/darwin-i386-cc/no-asm/include/openssl/
H A Dssl.h1060 * TLS_ST_BEFORE = No handshake has been initiated yet
1064 TLS_ST_BEFORE, enumerator
/third_party/node/deps/openssl/config/archs/linux-aarch64/no-asm/include/openssl/
H A Dssl.h1060 * TLS_ST_BEFORE = No handshake has been initiated yet
1064 TLS_ST_BEFORE, enumerator
/third_party/node/deps/openssl/config/archs/linux-armv4/no-asm/include/openssl/
H A Dssl.h1060 * TLS_ST_BEFORE = No handshake has been initiated yet
1064 TLS_ST_BEFORE, enumerator
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm_avx2/include/openssl/
H A Dssl.h1060 * TLS_ST_BEFORE = No handshake has been initiated yet
1064 TLS_ST_BEFORE, enumerator
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/no-asm/include/openssl/
H A Dssl.h1060 * TLS_ST_BEFORE = No handshake has been initiated yet
1064 TLS_ST_BEFORE, enumerator
/third_party/node/deps/openssl/config/archs/linux-armv4/asm/include/openssl/
H A Dssl.h1060 * TLS_ST_BEFORE = No handshake has been initiated yet
1064 TLS_ST_BEFORE, enumerator
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm/include/openssl/
H A Dssl.h1060 * TLS_ST_BEFORE = No handshake has been initiated yet
1064 TLS_ST_BEFORE, enumerator
/third_party/node/deps/openssl/config/archs/linux-elf/asm_avx2/include/openssl/
H A Dssl.h1060 * TLS_ST_BEFORE = No handshake has been initiated yet
1064 TLS_ST_BEFORE, enumerator
/third_party/node/deps/openssl/config/archs/BSD-x86/no-asm/include/openssl/
H A Dssl.h1060 * TLS_ST_BEFORE = No handshake has been initiated yet
1064 TLS_ST_BEFORE, enumerator

Completed in 92 milliseconds

123