Lines Matching refs:info
17 OpenSSL::Config::Query - Query OpenSSL configuration info
23 my $query = OpenSSL::Config::Query->new(info => \%unified_info);
33 The unified info structure, commonly known as the %unified_info table, has
49 =item B<info> =E<gt> I<HASHREF>
63 my $info = OpenSSL::Config::Info->new(info => \%unified_info);
74 info => 'HASH',
80 my $instance = { info => $opts{info} // {},
108 my @sources = @{$self->{info}->{sources}->{$_} // []};
110 grep { $_ =~ m|\.a$| } @{$self->{info}->{depends}->{$_} // []};
117 ( ( $self->{info}->{generate}->{$_} // [] ) -> [0] // () );