Home
last modified time | relevance | path

Searched refs:class (Results 1 – 25 of 38) sorted by relevance

12

/openssl/util/perl/TLSProxy/
H A DNewSessionTicket.pm17 my $class = shift;
28 return $class->init(
43 my $class = shift;
51 return $class->init(
65 my $class = shift;
76 my $self = $class->SUPER::new(
H A DRecord.pm64 my $class = shift;
185 my $class = shift;
193 my $class = shift;
202 my $class = shift;
211 my $class = shift;
223 return $class->init(1,
239 my $class = shift;
249 return $class->init(
266 my $class = shift;
299 return bless $self, $class;
H A DProxy.pm78 my $class = shift;
83 return init($class, $filter, $execute, $cert, $debug, 0);
87 my $class = shift;
92 return init($class, $filter, $execute, $cert, $debug, 1);
97 my $class = shift;
136 return bless $self, $class;
719 my $class = shift;
753 my $class = shift;
H A DAlert.pm14 my $class = shift;
27 return bless $self, $class;
H A DNextProto.pm17 my $class = shift;
28 my $self = $class->SUPER::new(
H A DMessage.pm179 my $class = shift;
503 my $class = shift;
508 my $class = shift;
513 my $class = shift;
524 my $class = shift;
550 return bless $self, $class;
555 my $class = shift;
770 my $class = shift;
H A DHelloVerifyRequest.pm20 my $class = shift;
31 my $self = $class->SUPER::new(
H A DCertificateVerify.pm17 my $class = shift;
28 my $self = $class->SUPER::new(
H A DEncryptedExtensions.pm17 my $class = shift;
28 my $self = $class->SUPER::new(
H A DCertificateRequest.pm17 my $class = shift;
28 my $self = $class->SUPER::new(
H A DServerKeyExchange.pm17 my $class = shift;
28 my $self = $class->SUPER::new(
H A DServerHello.pm24 my $class = shift;
35 my $self = $class->SUPER::new(
H A DCertificate.pm17 my $class = shift;
28 my $self = $class->SUPER::new(
H A DClientHello.pm19 my $class = shift;
30 my $self = $class->SUPER::new(
/openssl/util/perl/OpenSSL/
H A DTemplate.pm46 my $class = shift;
49 my $self = $class->SUPER::new(DELIMITERS => [ '{-', '-}'],
55 return bless $self, $class;
H A DOrdinals.pm82 my $class = shift;
97 bless $instance, $class;
786 my $class = shift;
788 if (ref($_[0]) eq $class) {
789 return $class->new( map { $_ => $_[0]->{$_} } keys %{$_[0]} );
845 return bless $instance, $class;
/openssl/crypto/perlasm/
H A Dx86_64-xlate.pl223 my ($class, $line) = @_;
228 bless $self,$class;
301 my ($class, $line) = @_;
306 bless $self, $class;
349 bless $self, $class;
453 bless $self,$class;
489 my ($class, $line) = @_;
494 bless $self,$class;
561 bless $self,$class;
754 bless $self,$class;
[all …]
/openssl/crypto/bn/asm/
H A Dppc64-mont-fixed.pl100 my ($class, $n) = @_;
110 bless $self, $class;
338 my ($class, $n) = @_;
340 return $class->SUPER::new($n);
464 my ($class, $n) = @_;
466 my $mont = $class->SUPER::new($n);
/openssl/doc/man3/
H A DSSL_get_value_uint.pod89 within a given value class. The value classes are enumerated by
98 negotiation or provide connection statistics. Values in this class might be
101 You can access values in this class using the convenience macros
106 Values in this class are read-write, and represent what the local party is
110 A value in this class may become read-only in certain circumstances; for
116 You can access values in this class using the convenience macros
125 You can access values in this class using the convenience macro
130 Values in this value class are read-only, and represent the value which was
134 Attempting to read a value in this class will generally fail if the feature
143 You can access values in this class using the convenience macro
[all …]
H A DASN1_EXTERN_FUNCS.pod94 class I<class> into an B<ASN1_VALUE>. If I<*pval> is non-NULL then the
116 class.
/openssl/test/
H A Drun_tests.pl173 my $class = shift;
271 return $class->SUPER::new({ %opts });
291 my $class = shift;
294 return bless { %args }, $class;
/openssl/util/perl/OpenSSL/Config/
H A DQuery.pm70 my $class = shift;
82 bless $instance, $class;
/openssl/Configurations/platform/
H A DCygwin.pm16 my $class = shift;
/openssl/Configurations/
H A Dgentemplate.pm39 my $class = shift;
49 return bless $data, $class;
/openssl/include/openssl/
H A Dcrypto.h.in204 * Per class, we have a STACK of function pointers.
242 * given class (invokes whatever per-class callbacks are applicable)
256 * index (relative to the class type involved)

Completed in 38 milliseconds

12