Searched refs:class (Results 1 – 25 of 38) sorted by relevance
12
/openssl/util/perl/TLSProxy/ |
H A D | NewSessionTicket.pm | 17 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 D | Record.pm | 64 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 D | Proxy.pm | 78 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 D | Alert.pm | 14 my $class = shift; 27 return bless $self, $class;
|
H A D | NextProto.pm | 17 my $class = shift; 28 my $self = $class->SUPER::new(
|
H A D | Message.pm | 179 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 D | HelloVerifyRequest.pm | 20 my $class = shift; 31 my $self = $class->SUPER::new(
|
H A D | CertificateVerify.pm | 17 my $class = shift; 28 my $self = $class->SUPER::new(
|
H A D | EncryptedExtensions.pm | 17 my $class = shift; 28 my $self = $class->SUPER::new(
|
H A D | CertificateRequest.pm | 17 my $class = shift; 28 my $self = $class->SUPER::new(
|
H A D | ServerKeyExchange.pm | 17 my $class = shift; 28 my $self = $class->SUPER::new(
|
H A D | ServerHello.pm | 24 my $class = shift; 35 my $self = $class->SUPER::new(
|
H A D | Certificate.pm | 17 my $class = shift; 28 my $self = $class->SUPER::new(
|
H A D | ClientHello.pm | 19 my $class = shift; 30 my $self = $class->SUPER::new(
|
/openssl/util/perl/OpenSSL/ |
H A D | Template.pm | 46 my $class = shift; 49 my $self = $class->SUPER::new(DELIMITERS => [ '{-', '-}'], 55 return bless $self, $class;
|
H A D | Ordinals.pm | 82 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 D | x86_64-xlate.pl | 223 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 D | ppc64-mont-fixed.pl | 100 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 D | SSL_get_value_uint.pod | 89 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 D | ASN1_EXTERN_FUNCS.pod | 94 class I<class> into an B<ASN1_VALUE>. If I<*pval> is non-NULL then the 116 class.
|
/openssl/test/ |
H A D | run_tests.pl | 173 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 D | Query.pm | 70 my $class = shift; 82 bless $instance, $class;
|
/openssl/Configurations/platform/ |
H A D | Cygwin.pm | 16 my $class = shift;
|
/openssl/Configurations/ |
H A D | gentemplate.pm | 39 my $class = shift; 49 return bless $data, $class;
|
/openssl/include/openssl/ |
H A D | crypto.h.in | 204 * 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 32 milliseconds
12