Home
last modified time | relevance | path

Searched refs:code (Results 101 – 125 of 433) sorted by relevance

12345678910>>...18

/openssl/crypto/ec/asm/
H A Decp_nistz256-armv8.pl55 $code.=<<___;
80 $code.=<<___;
100 $code.="\n";
103 $code.=<<___;
421 $code.=<<___;
447 $code.=<<___;
457 $code.=<<___;
556 $code.=<<___;
567 $code.=<<___;
722 $code.=<<___;
[all …]
/openssl/crypto/bn/asm/
H A Dx86_64-mont5.pl89 $code=<<___;
108 $code.=<<___;
166 $code.=<<___;
179 $code.=<<___;
186 $code.=<<___;
230 $code.=<<___;
245 $code.=<<___;
323 $code.=<<___;
338 $code.=<<___;
471 $code.=<<___;
[all …]
H A Darmv4-mont.pl99 $code=<<___;
312 $code.=<<___;
497 $code.=<<___;
516 $code.=<<___;
534 $code.=<<___;
553 $code.=<<___;
575 $code.=<<___;
588 $code.=<<___;
603 $code.=<<___;
622 $code.=<<___;
[all …]
H A Drsaz-avx2.pl128 $code.=<<___;
166 $code.=<<___;
279 $code.=<<___;
425 $code.=<<___;
576 $code.=<<___;
667 $code.=<<___;
735 $code.=<<___;
816 $code.=<<___;
881 $code.=<<___;
917 $code.=<<___;
[all …]
H A Dppc64-mont.pl217 $code=<<___;
368 $code.=<<___;
498 $code.=<<___;
509 $code.=<<___;
520 $code.=<<___;
531 $code.=<<___;
565 $code.=<<___;
640 $code.=<<___;
747 $code.=<<___;
754 $code.=<<___;
[all …]
H A Dsparcv9-gf2m.pl40 $code.=<<___;
162 $code.=<<___;
173 $code.=<<___;
200 $code =~ s/\`([^\`]*)\`/eval($1)/gem;
201 print $code;
H A Dx86_64-mont.pl100 $code=<<___;
121 $code.=<<___;
179 $code.=<<___;
369 $code.=<<___;
384 $code.=<<___;
426 $code.=<<___;
725 $code.=<<___;
796 $code.=<<___;
838 $code.=<<___;
944 $code.=<<___;
[all …]
H A Dparisc-mont.pl146 $code=<<___;
174 $code.=<<___ if ($BN_SZ==4);
191 $code.=<<___ if ($BN_SZ==8);
199 $code.=<<___;
231 $code.=<<___ if ($BN_SZ==4);
312 $code.=<<___ if ($BN_SZ==4);
318 $code.=<<___;
451 $code.=<<___;
537 $code.=<<___;
559 $code.=<<___;
[all …]
H A Dmips-mont.pl126 $code=<<___;
139 $code.=<<___ if ($flavour =~ /o32/i);
143 $code.=<<___;
170 $code.=<<___ if ($flavour =~ /nubi/i);
176 $code.=<<___;
419 $code.=<<___ if ($flavour =~ /nubi/i);
425 $code.=<<___;
433 $code =~ s/\`([^\`]*)\`/eval $1/gem;
435 print $code;
/openssl/demos/sslecho/
H A DREADME.md9 The server code was adapted from the Simple TLS Server on the OpenSSL Wiki.
10 The server code was modified to perform the echo function, and client code
14 The new client code illustrates that:
/openssl/crypto/aes/asm/
H A Daesv8-armx.pl77 $code=<<___;
109 $code.=<<___;
128 $code.=<<___;
307 $code.=<<___;
347 $code.=<<___;
359 $code.=<<___;
368 $code.=<<___;
445 $code.=<<___;
554 $code.=<<___;
765 $code.=<<___;
[all …]
H A Daes-mips.pl109 $code.=<<___;
130 $code.=<<___;
647 $code.=<<___;
671 $code.=<<___;
728 $code.=<<___;
734 $code.=<<___;
1247 $code.=<<___;
1271 $code.=<<___;
1328 $code.=<<___;
1344 $code.=<<___;
[all …]
H A Daes-ppc.pl119 $code.=<<___;
210 $code.=<<___;
309 $code.=<<___;
402 $code.=<<___;
431 $code.=<<___;
880 $code.=<<___;
909 $code.=<<___;
1168 $code.=<<___ if ($SIZE_T==8);
1172 $code.=<<___;
1395 $code.=<<___;
[all …]
/openssl/doc/man3/
H A DERR_print_errors.pod32 …[pid]:error:[error code]:[library name]:[function name]:[reason string]:[filename]:[line]:[optiona…
34 I<error code> is an 8 digit hexadecimal number. I<library name>,
36 text message> if one was set for the respective error code.
38 If there is no text string registered for the given error code,
39 the error string will contain the numeric code.
/openssl/doc/designs/
H A Dxof.md10 At a minimum an XOF needs to support the following pseudo-code
36 c version, as well as assembler code for different platforms).
41 that share the same code (e.g SHAKE and SHA3 share functionality).
52 a reset, but that code was removed as it was deemed to be incorrect.
54 If we remove the flag check, then the core code will potentially call low level
64 Changing the code at this level should be a simple matter of removing the
114 - Duplication of the EVP_MD code (although all legacy/engine code would be
202 Modify the SHA3_squeeze code to accept a input/output parameter to track the
217 - The general SHA3 case would be slower unless code was duplicated.
226 - Change is mainly in C code.
[all …]
/openssl/crypto/poly1305/asm/
H A Dpoly1305-mips.pl73 $code.=<<___;
177 $code.=<<___;
200 $code.=<<___ if ($flavour =~ /nubi/i); # optimize non-nubi prologue
206 $code.=<<___;
340 $code.=<<___ if ($flavour =~ /nubi/i); # optimize non-nubi epilogue
346 $code.=<<___;
355 $code.=<<___;
439 print $code;
H A Dpoly1305-c64xplus.pl37 $code.=<<___;
268 $code.=<<___;
324 $code.=<<___;
330 print $code;
/openssl/crypto/sha/asm/
H A Dkeccak1600p8-ppc.pl85 $code.=<<___;
380 $code.=<<___;
687 $code.=<<___;
780 $code.=<<___;
842 foreach (split("\n",$code)) {
H A Dkeccak1600-avx512vl.pl58 $code.=<<___;
185 $code.=<<___;
235 $code.=<<___
242 $code.=<<___;
309 $code.=<<___;
320 $code.=<<___;
391 print $code;
H A Dkeccak1600-avx2.pl128 $code.=<<___;
284 $code.=<<___;
326 $code.=<<___
333 $code.=<<___;
392 $code.=<<___;
403 $code.=<<___;
481 print $code;
H A Dkeccak1600-c64x.pl46 $code.=<<___;
51 $code.=<<___;
85 $code.=<<___;
227 $code.=<<___;
236 $code.=<<___;
245 $code.=<<___;
254 $code.=<<___;
258 $code.=<<___;
283 $code.=<<___;
292 $code.=<<___;
[all …]
H A Dsha1-c64xplus.pl45 $code=<<___;
214 $code.=<<___;
246 $code.=<<___ if (!shift);
251 $code.=<<___;
293 $code.=<<___;
335 print $code;
/openssl/crypto/engine/
H A DREADME.md7 the "ENGINE" code. So it serves a double purpose of being a "ENGINE internals
77 was previously replaced by an "ENGINE" pointer and all RSA code that required
93 cipher-specific ENGINE code is asked for an ENGINE pointer (a functional
96 ENGINE code will return NULL because no ENGINEs will have had any cipher
119 in essence it is simply an instantiation of "ENGINE_TABLE" code for use by
124 EVP_CIPHER code will link at most code relating to EVP_CIPHER, tb_cipher.c, core
125 ENGINE code that is independent of class, and of course the ENGINE
128 other APIs, such as the RSA/DSA/etc library code.
170 ENGINE_PILE code may still have references and thus those ENGINEs will stay
185 initialised state. So if RSA code asks for an ENGINE and no ENGINE has
[all …]
/openssl/crypto/
H A Dpariscid.pl31 $code=<<___;
103 $code.=<<___;
146 $code.=<<___;
179 $code.=<<___;
267 foreach(split("\n",$code)) {
H A Dppccpuid.pl33 $code=<<___;
224 $code.=<<___;
395 $code =~ s/\`([^\`]*)\`/eval $1/gem;
396 print $code;

Completed in 123 milliseconds

12345678910>>...18