Home
last modified time | relevance | path

Searched refs:TLS_CREDENTIAL_NONE (Results 1 – 7 of 7) sorted by relevance

/Zephyr-latest/subsys/net/lib/tls_credentials/
Dtls_credentials.c40 if (credentials[i].type == TLS_CREDENTIAL_NONE) { in unused_credential_get()
74 if (credentials[i].type != TLS_CREDENTIAL_NONE && in credential_next_get()
91 if (credentials[i].type == TLS_CREDENTIAL_NONE) { in credential_next_tag_get()
205 credential->type = TLS_CREDENTIAL_NONE; in tls_credential_delete()
Dtls_credentials_trusted.c175 if (credentials[i].type == TLS_CREDENTIAL_NONE) { in unused_credential_get()
257 if (tls_credential_uid_to_type(uid) != TLS_CREDENTIAL_NONE && in credential_next_get()
281 if (tls_credential_uid_to_type(uid) == TLS_CREDENTIAL_NONE) { in credential_next_tag_get()
Dtls_credentials_shell.c250 *out = TLS_CREDENTIAL_NONE; in shell_parse_cred_type()
732 enum tls_credential_type type_filter = TLS_CREDENTIAL_NONE; in tls_cred_cmd_list()
764 if (type_filter != TLS_CREDENTIAL_NONE && cred->type != type_filter) { in tls_cred_cmd_list()
/Zephyr-latest/include/zephyr/net/
Dtls_credentials.h32 TLS_CREDENTIAL_NONE, enumerator
/Zephyr-latest/drivers/wifi/eswifi/
Deswifi_socket_offload.c200 case TLS_CREDENTIAL_NONE: in map_credentials()
/Zephyr-latest/drivers/wifi/simplelink/
Dsimplelink_sockets.c683 case TLS_CREDENTIAL_NONE: in map_credentials()
/Zephyr-latest/drivers/modem/
Dublox-sara-r4.c1861 case TLS_CREDENTIAL_NONE: in map_credentials()