Home
last modified time | relevance | path

Searched refs:S (Results 1 – 25 of 27) sorted by relevance

12

/curl/lib/
H A Dsha256.c339 #define S(x, n) RORc((x), (n)) macro
341 #define Sigma0(x) (S(x, 2) ^ S(x, 13) ^ S(x, 22))
342 #define Sigma1(x) (S(x, 6) ^ S(x, 11) ^ S(x, 25))
343 #define Gamma0(x) (S(x, 7) ^ S(x, 18) ^ R(x, 3))
344 #define Gamma1(x) (S(x, 17) ^ S(x, 19) ^ R(x, 10))
350 unsigned long S[8], W[64]; in sha256_compress() local
355 S[i] = md->state[i]; in sha256_compress()
377 RND(S[0], S[1], S[2], S[3], S[4], S[5], S[6], S[7], i); in sha256_compress()
378 t = S[7]; S[7] = S[6]; S[6] = S[5]; S[5] = S[4]; in sha256_compress()
379 S[4] = S[3]; S[3] = S[2]; S[2] = S[1]; S[1] = S[0]; S[0] = t; in sha256_compress()
[all …]
/curl/tests/
H A Dtest1165.pl45 open S, "<$f";
46 while(<S>) {
52 close S;
68 open S, "<$f";
69 while(<S>) {
77 close S;
/curl/docs/examples/
H A Dversion-check.pl41 open(S, "<../libcurl/symbols-in-versions") || die;
45 while(<S>) {
61 close(S);
/curl/docs/
H A DTHANKS-filter41 s/^Moonesamy$/S. Moonesamy/
44 s/Sebastien Willemijns/Sébastien Willemijns/
51 s/Nach M. S$/Nach M. S./
60 s/Paras S\z/Paras Sethia/
82 s/Paras S$/Paras Sethia/
102 s/Henrik S. Gaßmann$/Henrik Gaßmann/
121 s/Jason Priebe/Jason S. Priebe/
139 s/Randall$/Randall S. Becker/
H A Doptions-in-versions215 --show-error (-S) 5.9
H A DTHANKS285 Balaji S Rao
758 Dmitry S. Baikov
869 Eric S. Raymond
1271 Jason S. Priebe
2040 Nach M. S.
2363 Ralf S. Engelschall
2372 Randall S. Becker
2548 S. Moonesamy
2776 Sébastien Helleu
2777 Sébastien Willemijns
/curl/docs/cmdline-opts/
H A Dshow-error.md5 Short: S
H A Dftp-method.md21 Control what method curl should use to reach a file on an FTP(S)
H A Dupload-file.md41 If this option is used with an HTTP(S) URL, the PUT method is used.
H A Dversion.md40 Support for automatic brotli compression over HTTP(S).
H A Dwrite-out.md95 The numerical response code that was found in the last retrieved HTTP(S) or
/curl/tests/data/
H A Dtest57698 Permissions: --S--S--t (parsed => 7001)
/curl/
H A D.azure-pipelines.yml171 … prepare: pacman -S --needed --noconfirm --noprogressbar libssh2-devel mingw-w64-i686-libssh2
178 … prepare: pacman -S --needed --noconfirm --noprogressbar libssh2-devel mingw-w64-x86_64-libssh2
185 … prepare: pacman -S --needed --noconfirm --noprogressbar libssh-devel mingw-w64-x86_64-libssh
204 … prepare: pacman -S --needed --noconfirm --noprogressbar libssh2-devel mingw-w64-i686-libssh2
211 … prepare: pacman -S --needed --noconfirm --noprogressbar libssh2-devel mingw-w64-x86_64-libssh2
H A D.mailmap43 Henrik S. Gaßmann <henrik@gassmann.onl>
/curl/docs/libcurl/opts/
H A DCURLOPT_POSTQUOTE.md17 CURLOPT_POSTQUOTE - (S)FTP commands to run after the transfer
H A DCURLOPT_NOBODY.md32 output when doing what would otherwise be a download. For HTTP(S), this makes
H A DCURLOPT_FTP_FILEMETHOD.md30 FTP(S) server.
H A DCURLOPT_PRE_PROXY.md38 HTTP(S) proxy specified in the CURLOPT_PROXY(3) option. The pre proxy
H A DCURLOPT_AWS_SIGV4.md30 Provides AWS V4 signature authentication on HTTP(S) header.
H A DCURLOPT_QUOTE.md19 CURLOPT_QUOTE - (S)FTP commands to run before transfer
/curl/scripts/
H A Dmk-ca-bundle.pl505 my $t = Time::Piece->strptime($stamp, "%a %b %d %H:%M:%S %Y");
/curl/docs/libcurl/
H A Dlibcurl-ws.md35 upgrading a regular HTTP(S) GET request to a WebSocket connection.
H A Dcurl_easy_header.md128 setup a transfer "through" an HTTP(S) proxy.
H A Dcurl_mprintf.md168 string for **s** and **S** conversions.
/curl/packages/OS400/
H A DREADME.OS400321 _ The EBCDIC CCSID used by QADRT is 37 by default, NOT THE JOB'S CCSID. If

Completed in 57 milliseconds

12