Searched refs:comment (Results 1 – 25 of 98) sorted by relevance
1234
/openssl/crypto/bf/asm/ |
H 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/crypto/bn/asm/ |
H 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 …]
|
H 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/crypto/des/asm/ |
H 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 …]
|
H A D | desboth.pl | 26 &comment(""); 27 &comment("Load the data words"); 32 &comment(""); 33 &comment("IP"); 71 &comment(""); 72 &comment("FP");
|
H 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/providers/common/der/ |
H A D | oids_to_c.pm | 27 my ($name, $comment) = @{ shift() }; 31 (my $C_comment = $comment) =~ s|^| * |msg; 46 my ($name, $comment) = @{ shift() }; 52 (my $C_comment = $comment) =~ s|^| * |msg; 85 my $comment = $&; 93 push @OID_names, [ $name, $comment ];
|
/openssl/crypto/md5/asm/ |
H 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/crypto/perlasm/ |
H 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");
|
H A D | README.md | 49 &comment("hello there") Put in a comment. 80 &comment("a simple function");
|
/openssl/util/ |
H A D | su-filter.pl | 75 my $comment = 0; 80 if($comment) { 82 $comment = 0; 142 $comment = 1;
|
/openssl/doc/man3/ |
H A D | EVP_PKEY_CTX_set1_pbe_pass.pod | 22 =begin comment 28 =end comment 37 =begin comment 43 =end comment
|
H A D | OSSL_ITEM.pod | 29 =begin comment RETURN VALUES doesn't make sense for a manual that only 37 =end comment
|
H A D | OSSL_DISPATCH.pod | 55 =begin comment RETURN VALUES doesn't make sense for a manual that only 63 =end comment
|
H A D | OSSL_CALLBACK.pod | 50 =begin comment RETURN VALUES doesn't make sense for a manual that only 58 =end comment
|
/openssl/apps/ |
H 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/crypto/cast/asm/ |
H 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/doc/internal/man7/ |
H A D | DERlib.pod | 19 =begin comment 25 =end comment 66 =begin comment 72 =end comment
|
/openssl/crypto/rc5/asm/ |
H A D | rc5-586.pl | 42 &comment(""); 50 &comment("Load the 2 words");
|
/openssl/test/recipes/95-test_external_tlsfuzzer_data/ |
H A D | cert.json.in | 7 "comment": "Use ANY certificate just to ensure that server tries to authorise a client", string 29 "comment": "set -client_sigalgs because of https://github.com/openssl/openssl/issues/25277", string
|
/openssl/doc/internal/man3/ |
H A D | OSSL_DEPRECATED.pod | 30 =begin comment 39 =end comment
|
/openssl/doc/man7/ |
H A D | EVP_MD-common.pod | 38 =begin comment 43 =end comment
|
H A D | ossl_store-file.pod | 3 =begin comment 9 =end comment
|
/openssl/doc/man1/ |
H A D | openssl-pkeyparam.pod.in | 3 =begin comment 6 =end comment
|
H A D | openssl-pkcs7.pod.in | 3 =begin comment 6 =end comment
|
Completed in 69 milliseconds
1234