Home
last modified time | relevance | path

Searched refs:sni_entry (Results 1 - 2 of 2) sorted by relevance

/third_party/mbedtls/programs/ssl/
H A Dssl_server2.c747 typedef struct _sni_entry sni_entry; typedef
756 sni_entry *next;
759 void sni_free(sni_entry *head) in sni_free()
761 sni_entry *cur = head, *next; in sni_free()
784 * into a usable sni_entry list. For ca1, crl1, auth1, the special value
789 sni_entry *sni_parse(char *sni_string) in sni_parse()
791 sni_entry *cur = NULL, *new = NULL; in sni_parse()
805 if ((new = mbedtls_calloc(1, sizeof(sni_entry))) == NULL) { in sni_parse()
884 const sni_entry *cur = (const sni_entry *) p_inf in sni_callback()
[all...]
/third_party/libcoap/src/
H A Dcoap_openssl.c135 typedef struct sni_entry { struct
142 } sni_entry; typedef
160 sni_entry *sni_entry_list;
2179 (context->sni_count+1)*sizeof(sni_entry)); in tls_server_name_call_back()
2464 (context->sni_count+1)*sizeof(sni_entry)); in tls_client_hello_call_back()
2590 (o_context->psk_sni_count+1)*sizeof(sni_entry)); in psk_tls_client_hello_call_back()

Completed in 7 milliseconds