Home
last modified time | relevance | path

Searched refs:SL_NET_TLS_SERVER_CREDENTIAL_START (Results 1 – 3 of 3) sorted by relevance

/hal_silabs-latest/wiseconnect/components/device/silabs/si91x/wireless/sl_net/src/
Dsl_si91x_net_credentials.c69 if ((id & SL_NET_CREDENTIAL_GROUP_MASK) == SL_NET_TLS_SERVER_CREDENTIAL_START) { in convert_to_si91x_cert_type()
82 case SL_NET_TLS_SERVER_CREDENTIAL_START: in convert_to_si91x_cert_type()
102 case SL_NET_TLS_SERVER_CREDENTIAL_START: in convert_to_si91x_cert_type()
/hal_silabs-latest/wiseconnect/components/service/network_manager/src/
Dsl_net_credentials.c159 case SL_NET_TLS_SERVER_CREDENTIAL_START: in sl_net_set_credential()
181 || (SL_NET_TLS_SERVER_CREDENTIAL_START == (id & ~0xff))) { in sl_net_get_credential()
216 case SL_NET_TLS_SERVER_CREDENTIAL_START: in sl_net_get_credential()
/hal_silabs-latest/wiseconnect/components/service/network_manager/inc/
Dsl_net_constants.h193 SL_NET_TLS_SERVER_CREDENTIAL_START = (2 << 8), ///< TLS Server Credential Id. enumerator
239 #define SL_NET_TLS_SERVER_CREDENTIAL_ID(x) (SL_NET_TLS_SERVER_CREDENTIAL_START + x)