Home
last modified time | relevance | path

Searched refs:TLS_PEER_VERIFY_OPTIONAL (Results 1 – 2 of 2) sorted by relevance

/Zephyr-Core-3.7.0/tests/net/socket/tls_ext/src/
Dmain.c245 case TLS_PEER_VERIFY_OPTIONAL: in test_common()
333 case TLS_PEER_VERIFY_OPTIONAL: in test_common()
411 test_common(TLS_PEER_VERIFY_OPTIONAL); in ZTEST()
/Zephyr-Core-3.7.0/include/zephyr/net/
Dsocket.h242 #define TLS_PEER_VERIFY_OPTIONAL 1 /**< Peer verification optional. */ macro