Home
last modified time | relevance | path

Searched defs:isdtls (Results 1 – 5 of 5) sorted by relevance

/third_party/node/deps/openssl/openssl/apps/
Ds_server.c2346 int isdtls = (stype == SOCK_DGRAM || prot == IPPROTO_SCTP); in sv_body() local
2348 int isdtls = (stype == SOCK_DGRAM); in sv_body() local
Ds_client.c883 int isdtls = 0; in s_client_main() local
/third_party/openssl/apps/
Ds_server.c2341 int isdtls = (stype == SOCK_DGRAM || prot == IPPROTO_SCTP); in sv_body() local
2343 int isdtls = (stype == SOCK_DGRAM); in sv_body() local
Ds_client.c883 int isdtls = 0; in s_client_main() local
/third_party/openssl/test/helpers/
Dssltestlib.c1067 int isdtls = SSL_is_dtls(serverssl); in create_bare_ssl_connection() local