Searched refs:comment (Results 1 – 25 of 83) sorted by relevance
1234
/openssl-master/crypto/bf/asm/ |
A D | bf-586.pl | 42 &comment(""); 51 &comment("Load the 2 words"); 67 &comment(""); 68 &comment("Round $i"); 71 &comment(""); 72 &comment("Round ".sprintf("%d",$i+1)); 86 &comment(""); 87 &comment("Round $i"); 89 &comment(""); 90 &comment("Round ".sprintf("%d",$i-1)); [all …]
|
/openssl-master/crypto/bn/asm/ |
A D | bn-586.pl | 149 &comment(""); 186 &comment(""); 265 &comment(""); 299 &comment(""); 371 &comment(""); 394 &comment(""); 440 &comment(""); 473 &comment(""); 512 &comment(""); 545 &comment(""); [all …]
|
A D | co-586.pl | 33 &comment("mul a[$ai]*b[$bi]"); 61 &comment("sqr a[$ai]*a[$bi]"); 90 &comment("sqr a[$ai]*a[$bi]"); 154 &comment("################## Calculate word $i"); 180 &comment("saved r[$i]"); 194 &comment("save r[$i]"); 243 &comment("############### Calculate word $i"); 276 &comment("saved r[$i]");
|
/openssl-master/crypto/des/asm/ |
A D | des-586.pl | 62 &comment(""); 64 &comment(""); 99 &comment(""); 101 &comment(""); 134 &comment(""); 148 &comment(""); 149 &comment("IP"); 185 &comment(""); 186 &comment("FP"); 195 &comment(""); [all …]
|
A D | desboth.pl | 26 &comment(""); 27 &comment("Load the data words"); 32 &comment(""); 33 &comment("IP"); 71 &comment(""); 72 &comment("FP");
|
A D | crypt586.pl | 35 &comment(""); 36 &comment("Load the 2 words"); 55 &comment(""); 56 &comment("Round $i"); 59 &comment(""); 60 &comment("Round ".sprintf("%d",$i+1)); 71 &comment(""); 72 &comment("FP"); 165 &comment("");
|
/openssl-master/providers/common/der/ |
A D | oids_to_c.pm | 29 my ($name, $comment) = @{ shift() }; 33 (my $C_comment = $comment) =~ s|^| * |msg; 48 my ($name, $comment) = @{ shift() }; 54 (my $C_comment = $comment) =~ s|^| * |msg; 87 my $comment = $&; 95 push @OID_names, [ $name, $comment ];
|
/openssl-master/crypto/md5/asm/ |
A D | md5-586.pl | 66 &comment("R0 $ki"); 89 &comment("R1 $ki"); 114 &comment("R2 $ki"); 132 &comment("R2 $ki"); 158 &comment("R3 $ki"); 211 &comment(""); 212 &comment("R0 section"); 231 &comment(""); 232 &comment("R1 section"); 250 &comment(""); [all …]
|
/openssl-master/crypto/perlasm/ |
A D | cbc.pl | 45 &comment(""); 63 &comment("getting iv ptr from parameter $iv_off"); 80 &comment("getting encrypt flag from parameter $enc_off"); 84 &comment("get and push parameter $p3"); 91 &comment("get and push parameter $p2"); 98 &comment("get and push parameter $p1");
|
A D | README.md | 49 &comment("hello there") Put in a comment. 80 &comment("a simple function");
|
A D | arm-xlate.pl | 107 my ($args,$comment) = split(m|\s*//|,shift);
|
/openssl-master/util/ |
A D | su-filter.pl | 75 my $comment = 0; 80 if($comment) { 82 $comment = 0; 142 $comment = 1;
|
/openssl-master/doc/man3/ |
A D | EVP_PKEY_CTX_set1_pbe_pass.pod | 22 =begin comment 28 =end comment 37 =begin comment 43 =end comment
|
A D | EVP_PKEY_fromdata.pod | 48 =for comment the awful list of links above is made this way so we get nice 83 =for comment We may choose to make this available for legacy methods too... 98 =begin comment 102 =end comment
|
/openssl-master/apps/ |
A D | ecparam.c | 79 const char *comment = curves[n].comment; in list_builtin_curves() local 82 if (comment == NULL) in list_builtin_curves() 83 comment = "CURVE DESCRIPTION NOT AVAILABLE"; in list_builtin_curves() 88 BIO_printf(out, "%s\n", comment); in list_builtin_curves()
|
/openssl-master/crypto/cast/asm/ |
A D | cast-586.pl | 68 &comment(""); 77 &comment("Load the 2 words"); 81 &comment('Get short key flag'); 107 &comment('test short key flag'); 148 &comment("round $i");
|
/openssl-master/doc/internal/man7/ |
A D | DERlib.pod | 19 =begin comment 25 =end comment 66 =begin comment 72 =end comment
|
/openssl-master/crypto/rc5/asm/ |
A D | rc5-586.pl | 42 &comment(""); 50 &comment("Load the 2 words");
|
/openssl-master/doc/internal/man3/ |
A D | OSSL_DEPRECATED.pod | 30 =begin comment 39 =end comment
|
/openssl-master/doc/man7/ |
A D | EVP_MD-common.pod | 38 =begin comment 43 =end comment
|
A D | OSSL_PROVIDER-legacy.pod | 94 =begin comment 111 =end comment
|
A D | ossl_store-file.pod | 3 =begin comment 9 =end comment
|
/openssl-master/doc/man1/ |
A D | openssl-pkeyparam.pod.in | 3 =begin comment 6 =end comment
|
A D | openssl-pkcs7.pod.in | 3 =begin comment 6 =end comment
|
/openssl-master/external/perl/Text-Template-1.56/ |
A D | MANIFEST | 21 t/inline-comment.t
|
Completed in 23 milliseconds
1234