Home
last modified time | relevance | path

Searched refs:IPPROTO_TLS_1_0 (Results 1 – 8 of 8) sorted by relevance

/Zephyr-latest/tests/net/socket/socketpair/src/
Dexpected_failures.c38 res = zsock_socketpair(AF_UNIX, SOCK_STREAM, IPPROTO_TLS_1_0, fixture->sv); in ZTEST_USER_F()
/Zephyr-latest/modules/thrift/src/thrift/transport/
DTSSLSocket.h381 net_ip_protocol_secure protocol = IPPROTO_TLS_1_0;
/Zephyr-latest/tests/net/socket/register/src/
Dmain.c194 (((proto >= IPPROTO_TLS_1_0) && (proto <= IPPROTO_TLS_1_2)) || in is_tls()
/Zephyr-latest/drivers/wifi/eswifi/
Deswifi_socket.c23 proto >= IPPROTO_TLS_1_0 && proto <= IPPROTO_TLS_1_2) { in eswifi_socket_type_from_zephyr()
/Zephyr-latest/subsys/net/lib/sockets/
Dsocket_dispatcher.c32 if ((proto >= IPPROTO_TLS_1_0 && proto <= IPPROTO_TLS_1_2) || in is_tls()
Dsockets_tls.c2041 if (*proto >= IPPROTO_TLS_1_0 && *proto <= IPPROTO_TLS_1_3) { in protocol_check()
/Zephyr-latest/drivers/wifi/simplelink/
Dsimplelink_sockets.c226 if (proto >= IPPROTO_TLS_1_0 && proto <= IPPROTO_TLS_1_2) { in simplelink_socket_proto_from_zephyr()
284 sec_method = (proto - IPPROTO_TLS_1_0) + in simplelink_socket()
/Zephyr-latest/include/zephyr/net/
Dnet_ip.h79 IPPROTO_TLS_1_0 = 256, /**< TLS 1.0 protocol */ enumerator