Home
last modified time | relevance | path

Searched refs:_ (Results 1 – 25 of 349) sorted by relevance

12345678910>>...14

/openssl/crypto/perlasm/
H A Ds390x.pm1310 vno(@_,$_[1]);
1906 vcdg(@_[0..1],3,0x8|$_[2],$_[3]);
1917 vcdlg(@_[0..1],3,0x8|$_[2],$_[3]);
1928 vcgd(@_[0..1],3,0x8|$_[2],$_[3]);
1939 vclgd(@_[0..1],3,0x8|$_[2],$_[3]);
1961 vfi(@_[0..1],3,0x8|$_[2],$_[3]);
1983 vled(@_[0..1],3,0x8|$_[2],$_[3]);
2220 vfi(@_[0..1],2,0x8|$_[2],$_[3]);
2223 vfi(@_[0..1],4,0x8|$_[2],$_[3]);
2246 vflr(@_[0..1],3,0x8|$_[2],$_[3]);
[all …]
H A Dx86asm.pl60 &xchg(&HB(@_),&LB(@_));
61 &ror (@_,16);
62 &xchg(&HB(@_),&LB(@_));
110 { my($dst,$src)=@_;
134 { my ($dst)=@_;
142 { my ($dst)=@_;
195 $label{$_[0]};
199 { $label{$_[0]}=$_[1] if (!defined($label{$_[0]}));
200 $label{$_[0]};
203 sub ::static_label { &::LABEL($_[0],$lbdecor.$_[0]); }
[all …]
H A Dppc-xlate.pl21 my ($dir,$name,$type) = @_;
116 my $line = join(",",@_);
126 for (@_) {
132 { $hi=undef; $lo=$_; }
168 my @rest = @_;
216 " .long ".sprintf "0x%x",31<<26|$cr<<23|$_[0]<<16|$_[1]<<11|64 :
253 my ($f,$vx,$vy) = @_;
261 my ($f,$idx,$ra) = @_;
269 my ($f,$rd,$idx) = @_;
346 my ($f, $arg) = @_;
[all …]
H A Dx86nasm.pl26 { $_[0] = "NEAR $_[0]"; }
28 { $_[1] =~ s/^[^\[]*\[/\[/o; }
30 { $_[0] =~ s/^[^\[]*\[/\[/o; }
32 &::emit($opcode,@_);
40 sub ::jmp_ptr { &::emit("jmp",@_); }
79 sub ::BP { &get_mem("BYTE",@_); }
81 sub ::WP { &get_mem("WORD",@_); }
141 { foreach(@_)
142 { push(@out,"${drdecor}extern\t".&::LABEL($_,$nmdecor.$_)."\n"); }
146 { push(@out,"${drdecor}global\t".&::LABEL($_[0],$nmdecor.$_[0])."\n"); }
[all …]
H A Dx86masm.pl21 { my ($opcode,@arg)=@_;
80 sub ::WP { &get_mem("WORD",@_); }
83 sub ::BC { "@_"; }
84 sub ::DWC { "@_"; }
161 { foreach(@_)
162 { push(@out, "EXTERN\t".&::LABEL($_,$nmdecor.$_).":NEAR\n"); }
166 { push(@out,"PUBLIC\t".&::LABEL($_[0],$nmdecor.$_[0])."\n"); }
169 { push(@out,("DB\t").join(',',splice(@_,0,16))."\n") while(@_); }
172 { push(@out,("DW\t").join(',',splice(@_,0,8))."\n") while(@_); }
175 { push(@out,("DD\t").join(',',splice(@_,0,4))."\n") while(@_); }
[all …]
H A Dx86gas.pl35 { my($opcode,@arg)=@_;
64 sub ::movzx { &::movzb(@_); }
100 sub ::QWP { &::DWP(@_); }
101 sub ::BP { &::DWP(@_); }
102 sub ::WP { &::DWP(@_); }
103 sub ::BC { @_; }
104 sub ::DWC { @_; }
146 foreach (@_)
156 { foreach(@_) { &::LABEL($_,$nmdecor.$_); } }
159 { push(@out,".globl\t".&::LABEL($_[0],$nmdecor.$_[0])."\n"); }
[all …]
/openssl/Configurations/platform/
H A DBASE.pm35 sub bin { return $_[0]->binname($_[1]) . $_[0]->binext() }
36 sub dso { return $_[0]->dsoname($_[1]) . $_[0]->dsoext() }
37 sub sharedlib { return __concat($_[0]->sharedname($_[1]), $_[0]->shlibext()) }
38 sub staticlib { return $_[0]->staticname($_[1]) . $_[0]->libext() }
41 sub def { return __base($_[1], '.ld') . $_[0]->defext() }
42 sub obj { return __base($_[1], '.o') . $_[0]->objext() }
57 if ($_[0]->isdef($_[1])) { return $_[0]->def($_[1]); }
58 if ($_[0]->isobj($_[1])) { return $_[0]->obj($_[1]); }
59 if ($_[0]->isres($_[1])) { return $_[0]->res($_[1]); }
60 if ($_[0]->isasm($_[1])) { return $_[0]->asm($_[1]); }
[all …]
H A DVMS.pm33 sub optname { return $_[1] }
34 sub opt { return $_[0]->optname($_[1]) . $_[0]->optext() }
41 my $in_libname = platform::BASE->staticname($_[1]);
43 if $unified_info{attributes}->{libraries}->{$_[1]}->{noinst};
45 return platform::BASE::__concat($_[0]->osslprefix(),
46 platform::BASE->staticname($_[1]),
53 join('', map { sprintf "%02d", $_ } split(m|\.|, $config{shlib_version}));
58 return platform::BASE::__concat($_[0]->osslprefix(),
59 platform::BASE->sharedname($_[1]),
60 $_[0]->shlib_version_as_filename(),
[all …]
H A DUnix.pm39 return $_[1];
47 my $in_libname = platform::BASE->staticname($_[1]);
49 if $unified_info{attributes}->{libraries}->{$_[1]}->{noinst};
53 return platform::BASE->staticname($_[1]);
57 return platform::BASE::__concat(platform::BASE->sharedname($_[1]),
58 ($_[0]->shlibvariant() // ''));
62 return platform::BASE::__isshared($_[1]) ? $_[1] : undef;
73 my $name = $_[0]->sharedname($_[1]);
74 my $simplename = $_[0]->sharedname_simple($_[1]);
75 my $ext = $_[0]->shlibext();
[all …]
H A DWindows.pm32 my $in_libname = platform::BASE->staticname($_[1]);
34 if $unified_info{attributes}->{libraries}->{$_[1]}->{noinst};
38 return platform::BASE->staticname($_[1])
49 return platform::BASE::__concat(platform::BASE->sharedname($_[1]),
51 $_[0]->shlib_version_as_filename(),
52 ($_[0]->shlibvariant() // ''));
56 return platform::BASE::__isshared($_[1]) ? $_[1] : undef;
60 return platform::BASE::__concat($_[0]->sharedname_import($_[1]),
61 $_[0]->shlibextimport());
/openssl/crypto/modes/asm/
H A Daes-gcm-avx512.pl204 my ($reg) = @_;
218 my ($reg) = @_;
230 my ($reg) = @_;
242 my ($reg) = @_;
252 my ($reg) = @_;
262 my ($reg) = @_;
286 my ($idx, $base) = @_;
295 my ($idx, $base) = @_;
513 my $GCM128_CTX = $_[0];
893 if (scalar(@_) == 21) {
[all …]
/openssl/util/
H A Dmknum.pl50 $ordinals->items(comparator => sub { $_[0] cmp $_[1] },
64 $_->{value} = $_->{value}||"";
65 next if grep { $_ eq 'CONST_STRICT' } @{$_->{conds}};
67 $_->{type},
68 $_->{name},
74 if ($_->{type} eq 'M'
78 $ordinals->add_alias($f, $_->{value}, $_->{name}, @{$_->{conds}});
84 } -> {$_->{type}};
86 $ordinals->add($f, $_->{name}, $type, @{$_->{conds}});
97 $ordinals->items(comparator => sub { $_[0] cmp $_[1] },
[all …]
H A Dmkdef.pl179 return $platforms{$_} == $OS->{platforms}->{$_};
181 if ($platforms{$_}) {
253 for (@_) {
285 for (@_) {
286 print $_->name(),"\n";
291 for (@_) {
306 for (@_) {
342 foreach (@_) {
352 } -> {$_->type()};
377 + length($_)
[all …]
/openssl/util/perl/OpenSSL/
H A DParseC.pm87 if (ref($_[$#_]) eq "HASH") {
88 %opts = %{$_[$#_]};
101 %opts = %{$_[$#_]};
114 %opts = %{$_[$#_]};
131 %opts = %{$_[$#_]};
191 %opts = %{$_[$#_]};
208 %opts = %{$_[$#_]};
227 %opts = %{$_[$#_]};
775 if (ref($_[$#_]) eq "HASH") {
776 %opts = %{$_[$#_]};
[all …]
H A DTest.pm474 local $_;
786 $saved_hooks{$_} = $hooks{$_} if exists($hooks{$_});
787 $hooks{$_} = $opts{$_};
793 $hooks{$_} = $saved_hooks{$_};
907 return ok(!$_[0], @_[1..$#_]) if defined $ENV{FIPS_MODE};
908 return ok($_[0], @_[1..$#_]);
912 return isnt($_[0], $_[1], @_[2..$#_]) if defined $ENV{FIPS_MODE};
913 return is($_[0], $_[1], @_[2..$#_]);
917 return is($_[0], $_[1], @_[2..$#_]) if defined $ENV{FIPS_MODE};
918 return isnt($_[0], $_[1], @_[2..$#_]);
[all …]
H A DOrdinals.pm83 my %opts = @_;
183 $_->number($_->intnum()) if $_->number() =~ m|^\?|;
206 my %opts = @_;
227 my %opts = @_;
269 my %opts = @_;
341 delete $features{$_} if $features{$_} == 2;
562 $alias_platforms{$_} = !$platforms{$_};
787 return $class->new( map { $_ => $_[0]->{$_} } keys %{$_[0]} );
955 join(',', (map { ($platforms{$_} ? '' : '!') . $_ }
985 return sub { $_[0]->name() cmp $_[1]->name() };
[all …]
H A DUtil.pm105 my $s = shift @_;
125 quotify1($_);
127 } @_;
152 ($_ eq '' || /\s|[\{\}\\\$\[\]\*\?\|\&:;<>]/) ? "'$_'" : $_ };
156 $_ = shift;
161 $_;
166 $_ = shift;
171 $_;
176 return ( map { $arg_formatter->($_) } @_ );
249 my %opts = @_;
[all …]
/openssl/util/perl/OpenSSL/Config/
H A DQuery.pm71 my %opts = @_;
107 foreach (@_) {
110 grep { $_ =~ m|\.a$| } @{$self->{info}->{depends}->{$_} // []};
114 my @parts = map { @{$_} } values %parts;
125 ( ( map { @{$_} } values %parts ),
150 return { map { $_ => $self->{config}->{$_} } @_ };
160 my %conds = @_; # key => type
163 my %optnames = map { $_ => 1 } keys %$opts;
165 delete $optnames{$_};
171 if (defined $conds{$_} && defined $opts->{$_}
[all …]
/openssl/Configurations/platform/Windows/
H A DMSVC.pm21 return platform::BASE::__concat(platform::BASE->sharedname($_[1]),
23 $_[0]->shlib_version_as_filename(),
25 ($_[0]->shlibvariant() // ''));
29 return platform::BASE::__concat($_[0]->staticname($_[1]), $_[0]->pdbext());
33 return platform::BASE::__concat($_[0]->sharedname($_[1]), $_[0]->pdbext());
37 return platform::BASE::__concat($_[0]->dsoname($_[1]), $_[0]->pdbext());
41 return platform::BASE::__concat($_[0]->binname($_[1]), $_[0]->pdbext());
/openssl/providers/common/der/
H A Doids_to_c.pm30 my @oid_nums = @_;
36 my $C_bytes_size = 2 + scalar @_;
49 my @oid_nums = @_;
68 my %opts = %{ pop @_ } if ref $_[$#_] eq 'HASH';
73 foreach my $file (@_) {
80 $_;
103 my %opts = %{ $_[$#_] } if ref $_[$#_] eq 'HASH';
104 my @OID_names = _process @_;
107 my %leaves = map { $_ => 1 } registered_oid_leaves;
108 foreach (grep { defined $leaves{$_->[0]} } @OID_names) {
[all …]
/openssl/test/recipes/
H A Dtconversion.pl25 my %opts = @_;
107 $_[0] =~ s/\R//g;
108 $_[1] =~ s/\R//g;
109 return $_[0] ne $_[1];
114 $_ = shift @_;
124 my $cert = shift @_;
127 my $name = shift @_;
137 grep { not $seen{$_}++ } @_;
149 my $cert = shift @_;
151 my $exts = shift @_;
[all …]
H A D20-test_mac.t124 ok(compareline($_->{cmd}, $_->{type}, $_->{input}, $_->{expected}, $_->{err}), $_->{desc});
128 ok(comparefile($_->{cmd}, $_->{type}, $_->{input}, $_->{expected}), $_->{desc});
133 ok(compareline($_->{cmd}, $_->{type}, $_->{input}, $_->{expected}, $_->{err}), $_->{desc});
140 my ($cmdarray_orig, $type, $input, $expect, $err) = @_;
192 my ($cmdarray, $type, $input, $expect) = @_;
H A D20-test_passwd.t107 ok(compare1stline([qw{openssl passwd}, '-'.$_->{type}, '-salt', $_->{salt},
108 $_->{key}], $_->{expected}),
109 { 5 => 'SHA256', 6 => 'SHA512' }->{$_->{type}} . ' password with salt ' . $_->{salt});
117 ok(compare1stline([qw{openssl passwd}, '-'.$_->{type}, '-salt', $_->{salt},
118 $_->{key}], $_->{expected}),
119 { 5 => 'SHA256', 6 => 'SHA512' }->{$_->{type}} . ' password with salt ' . $_->{salt});
124 my ($cmdarray, $regexp) = @_;
131 my ($cmdarray, $str) = @_;
/openssl/providers/implementations/storemgmt/
H A Dfile_store.c104 } _; member
162 ctx->_.file.file = source; in file_open_stream()
179 ctx->_.dir.last_entry = OPENSSL_DIR_read(&ctx->_.dir.ctx, path); in file_open_dir()
180 ctx->_.dir.last_errno = errno; in file_open_dir()
368 BIO_snprintf(ctx->_.dir.search_name, sizeof(ctx->_.dir.search_name), in file_set_ctx_params()
534 ret = OSSL_DECODER_from_bio(ctx->_.file.decoderctx, ctx->_.file.file); in file_load_file()
676 ctx->_.dir.last_entry = OPENSSL_DIR_read(&ctx->_.dir.ctx, ctx->uri); in file_load_dir_entry()
678 if (ctx->_.dir.last_entry == NULL && ctx->_.dir.last_errno == 0) in file_load_dir_entry()
743 if (ctx->_.dir.ctx != NULL) in file_close_dir()
755 BIO_free(ctx->_.file.file); in file_close_stream()
[all …]
/openssl/
H A DConfigure1128 grep { defined $_ && (ref $_ ne 'ARRAY' || @$_) } values %useradd;
1181 my @tocheckfor = (@_ ? @_ : keys %disabled);
1210 print $_,"\n" unless $table{$_}->{template};
1278 $found=$_ if $table{$_} && !$table{$_}->{template};
1297 $target{$target_attr_translate{$_}} = $target{$_}
1371 delete $config{$_} unless defined $config{$_};
1382 push @{$config{$_}}, @{$useradd{$_}};
1384 $config{$_} = [ @{$useradd{$_}} ];
1770 $target{$_} = defined $target{$_}
1771 ? add($si->{$_})->($target{$_})
[all …]

Completed in 108 milliseconds

12345678910>>...14