OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:handmessages
(Results
1 - 13
of
13
) sorted by relevancy
/src/crypto/external/apache2/openssl/dist/util/perl/
checkhandshake.pm
17
our @EXPORT = qw(@
handmessages
@extensions checkhandshake);
65
our @
handmessages
= ();
82
for ($numtests = 0; $
handmessages
[$loop][1] != 0; $loop++) {
83
next if (($
handmessages
[$loop][1] & $handtype) == 0);
85
&& $
handmessages
[$loop][0] == TLSProxy::Message::MT_SERVER_HELLO);
86
$lastmt = $
handmessages
[$loop][0];
105
for ($numtests = 0; $
handmessages
[$loop][1] != 0; $loop++) {
106
next if (($
handmessages
[$loop][1] & $handtype) == 0);
166
for ($loop = 0; $
handmessages
[$loop][1] != 0; $loop++) {
167
next if (($
handmessages
[$loop][1] & $handtype) == 0)
[
all
...]
/src/crypto/external/bsd/openssl/dist/util/perl/
checkhandshake.pm
17
our @EXPORT = qw(@
handmessages
@extensions checkhandshake);
60
our @
handmessages
= ();
77
for ($numtests = 0; $
handmessages
[$loop][1] != 0; $loop++) {
78
next if (($
handmessages
[$loop][1] & $handtype) == 0);
80
&& $
handmessages
[$loop][0] == TLSProxy::Message::MT_SERVER_HELLO);
81
$lastmt = $
handmessages
[$loop][0];
100
for ($numtests = 0; $
handmessages
[$loop][1] != 0; $loop++) {
101
next if (($
handmessages
[$loop][1] & $handtype) == 0);
161
for ($loop = 0; $
handmessages
[$loop][1] != 0; $loop++) {
162
next if (($
handmessages
[$loop][1] & $handtype) == 0)
[
all
...]
/src/crypto/external/bsd/openssl.old/dist/util/perl/
checkhandshake.pm
17
our @EXPORT = qw(@
handmessages
@extensions checkhandshake);
60
our @
handmessages
= ();
77
for ($numtests = 0; $
handmessages
[$loop][1] != 0; $loop++) {
78
next if (($
handmessages
[$loop][1] & $handtype) == 0);
80
&& $
handmessages
[$loop][0] == TLSProxy::Message::MT_SERVER_HELLO);
81
$lastmt = $
handmessages
[$loop][0];
100
for ($numtests = 0; $
handmessages
[$loop][1] != 0; $loop++) {
101
next if (($
handmessages
[$loop][1] & $handtype) == 0);
161
for ($loop = 0; $
handmessages
[$loop][1] != 0; $loop++) {
162
next if (($
handmessages
[$loop][1] & $handtype) == 0)
[
all
...]
/src/crypto/external/apache2/openssl/dist/test/recipes/
70-test_sslmessages.t
14
use checkhandshake qw(checkhandshake @
handmessages
@extensions);
39
@
handmessages
= (
70-test_tls13certcomp.t
15
use checkhandshake qw(checkhandshake @
handmessages
@extensions);
38
@
handmessages
= (
70-test_tls13kexmodes.t
14
use checkhandshake qw(checkhandshake @
handmessages
@extensions);
34
@
handmessages
= (
70-test_tls13messages.t
14
use checkhandshake qw(checkhandshake @
handmessages
@extensions);
34
@
handmessages
= (
/src/crypto/external/bsd/openssl/dist/test/recipes/
70-test_sslmessages.t
14
use checkhandshake qw(checkhandshake @
handmessages
@extensions);
41
@
handmessages
= (
70-test_tls13kexmodes.t
14
use checkhandshake qw(checkhandshake @
handmessages
@extensions);
37
@
handmessages
= (
70-test_tls13messages.t
14
use checkhandshake qw(checkhandshake @
handmessages
@extensions);
36
@
handmessages
= (
/src/crypto/external/bsd/openssl.old/dist/test/recipes/
70-test_sslmessages.t
14
use checkhandshake qw(checkhandshake @
handmessages
@extensions);
42
@
handmessages
= (
70-test_tls13kexmodes.t
14
use checkhandshake qw(checkhandshake @
handmessages
@extensions);
35
@
handmessages
= (
70-test_tls13messages.t
14
use checkhandshake qw(checkhandshake @
handmessages
@extensions);
35
@
handmessages
= (
Completed in 19 milliseconds
Indexes created Wed Mar 04 15:26:31 UTC 2026