Home
last modified time | relevance | path

Searched refs:selected (Results 1 – 12 of 12) sorted by relevance

/curl/tests/
H A Dftpserver.pl1146 my $selected;
1221 $selected = $mailbox;
1234 if ($selected eq "") {
1241 if($selected eq "verifiedserver") {
1362 if ($selected eq "") {
1489 if ($selected eq "") {
1496 my @data = getreplydata($selected);
1558 if ($selected eq "") {
1569 if ($selected eq "") {
1585 if ($selected eq "") {
[all …]
/curl/lib/vtls/
H A Dmbedtls.c386 int *selected; in mbed_set_selected_ciphers() local
394 selected = malloc(sizeof(int) * (supported_len + 1)); in mbed_set_selected_ciphers()
395 if(!selected) in mbed_set_selected_ciphers()
408 selected[count++] = id; in mbed_set_selected_ciphers()
435 for(i = 0; i < count && selected[i] != id; i++); in mbed_set_selected_ciphers()
443 selected[count++] = id; in mbed_set_selected_ciphers()
460 for(i = 0; i < count && selected[i] != id; i++); in mbed_set_selected_ciphers()
464 selected[count++] = id; in mbed_set_selected_ciphers()
469 selected[count] = 0; in mbed_set_selected_ciphers()
472 free(selected); in mbed_set_selected_ciphers()
[all …]
H A Drustls.c436 const struct rustls_supported_ciphersuite **selected, in cr_get_selected_ciphers() argument
456 selected[count++] = entry; in cr_get_selected_ciphers()
489 for(i = 0; i < count && selected[i] != entry; i++); in cr_get_selected_ciphers()
497 selected[count++] = entry; in cr_get_selected_ciphers()
514 for(i = 0; i < count && selected[i] != entry; i++); in cr_get_selected_ciphers()
518 selected[count++] = entry; in cr_get_selected_ciphers()
H A Dbearssl.c492 uint16_t selected[NUM_OF_CIPHERS]; in bearssl_set_selected_ciphers() local
513 for(i = 0; i < count && selected[i] != id; i++); in bearssl_set_selected_ciphers()
520 selected[count++] = id; in bearssl_set_selected_ciphers()
528 br_ssl_engine_set_suites(ssl_eng, selected, count); in bearssl_set_selected_ciphers()
H A Dsectransp.c959 SSLCipherSuite *selected = NULL; in sectransp_set_selected_ciphers() local
967 selected = malloc(supported_len * sizeof(SSLCipherSuite)); in sectransp_set_selected_ciphers()
968 if(!selected) { in sectransp_set_selected_ciphers()
990 for(i = 0; i < count && selected[i] != id; i++); in sectransp_set_selected_ciphers()
997 selected[count++] = id; in sectransp_set_selected_ciphers()
1005 err = SSLSetEnabledCiphers(ssl_ctx, selected, count); in sectransp_set_selected_ciphers()
1014 Curl_safefree(selected); in sectransp_set_selected_ciphers()
H A Dvtls.c1445 static const struct Curl_ssl *selected; in multissl_version() local
1452 if(current != selected) { in multissl_version()
1457 selected = current; in multissl_version()
1463 bool paren = (selected != available_backends[i]); in multissl_version()
/curl/CMake/
H A DFindNGTCP2.cmake79 message(FATAL_ERROR "NGTCP2: Only one crypto library can be selected")
/curl/lib/
H A Dimap.c1565 bool selected = FALSE; in imap_perform() local
1582 selected = TRUE; in imap_perform()
1588 else if(imap->custom && (selected || !imap->mailbox)) in imap_perform()
1591 else if(!imap->custom && selected && (imap->uid || imap->mindex)) in imap_perform()
1594 else if(!imap->custom && selected && imap->query) in imap_perform()
1597 else if(imap->mailbox && !selected && in imap_perform()
/curl/docs/libcurl/
H A Dcurl_global_sslset.md130 selected.
H A Dlibcurl-errors.md297 Failed setting the selected SSL crypto engine as default.
/curl/m4/
H A Dcurl-gnutls.m4101 dnl this function is selected since it was introduced in 3.1.10
/curl/
H A DCMakeLists.txt255 # Lib flavour selected for curl tool
262 # Lib flavour selected for example and test programs.
937 message(FATAL_ERROR "Only one HTTP/3 backend can be selected")
964 message(FATAL_ERROR "Only one HTTP/3 backend can be selected")
985 message(FATAL_ERROR "Only one HTTP/3 backend can be selected")

Completed in 55 milliseconds