Home
last modified time | relevance | path

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

/programs/x509/
A Dcert_req.c246 cur->next = NULL; in main()
310 prev->next = cur; in main()
507 mbedtls_x509_san_list *next = cur->next; in main() local
516 mbedtls_asn1_free_named_data_list(&dn->next); in main()
519 cur = next; in main()
A Dcert_write.c524 tail = &ext_key_usage->next; in main()
565 cur->next = NULL; in main()
629 prev->next = cur; in main()
1003 mbedtls_x509_san_list *next = cur->next; in main() local
1012 mbedtls_asn1_free_named_data_list(&dn->next); in main()
1015 cur = next; in main()
A Dcert_app.c308 cur = cur->next; in main()
/programs/fuzz/
A Dfuzz_dtlsserver.c100 mbedtls_ssl_conf_ca_chain(&conf, srvcert.next, NULL); in LLVMFuzzerTestOneInput()
A Dfuzz_server.c114 mbedtls_ssl_conf_ca_chain(&conf, srvcert.next, NULL); in LLVMFuzzerTestOneInput()
/programs/ssl/
A Dssl_server2.c758 sni_entry *next; member
778 next = cur->next; in sni_free()
780 cur = next; in sni_free()
868 new->next = cur; in sni_parse()
905 cur = cur->next; in sni_callback()
951 psk_entry *next; member
959 psk_entry *next; in psk_free() local
972 next = head->next; in psk_free()
974 head = next; in psk_free()
1013 new->next = cur; in psk_parse()
[all …]
A Dssl_test_lib.c332 while (ca->next != NULL) { in ca_callback()
333 ca = ca->next; in ca_callback()
A Dssl_server.c190 mbedtls_ssl_conf_ca_chain(&conf, srvcert.next, NULL); in main()
A Dssl_fork_server.c165 mbedtls_ssl_conf_ca_chain(&conf, srvcert.next, NULL); in main()
A Ddtls_server.c212 mbedtls_ssl_conf_ca_chain(&conf, srvcert.next, NULL); in main()
A Dssl_context_info.c476 current = current->next; in print_deserialized_ssl_cert()

Completed in 23 milliseconds