Home
last modified time | relevance | path

Searched refs:selected (Results 1 – 13 of 13) 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.c379 int *selected; in mbed_set_selected_ciphers() local
387 selected = malloc(sizeof(int) * (supported_len + 1)); in mbed_set_selected_ciphers()
388 if(!selected) in mbed_set_selected_ciphers()
401 selected[count++] = id; in mbed_set_selected_ciphers()
428 for(i = 0; i < count && selected[i] != id; i++); in mbed_set_selected_ciphers()
436 selected[count++] = id; in mbed_set_selected_ciphers()
453 for(i = 0; i < count && selected[i] != id; i++); in mbed_set_selected_ciphers()
457 selected[count++] = id; in mbed_set_selected_ciphers()
462 selected[count] = 0; in mbed_set_selected_ciphers()
465 free(selected); in mbed_set_selected_ciphers()
[all …]
H A Drustls.c435 const struct rustls_supported_ciphersuite **selected, in cr_get_selected_ciphers() argument
455 selected[count++] = entry; in cr_get_selected_ciphers()
488 for(i = 0; i < count && selected[i] != entry; i++); in cr_get_selected_ciphers()
496 selected[count++] = entry; in cr_get_selected_ciphers()
513 for(i = 0; i < count && selected[i] != entry; i++); in cr_get_selected_ciphers()
517 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.c1416 static const struct Curl_ssl *selected; in multissl_version() local
1423 if(current != selected) { in multissl_version()
1428 selected = current; in multissl_version()
1434 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.m499 dnl this function is selected since it was introduced in 3.1.10
/curl/
H A DCMakeLists.txt231 # Lib flavour selected for curl tool
238 # Lib flavour selected for example and test programs.
889 message(FATAL_ERROR "Only one HTTP/3 backend can be selected")
911 message(FATAL_ERROR "Only one HTTP/3 backend can be selected")
927 message(FATAL_ERROR "Only one HTTP/3 backend can be selected")
/curl/.github/workflows/
H A Dmacos.yml550 # Of all possible valid GHA runner, gcc, manually selected Xcode

Completed in 90 milliseconds