HomeSort by: relevance | last modified time | path
    Searched refs:sessionfile (Results 1 - 14 of 14) sorted by relevancy

  /src/crypto/external/bsd/openssl/dist/test/
clienthellotest.c 46 static const char *sessionfile = NULL; variable
153 sessbio = BIO_new_file(sessionfile, "r");
255 OPT_TEST_DECLARE_USAGE("sessionfile\n")
264 if (!TEST_ptr(sessionfile = test_get_argument(0)))
  /src/crypto/external/bsd/openssl.old/dist/test/
clienthellotest.c 46 static const char *sessionfile = NULL; variable
148 sessbio = BIO_new_file(sessionfile, "r");
252 if (!TEST_ptr(sessionfile = test_get_argument(0)))
  /src/crypto/external/bsd/openssl/dist/util/perl/TLSProxy/
Proxy.pm 91 sessionfile => undef,
157 $self->{sessionfile} = undef;
332 if (defined $self->sessionfile) {
383 if (defined($self->{sessionfile})) {
705 #Setting a sessionfile means that the client will not close until the given
711 sub sessionfile subroutine
715 $self->{sessionfile} = shift;
718 return $self->{sessionfile};
  /src/crypto/external/bsd/openssl.old/dist/util/perl/TLSProxy/
Proxy.pm 90 sessionfile => undef,
156 $self->{sessionfile} = undef;
331 if (defined $self->sessionfile) {
382 if (defined($self->{sessionfile})) {
704 #Setting a sessionfile means that the client will not close until the given
710 sub sessionfile subroutine
714 $self->{sessionfile} = shift;
717 return $self->{sessionfile};
  /src/crypto/external/apache2/openssl/dist/util/perl/TLSProxy/
Proxy.pm 171 sessionfile => undef,
216 $self->{sessionfile} = undef;
451 if (defined $self->sessionfile) {
504 if (defined($self->{sessionfile})) {
832 #Setting a sessionfile means that the client will not close until the given
838 sub sessionfile subroutine
842 $self->{sessionfile} = shift;
845 return $self->{sessionfile};
  /src/crypto/external/apache2/openssl/dist/test/recipes/
70-test_tls13psk.t 49 $proxy->sessionfile($session);
70-test_tls13kexmodes.t 199 $proxy->sessionfile($session);
70-test_tls13messages.t 214 $proxy->sessionfile($session);
  /src/crypto/external/bsd/openssl/dist/test/recipes/
70-test_tls13psk.t 51 $proxy->sessionfile($session);
70-test_tls13kexmodes.t 195 $proxy->sessionfile($session);
70-test_tls13messages.t 209 $proxy->sessionfile($session);
  /src/crypto/external/bsd/openssl.old/dist/test/recipes/
70-test_tls13psk.t 52 $proxy->sessionfile($session);
70-test_tls13kexmodes.t 193 $proxy->sessionfile($session);
70-test_tls13messages.t 208 $proxy->sessionfile($session);

Completed in 31 milliseconds