Home
last modified time | relevance | path

Searched refs:SSL_is_dtls (Results 1 - 25 of 67) sorted by relevance

123

/third_party/openssl/test/helpers/
H A Dssltestlib.c1011 if (SSL_is_dtls(clientssl)) { in create_ssl_objects()
1067 int isdtls = SSL_is_dtls(serverssl); in create_bare_ssl_connection()
/third_party/node/deps/openssl/openssl/apps/
H A Ds_server.c134 if (!SSL_is_dtls(ssl) && SSL_version(ssl) >= TLS1_3_VERSION) { in psk_server_cb()
2559 if (SSL_is_dtls(con) && DTLSv1_get_timeout(con, &timeout)) in sv_body()
2566 if ((SSL_is_dtls(con)) && DTLSv1_handle_timeout(con) > 0) in sv_body()
H A Ds_client.c2726 if (SSL_is_dtls(con) && DTLSv1_get_timeout(con, &timeout)) in s_client_main()
2836 if (SSL_is_dtls(con) && DTLSv1_handle_timeout(con) > 0) in s_client_main()
/third_party/openssl/apps/
H A Ds_server.c134 if (!SSL_is_dtls(ssl) && SSL_version(ssl) >= TLS1_3_VERSION) { in psk_server_cb()
2554 if (SSL_is_dtls(con) && DTLSv1_get_timeout(con, &timeout)) in sv_body()
2561 if ((SSL_is_dtls(con)) && DTLSv1_handle_timeout(con) > 0) in sv_body()
H A Ds_client.c2726 if (SSL_is_dtls(con) && DTLSv1_get_timeout(con, &timeout)) in s_client_main()
2836 if (SSL_is_dtls(con) && DTLSv1_handle_timeout(con) > 0) in s_client_main()
/third_party/node/deps/openssl/openssl/apps/lib/
H A Ds_cb.c772 if (SSL_is_dtls(ssl)) { in generate_stateless_cookie_callback()
/third_party/openssl/apps/lib/
H A Ds_cb.c772 if (SSL_is_dtls(ssl)) { in generate_stateless_cookie_callback()
/third_party/openssl/ohos_lite/include/openssl/
H A Dssl.h1725 int SSL_is_dtls(const SSL *s);
/third_party/node/deps/openssl/config/archs/linux-armv4/asm_avx2/include/openssl/
H A Dssl.h1842 int SSL_is_dtls(const SSL *s);
/third_party/node/deps/openssl/config/archs/linux-elf/asm/include/openssl/
H A Dssl.h1842 int SSL_is_dtls(const SSL *s);
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm/include/openssl/
H A Dssl.h1842 int SSL_is_dtls(const SSL *s);
/third_party/node/deps/openssl/config/archs/darwin-i386-cc/no-asm/include/openssl/
H A Dssl.h1842 int SSL_is_dtls(const SSL *s);
/third_party/node/deps/openssl/config/archs/linux-aarch64/no-asm/include/openssl/
H A Dssl.h1842 int SSL_is_dtls(const SSL *s);
/third_party/node/deps/openssl/config/archs/linux-armv4/no-asm/include/openssl/
H A Dssl.h1842 int SSL_is_dtls(const SSL *s);
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm_avx2/include/openssl/
H A Dssl.h1842 int SSL_is_dtls(const SSL *s);
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/no-asm/include/openssl/
H A Dssl.h1842 int SSL_is_dtls(const SSL *s);
/third_party/node/deps/openssl/config/archs/linux-armv4/asm/include/openssl/
H A Dssl.h1842 int SSL_is_dtls(const SSL *s);
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm/include/openssl/
H A Dssl.h1842 int SSL_is_dtls(const SSL *s);
/third_party/node/deps/openssl/config/archs/linux-elf/asm_avx2/include/openssl/
H A Dssl.h1842 int SSL_is_dtls(const SSL *s);
/third_party/node/deps/openssl/config/archs/BSD-x86/no-asm/include/openssl/
H A Dssl.h1842 int SSL_is_dtls(const SSL *s);
/third_party/node/deps/openssl/config/archs/BSD-x86_64/asm/include/openssl/
H A Dssl.h1842 int SSL_is_dtls(const SSL *s);
/third_party/node/deps/openssl/config/archs/BSD-x86_64/asm_avx2/include/openssl/
H A Dssl.h1842 int SSL_is_dtls(const SSL *s);
/third_party/node/deps/openssl/config/archs/BSD-x86/asm_avx2/include/openssl/
H A Dssl.h1842 int SSL_is_dtls(const SSL *s);
/third_party/node/deps/openssl/config/archs/BSD-x86/asm/include/openssl/
H A Dssl.h1842 int SSL_is_dtls(const SSL *s);
/third_party/node/deps/openssl/config/archs/aix64-gcc-as/asm/include/openssl/
H A Dssl.h1842 int SSL_is_dtls(const SSL *s);

Completed in 123 milliseconds

123