Home
last modified time | relevance | path

Searched refs:code (Results 76 – 100 of 433) sorted by relevance

12345678910>>...18

/openssl/crypto/
H A Driscv64cpuid.pl19 $code.=<<___;
46 $code.=<<___;
89 $code .= <<___;
104 print $code;
/openssl/doc/man3/
H A DASYNC_WAIT_CTX_new.pod61 is closed), application code cleans up with ASYNC_WAIT_CTX_free().
86 Implementers of async aware code (e.g. engines) are encouraged to return a
101 code. An existing association with a file descriptor can be obtained using
104 code. This could be any unique value but a good candidate might be the
116 ASYNC_pause_job() to return control to the user code. The user code can then
119 code that the job should be resumed by making the wait file descriptor
131 callback will be called to notify user code when an engine completes a
163 full, so user code should resume the job.
173 code would initiate cryptographic operations, and the engine code would dispatch
175 code would call ASYNC_pause_job() to return control to the user code. After
[all …]
H A DERR_put_error.pod34 B<reason> code. Furthermore, the name of the file, the line, and name
42 ERR_put_error() adds an error code to the thread's error queue. It
43 signals that the error of reason code B<reason> occurred in function
48 arguments as additional data with the error code added last.
68 error messages for the error code.
92 This "library code" indicates that a system error is being reported. In
101 with any sub-library code.
123 authors of that code. They must be numbers in the range 1 to 524287 (in
135 code.
149 reason code (after the "_R_") into lowercase with underscores changed to
[all …]
H A DERR_error_string.pod26 error code I<e>, and places it at I<buf>. I<buf> must be at least 256
39 error:[error code]:[library name]::[reason string]
41 I<error code> is an 8 digit hexadecimal number, I<library name> and
47 If there is no text string registered for the given error code,
48 the error string will contain the numeric code.
59 and B<NULL> if none is registered for the error code.
/openssl/crypto/md5/asm/
H A Dmd5-sparcv9.pl72 $code.=<<___;
91 $code.=<<___;
113 $code.=<<___;
136 $code.=<<___ if ($j&1 && ($xi=$tx));
139 $code.=<<___;
164 $code.=<<___;
185 $code.=<<___;
191 $code.=<<___;
205 $code.=<<___;
356 $code.=<<___;
[all …]
/openssl/crypto/chacha/asm/
H A Dchacha-x86_64.pl100 $code.=<<___;
254 $code.=<<___;
270 $code.=<<___;
335 $code.=<<___;
480 $code.=<<___;
493 $code.=<<___;
506 $code.=<<___;
549 $code.=<<___;
602 $code.=<<___;
662 $code.=<<___;
[all …]
H A Dchacha-ia64.pl26 $code.=<<___;
106 $code.=<<___;
182 $code.=<<___ if ($d0 == 12);
187 $code.=<<___ if ($d0 == 15);
195 $code.=<<___;
235 $code.=<<___;
251 $code.=<<___ if ($i0==0); # p1,p2 are available for reuse in first round
256 $code.=<<___ if ($i0>0);
261 $code.=<<___;
292 print $code;
/openssl/crypto/bn/asm/
H A Darmv4-gf2m.pl59 $code=<<___;
82 $code.=<<___;
174 $code.=<<___;
199 $code.=<<___;
229 $code.=<<___;
256 $code.=<<___;
313 $code.=<<___;
332 foreach (split("\n",$code)) {
H A Dmips.pl113 $code.=<<___;
164 $code.=<<___;
291 $code.=<<___;
323 $code.=<<___;
419 $code.=<<___;
451 $code.=<<___;
535 $code.=<<___;
568 $code.=<<___;
666 $code.=<<___;
699 $code.=<<___;
[all …]
/openssl/crypto/sm4/asm/
H A Dsm4-riscv64-zvksed.pl58 my $code=<<___;
69 $code .= <<___;
125 $code .= <<___;
183 $code .= <<___;
239 $code .= <<___;
288 $code .= <<___;
296 print $code;
/openssl/crypto/modes/asm/
H A Dghash-riscv64.pl52 my $code=<<___;
72 $code .= <<___;
91 $code .= <<___;
112 $code .= <<___;
150 $code .= <<___;
207 $code .= <<___;
275 $code .= <<___;
346 $code .= <<___;
413 $code .= <<___;
426 print $code;
H A Dghash-riscv64-zvkb-zvbc.pl57 my $code=<<___;
71 $code .= <<___;
127 $code .= <<___;
248 $code .= <<___;
368 $code .= <<___;
376 print $code;
H A Dghash-armv4.pl123 $code.=<<___;
139 $code.="\t".shift(@args)."\n";
144 $code=<<___;
283 $code.=<<___;
369 $code.=<<___;
387 $code.=<<___;
428 $code.=<<___;
497 $code.=<<___;
502 $code.=<<___;
540 $code.=<<___;
[all …]
H A Dghash-parisc.pl92 $code.=<<___;
109 $code.=<<___ if ($SIZE_T==4);
116 $code.=<<___;
125 $code.=<<___ if ($SIZE_T==4);
133 $code.=<<___;
330 $code.=<<___;
344 $code.=<<___;
369 $code.=<<___;
386 $code.=<<___;
604 $code.=<<___;
[all …]
/openssl/crypto/sha/asm/
H A Dsha512-armv4.pl107 $code.=<<___;
204 $code=<<___;
373 $code.=<<___;
425 $code.=<<___;
544 $code.=<<___;
587 $code.=<<___;
615 $code.=<<___;
633 $code.=<<___;
639 $code.=<<___;
659 $code.=<<___;
[all …]
H A Dsha256-armv4.pl116 $code.=<<___;
156 $code.=<<___;
178 $code=<<___;
265 $code.=<<___;
480 $code.=<<___;
540 $code.=<<___;
564 $code.=<<___;
612 $code.=<<___;
644 $code.=<<___;
655 $code.=<<___;
[all …]
/openssl/crypto/aes/asm/
H A Daes-riscv64-zvkb-zvkned.pl58 my $code=<<___;
82 my $code=<<___;
111 return $code;
114 $code .= <<___;
139 $code .= <<___;
211 $code .= <<___;
289 $code .= <<___;
374 print $code;
H A Dvpaes-loongarch64.pl39 $code.=<<___;
692 $code.=<<___;
705 $code.=<<___;
722 $code.=<<___;
744 $code.=<<___;
760 $code.=<<___;
770 $code.=<<___;
784 $code.=<<___;
793 $code.=<<___;
806 $code.=<<___;
[all …]
H A Daes-s390x.pl133 $code=<<___;
207 $code.=<<___;
270 $code.=<<___;
468 $code.=<<___;
538 $code.=<<___;
596 $code.=<<___;
790 $code.=<<___;
850 $code.=<<___;
1095 $code.=<<___;
1116 $code.=<<___;
[all …]
/openssl/crypto/ec/asm/
H A Decp_nistz256-x86_64.pl83 $code.=<<___;
122 $code.=<<___;
498 $code.=<<___;
517 $code.=<<___;
847 $code.=<<___;
1577 $code.=<<___;
1592 $code.=<<___;
1614 $code.=<<___;
1634 $code.=<<___;
1659 $code.=<<___;
[all …]
H A Decp_nistz256-armv4.pl53 $code.=<<___;
83 $code.=<<___;
104 $code.="\n";
107 $code.=<<___;
129 $code.=<<___;
557 $code.=<<___;
641 $code.=<<___;
699 $code.=<<___;
758 $code.=<<___;
976 $code.=<<___;
[all …]
/openssl/crypto/rc4/asm/
H A Drc4-parisc.pl102 $code.=<<___;
125 $code.=<<___;
148 $code=<<___;
188 $code.=<<___;
202 $code.=<<___;
222 $code.=<<___;
235 $code.=<<___;
254 $code.=<<___;
325 foreach(split("\n",$code)) {
/openssl/crypto/sm3/asm/
H A Dsm3-armv8.pl41 $code.=<<___;
72 $code.=<<___;
97 $code.=<<___;
110 $code=<<___;
126 $code.=<<___;
168 $code.=<<___;
197 $code.=<<___;
271 foreach(split("\n",$code)) {
/openssl/crypto/camellia/asm/
H A Dcmllt4-sparcv9.pl68 $code=<<___;
282 $code.=<<___;
507 $code.=<<___;
518 $code.=<<___;
541 $code.=<<___;
565 $code.=<<___;
600 $code.=<<___;
645 $code.=<<___;
713 $code.=<<___;
773 $code.=<<___;
[all …]
/openssl/util/
H A Dmkerr.pl195 my $code;
198 $code = $2;
205 $code = $2;
221 die "$lib reason code $code collision at $name\n"
222 if $rassigned{$lib} =~ /:$code:/;
223 $rassigned{$lib} .= "$code:";
225 $rmax{$lib} = $code if $code > $rmax{$lib};
227 $rcodes{$name} = $code;

Completed in 87 milliseconds

12345678910>>...18