Home
last modified time | relevance | path

Searched defs:cur (Results 1 – 17 of 17) sorted by relevance

/net-tools-3.6.0/mbedtls-2.4.0/library/
Dssl_ciphersuites.c1743 const mbedtls_ssl_ciphersuite_t *cur = ciphersuite_definitions; in mbedtls_ssl_ciphersuite_from_string() local
1761 const mbedtls_ssl_ciphersuite_t *cur = ciphersuite_definitions; in mbedtls_ssl_ciphersuite_from_id() local
1776 const mbedtls_ssl_ciphersuite_t *cur; in mbedtls_ssl_get_ciphersuite_name() local
1788 const mbedtls_ssl_ciphersuite_t *cur; in mbedtls_ssl_get_ciphersuite_id() local
Dssl_cache.c65 mbedtls_ssl_cache_entry *cur, *entry; in mbedtls_ssl_cache_get() local
145 mbedtls_ssl_cache_entry *cur, *prv; in mbedtls_ssl_cache_set() local
303 mbedtls_ssl_cache_entry *cur, *prv; in mbedtls_ssl_cache_free() local
Dx509_create.c79 const x509_attr_descriptor_t *cur; in x509_at_oid_from_name() local
169 mbedtls_asn1_named_data *cur; in mbedtls_x509_set_extension() local
238 mbedtls_asn1_named_data *cur = first; in mbedtls_x509_write_names() local
Dasn1parse.c243 mbedtls_asn1_sequence *cur, in mbedtls_asn1_get_sequence_of()
353 void mbedtls_asn1_free_named_data( mbedtls_asn1_named_data *cur ) in mbedtls_asn1_free_named_data()
366 mbedtls_asn1_named_data *cur; in mbedtls_asn1_free_named_data_list() local
Dmemory_buffer_alloc.c118 memory_header *cur = heap.first; in debug_chain() local
185 memory_header *prv = heap.first, *cur = heap.first->next; in verify_chain() local
234 memory_header *new, *cur = heap.first_free; in buffer_alloc_calloc() local
Dx509_crt.c451 mbedtls_asn1_sequence *cur = subject_alt_name; in x509_get_subject_alt_name() local
1228 const mbedtls_x509_sequence *cur = subject_alt_name; in x509_info_subject_alt_name() local
1329 const mbedtls_x509_sequence *cur = extended_key_usage; in x509_info_ext_key_usage() local
1521 const struct x509_crt_verify_string *cur; in mbedtls_x509_crt_verify_info() local
1575 const mbedtls_x509_sequence *cur; in mbedtls_x509_crt_check_extended_key_usage() local
1608 const mbedtls_x509_crl_entry *cur = &crl->entry; in mbedtls_x509_crt_is_revoked() local
2191 mbedtls_x509_sequence *cur = NULL; in mbedtls_x509_crt_verify_with_profile() local
Dnet_sockets.c139 struct addrinfo hints, *addr_list, *cur; in mbedtls_net_connect() local
186 struct addrinfo hints, *addr_list, *cur; in mbedtls_net_bind() local
Dx509.c358 mbedtls_x509_name *cur ) in x509_get_attr_type_value()
431 mbedtls_x509_name *cur ) in mbedtls_x509_get_name()
Dasn1write.c336 mbedtls_asn1_named_data *cur; in mbedtls_asn1_store_named_data() local
Dssl_tls.c2502 mbedtls_ssl_flight_item *cur = ssl->handshake->flight; in ssl_flight_append() local
2516 mbedtls_ssl_flight_item *cur = flight; in ssl_flight_free() local
2606 mbedtls_ssl_flight_item *cur = ssl->handshake->cur_msg; in mbedtls_ssl_resend() local
5746 mbedtls_ssl_key_cert *cur = *head; in ssl_append_key_cert() local
6940 mbedtls_ssl_key_cert *cur = key_cert, *next; in ssl_key_cert_free() local
7007 mbedtls_ssl_key_cert *cur = handshake->sni_key_cert, *next; in mbedtls_ssl_handshake_free() local
7479 const int *cur; in mbedtls_ssl_check_sig_hash() local
Ddebug.c320 const char *start, *cur; in debug_print_line_by_line() local
Dssl_srv.c609 mbedtls_ssl_key_cert *cur, *list, *fallback = NULL; in ssl_pick_cert() local
2557 const int *cur; local
Dssl_cli.c611 const char **cur; local
Decp.c1198 mbedtls_ecp_point *cur, *TT[COMB_MAX_PRE - 1]; in ecp_precompute_comb() local
/net-tools-3.6.0/mbedtls-2.4.0/programs/test/
Dudp_proxy.c381 const unsigned char *cur = p->buf; in update_dropped() local
406 packet cur; in handle_message() local
/net-tools-3.6.0/mbedtls-2.4.0/programs/ssl/
Dssl_server2.c498 sni_entry *cur = head, *next; in sni_free() local
529 sni_entry *cur = NULL, *new = NULL; in sni_parse() local
612 const sni_entry *cur = (const sni_entry *) p_info; in sni_callback() local
709 psk_entry *cur = NULL, *new = NULL; in psk_parse() local
749 psk_entry *cur = (psk_entry *) p_info; in psk_callback() local
/net-tools-3.6.0/mbedtls-2.4.0/programs/x509/
Dcert_app.c288 mbedtls_x509_crt *cur = &crt; in main() local