Home
last modified time | relevance | path

Searched refs:next (Results 1 – 25 of 46) sorted by relevance

12

/mbedtls-development/library/
A Dmemory_buffer_alloc.c51 memory_header *next; member
114 cur = cur->next; in debug_chain()
195 cur = heap.first->next; in verify_chain()
218 cur = cur->next; in verify_chain()
323 new->next = cur->next; in buffer_alloc_calloc()
331 if( new->next != NULL ) in buffer_alloc_calloc()
348 cur->next = new; in buffer_alloc_calloc()
428 hdr->prev->next = hdr->next; in buffer_alloc_free()
440 if( hdr->next != NULL && hdr->next->alloc == 0 ) in buffer_alloc_free()
446 old = hdr->next; in buffer_alloc_free()
[all …]
A Dx509_crl.c282 if( cur_entry->next == NULL ) in x509_get_entries()
285 cur_entry = cur_entry->next; in x509_get_entries()
318 crl = crl->next; in mbedtls_x509_crl_parse_der()
324 if( crl->next == NULL ) in mbedtls_x509_crl_parse_der()
331 crl = crl->next; in mbedtls_x509_crl_parse_der()
682 entry = entry->next; in mbedtls_x509_crl_info()
728 name_cur = crl_cur->issuer.next; in mbedtls_x509_crl_free()
732 name_cur = name_cur->next; in mbedtls_x509_crl_free()
737 entry_cur = crl_cur->entry.next; in mbedtls_x509_crl_free()
753 crl_cur = crl_cur->next; in mbedtls_x509_crl_free()
[all …]
A Dssl_cache.c64 for( cur = cache->chain; cur != NULL; cur = cur->next ) in ssl_cache_find_entry()
149 for( cur = cache->chain; cur != NULL; cur = cur->next ) in ssl_cache_pick_writing_slot()
168 for( cur = cache->chain; cur != NULL; cur = cur->next ) in ssl_cache_pick_writing_slot()
197 last->next = cur; in ssl_cache_pick_writing_slot()
219 cache->chain = old->next; in ssl_cache_pick_writing_slot()
220 old->next = NULL; in ssl_cache_pick_writing_slot()
221 last->next = old; in ssl_cache_pick_writing_slot()
345 cur = cur->next; in mbedtls_ssl_cache_free()
A Dx509_crt.c373 a = a->next; in x509_name_cmp()
374 b = b->next; in x509_name_cmp()
718 cur = cur->next; in x509_get_subject_alt_name()
729 cur->next = NULL; in x509_get_subject_alt_name()
890 cur->next = NULL; in x509_get_certificate_policies()
1367 crt = crt->next; in mbedtls_x509_crt_parse_der_internal()
1382 crt = crt->next; in mbedtls_x509_crt_parse_der_internal()
1935 cur = cur->next; in x509_info_subject_alt_name()
2028 cur = cur->next; in x509_info_ext_key_usage()
2057 cur = cur->next; in x509_info_cert_policies()
[all …]
A Dasn1parse.c322 mbedtls_asn1_sequence *next = seq->next; in mbedtls_asn1_sequence_free() local
325 seq = next; in mbedtls_asn1_sequence_free()
347 cur->next = in asn1_get_sequence_of_cb()
350 if( cur->next == NULL ) in asn1_get_sequence_of_cb()
353 cur = cur->next; in asn1_get_sequence_of_cb()
458 *head = cur->next; in mbedtls_asn1_free_named_data_list()
475 list = list->next; in mbedtls_asn1_find_named_data()
A Dx509.c400 cur->next = NULL; in x509_get_attr_type_value()
458 cur->next = mbedtls_calloc( 1, sizeof( mbedtls_x509_name ) ); in mbedtls_x509_get_name()
460 if( cur->next == NULL ) in mbedtls_x509_get_name()
463 cur = cur->next; in mbedtls_x509_get_name()
472 cur->next = mbedtls_calloc( 1, sizeof( mbedtls_x509_name ) ); in mbedtls_x509_get_name()
474 if( cur->next == NULL ) in mbedtls_x509_get_name()
477 cur = cur->next; in mbedtls_x509_get_name()
760 name = name->next; in mbedtls_x509_dn_gets()
793 name = name->next; in mbedtls_x509_dn_gets()
A Dx509_csr.c398 name_cur = csr->subject.next; in mbedtls_x509_csr_free()
402 name_cur = name_cur->next; in mbedtls_x509_csr_free()
A Dx509_create.c279 cur = cur->next; in mbedtls_x509_write_names()
368 cur_ext = cur_ext->next; in mbedtls_x509_write_extensions()
A Dasn1write.c406 list = list->next; in asn1_find_named_data()
451 cur->next = *head; in mbedtls_asn1_store_named_data()
/mbedtls-development/include/mbedtls/
A Dx509_crl.h69 struct mbedtls_x509_crl_entry *next; member
105 struct mbedtls_x509_crl *next; member
A Dasn1.h186 struct mbedtls_asn1_sequence *next; member
205 struct mbedtls_asn1_named_data *next; member
A Dssl_cache.h74 mbedtls_ssl_cache_entry *MBEDTLS_PRIVATE(next); /*!< chain pointer */
/mbedtls-development/tests/suites/
A Dtest_suite_asn1parse.function611 TEST_ASSERT( head.next == NULL );
628 cur = cur->next;
636 mbedtls_asn1_sequence_free( head.next );
729 nd[i].next = pointers[i+1];
749 mbedtls_asn1_named_data next =
759 head.next = &next;
764 TEST_ASSERT( head.next == NULL );
765 TEST_ASSERT( next.val.len == 0xcafe );
783 new->next = head;
A Dtest_suite_ctr_drbg.function256 * 2 * reps so the next few calls should not use entropy */
271 /* There have been 2 * reps calls to random. The next call should reseed */
279 /* The next few calls should not reseed */
294 /* Now enable PR, so the next few calls should all reseed */
A Dtest_suite_hmac_drbg.function71 * 2 * reps so the next few calls should not use entropy */
86 /* There have been 2 * reps calls to random. The next call should reseed */
103 /* Now enable PR, so the next few calls should all reseed */
A Dtest_suite_asn1write.function351 nd[i].next = pointers[i+1];
362 TEST_ASSERT( nd[i].next == pointers[i+1] );
374 TEST_ASSERT( head->next == pointers[from] );
A Dtest_suite_x509parse.function122 while( ca->next != NULL )
124 ca = ca->next;
431 cur = cur->next;
626 else if( strcmp( profile_str, "next" ) == 0 )
1027 for( i = 0, cur = &chain; cur != NULL; cur = cur->next )
1102 else if( strcmp( profile_name, "next" ) == 0 )
A Dtest_suite_x509write.function358 parsed_cur = parsed.next;
362 parsed_cur = parsed_cur->next;
/mbedtls-development/programs/ssl/
A Dssl_test_lib.c226 while( ca->next != NULL ) in ca_callback()
228 ca = ca->next; in ca_callback()
A Dssl_server2.c688 sni_entry *next; member
709 next = cur->next; in sni_free()
711 cur = next; in sni_free()
796 new->next = cur; in sni_parse()
830 cur = cur->next; in sni_callback()
850 psk_entry *next; member
858 psk_entry *next; in psk_free() local
874 next = head->next; in psk_free()
876 head = next; in psk_free()
913 new->next = cur; in psk_parse()
[all …]
A Dssl_server.c215 mbedtls_ssl_conf_ca_chain( &conf, srvcert.next, NULL ); in main()
/mbedtls-development/programs/fuzz/
A Dfuzz_dtlsserver.c88 mbedtls_ssl_conf_ca_chain( &conf, srvcert.next, NULL ); in LLVMFuzzerTestOneInput()
A Dfuzz_server.c105 mbedtls_ssl_conf_ca_chain( &conf, srvcert.next, NULL ); in LLVMFuzzerTestOneInput()
/mbedtls-development/tests/docker/bionic/
A DDockerfile140 # Build libnettle 3.7.3 (needed by gnutls next)
150 # Build gnutls next (3.7.2)
/mbedtls-development/tests/scripts/
A Dgenerate_test_code.py220 def next(self): member in FileWrapper
235 line = parent.next() # Python 2 # pylint: disable=no-member
244 __next__ = next

Completed in 42 milliseconds

12