HomeSort by: relevance | last modified time | path
    Searched refs:ext_type (Results 1 - 25 of 59) sorted by relevancy

1 2 3

  /src/crypto/external/apache2/openssl/dist/ssl/statem/
extensions_cust.c 32 static int custom_ext_add_old_cb_wrap(SSL *s, unsigned int ext_type,
43 return add_cb_wrap->add_cb(s, ext_type, out, outlen, al,
47 static void custom_ext_free_old_cb_wrap(SSL *s, unsigned int ext_type,
56 add_cb_wrap->free_cb(s, ext_type, out, add_cb_wrap->add_arg);
59 static int custom_ext_parse_old_cb_wrap(SSL *s, unsigned int ext_type,
70 return parse_cb_wrap->parse_cb(s, ext_type, in, inlen, al,
82 ENDPOINT role, unsigned int ext_type,
89 if (ext_type == meth->ext_type
114 unsigned int ext_type,
    [all...]
  /src/crypto/external/bsd/openssl/dist/ssl/statem/
extensions_cust.c 31 static int custom_ext_add_old_cb_wrap(SSL *s, unsigned int ext_type,
42 return add_cb_wrap->add_cb(s, ext_type, out, outlen, al,
46 static void custom_ext_free_old_cb_wrap(SSL *s, unsigned int ext_type,
55 add_cb_wrap->free_cb(s, ext_type, out, add_cb_wrap->add_arg);
58 static int custom_ext_parse_old_cb_wrap(SSL *s, unsigned int ext_type,
70 return parse_cb_wrap->parse_cb(s, ext_type, in, inlen, al,
82 ENDPOINT role, unsigned int ext_type,
89 if (ext_type == meth->ext_type
113 int custom_ext_parse(SSL *s, unsigned int context, unsigned int ext_type,
    [all...]
  /src/crypto/external/bsd/openssl.old/dist/ssl/statem/
extensions_cust.c 31 static int custom_ext_add_old_cb_wrap(SSL *s, unsigned int ext_type,
42 return add_cb_wrap->add_cb(s, ext_type, out, outlen, al,
46 static void custom_ext_free_old_cb_wrap(SSL *s, unsigned int ext_type,
55 add_cb_wrap->free_cb(s, ext_type, out, add_cb_wrap->add_arg);
58 static int custom_ext_parse_old_cb_wrap(SSL *s, unsigned int ext_type,
70 return parse_cb_wrap->parse_cb(s, ext_type, in, inlen, al,
82 ENDPOINT role, unsigned int ext_type,
89 if (ext_type == meth->ext_type
113 int custom_ext_parse(SSL *s, unsigned int context, unsigned int ext_type,
    [all...]
  /src/crypto/external/bsd/openssl/dist/util/perl/TLSProxy/
EncryptedExtensions.pm 102 my ($self, $ext_type, $ext_data) = @_;
103 $self->{extension_data}{$ext_type} = $ext_data;
107 my ($self, $ext_type) = @_;
108 delete $self->{extension_data}{$ext_type};
CertificateRequest.pm 97 my ($self, $ext_type, $ext_data) = @_;
98 $self->{extension_data}{$ext_type} = $ext_data;
102 my ($self, $ext_type) = @_;
103 delete $self->{extension_data}{$ext_type};
Certificate.pm 206 my ($self, $ext_type, $ext_data) = @_;
207 $self->{extension_data}{$ext_type} = $ext_data;
211 my ($self, $ext_type) = @_;
212 delete $self->{extension_data}{$ext_type};
ClientHello.pm 250 my ($self, $ext_type, $ext_data) = @_;
251 $self->{extension_data}{$ext_type} = $ext_data;
255 my ($self, $ext_type) = @_;
256 delete $self->{extension_data}{$ext_type};
ServerHello.pm 228 my ($self, $ext_type, $ext_data) = @_;
229 $self->{extension_data}{$ext_type} = $ext_data;
233 my ($self, $ext_type) = @_;
234 delete $self->{extension_data}{$ext_type};
  /src/crypto/external/bsd/openssl.old/dist/util/perl/TLSProxy/
EncryptedExtensions.pm 102 my ($self, $ext_type, $ext_data) = @_;
103 $self->{extension_data}{$ext_type} = $ext_data;
107 my ($self, $ext_type) = @_;
108 delete $self->{extension_data}{$ext_type};
CertificateRequest.pm 97 my ($self, $ext_type, $ext_data) = @_;
98 $self->{extension_data}{$ext_type} = $ext_data;
102 my ($self, $ext_type) = @_;
103 delete $self->{extension_data}{$ext_type};
Certificate.pm 206 my ($self, $ext_type, $ext_data) = @_;
207 $self->{extension_data}{$ext_type} = $ext_data;
211 my ($self, $ext_type) = @_;
212 delete $self->{extension_data}{$ext_type};
ClientHello.pm 250 my ($self, $ext_type, $ext_data) = @_;
251 $self->{extension_data}{$ext_type} = $ext_data;
255 my ($self, $ext_type) = @_;
256 delete $self->{extension_data}{$ext_type};
ServerHello.pm 228 my ($self, $ext_type, $ext_data) = @_;
229 $self->{extension_data}{$ext_type} = $ext_data;
233 my ($self, $ext_type) = @_;
234 delete $self->{extension_data}{$ext_type};
  /src/crypto/external/apache2/openssl/dist/util/perl/TLSProxy/
CertificateRequest.pm 105 my ($self, $ext_type, $ext_data) = @_;
106 $self->{extension_data}{$ext_type} = $ext_data;
110 my ($self, $ext_type) = @_;
111 delete $self->{extension_data}{$ext_type};
EncryptedExtensions.pm 110 my ($self, $ext_type, $ext_data) = @_;
111 $self->{extension_data}{$ext_type} = $ext_data;
115 my ($self, $ext_type) = @_;
116 delete $self->{extension_data}{$ext_type};
Certificate.pm 214 my ($self, $ext_type, $ext_data) = @_;
215 $self->{extension_data}{$ext_type} = $ext_data;
219 my ($self, $ext_type) = @_;
220 delete $self->{extension_data}{$ext_type};
ClientHello.pm 298 my ($self, $ext_type, $ext_data) = @_;
299 $self->{extension_data}{$ext_type} = $ext_data;
303 my ($self, $ext_type) = @_;
304 delete $self->{extension_data}{$ext_type};
ServerHello.pm 238 my ($self, $ext_type, $ext_data) = @_;
239 $self->{extension_data}{$ext_type} = $ext_data;
243 my ($self, $ext_type) = @_;
244 delete $self->{extension_data}{$ext_type};
  /src/external/bsd/wpa/dist/src/tls/
tlsv1_client.h 38 int tlsv1_client_hello_ext(struct tlsv1_client *conn, int ext_type,
  /src/crypto/external/apache2/openssl/dist/ssl/
ssl_rsa.c 637 static int serverinfoex_srv_parse_cb(SSL *s, unsigned int ext_type,
652 static int serverinfo_srv_parse_cb(SSL *s, unsigned int ext_type,
656 return serverinfoex_srv_parse_cb(s, ext_type, 0, in, inlen, NULL, 0, al,
660 static int serverinfoex_srv_add_cb(SSL *s, unsigned int ext_type,
685 ext_type, out, outlen);
698 static int serverinfo_srv_add_cb(SSL *s, unsigned int ext_type,
702 return serverinfoex_srv_add_cb(s, ext_type, 0, out, outlen, NULL, 0, al,
728 unsigned int ext_type = 0; local
732 || !PACKET_get_net_2(&pkt, &ext_type)
751 if (!SSL_CTX_add_server_custom_ext(ctx, ext_type,
    [all...]
  /src/crypto/external/bsd/openssl/dist/ssl/
ssl_rsa.c 580 static int serverinfoex_srv_parse_cb(SSL *s, unsigned int ext_type,
595 static int serverinfo_srv_parse_cb(SSL *s, unsigned int ext_type,
599 return serverinfoex_srv_parse_cb(s, ext_type, 0, in, inlen, NULL, 0, al,
603 static int serverinfoex_srv_add_cb(SSL *s, unsigned int ext_type,
621 ext_type, out, outlen);
634 static int serverinfo_srv_add_cb(SSL *s, unsigned int ext_type,
638 return serverinfoex_srv_add_cb(s, ext_type, 0, out, outlen, NULL, 0, al,
664 unsigned int ext_type = 0; local
668 || !PACKET_get_net_2(&pkt, &ext_type)
687 if (!SSL_CTX_add_server_custom_ext(ctx, ext_type,
    [all...]
  /src/crypto/external/bsd/openssl.old/dist/ssl/
ssl_rsa.c 715 static int serverinfoex_srv_parse_cb(SSL *s, unsigned int ext_type,
758 static int serverinfo_srv_parse_cb(SSL *s, unsigned int ext_type,
762 return serverinfoex_srv_parse_cb(s, ext_type, 0, in, inlen, NULL, 0, al,
766 static int serverinfoex_srv_add_cb(SSL *s, unsigned int ext_type,
784 ext_type, out, outlen);
797 static int serverinfo_srv_add_cb(SSL *s, unsigned int ext_type,
801 return serverinfoex_srv_add_cb(s, ext_type, 0, out, outlen, NULL, 0, al,
827 unsigned int ext_type = 0; local
831 || !PACKET_get_net_2(&pkt, &ext_type)
850 if (!SSL_CTX_add_server_custom_ext(ctx, ext_type,
    [all...]
  /src/crypto/external/apache2/openssl/dist/test/
ssl_old_test.c 416 static int serverinfo_cli_parse_cb(SSL *s, unsigned int ext_type,
420 if (ext_type == TLSEXT_TYPE_signed_certificate_timestamp)
422 else if (ext_type == TACK_EXT_TYPE)
448 static int custom_ext_0_cli_add_cb(SSL *s, unsigned int ext_type,
452 if (ext_type != CUSTOM_EXT_TYPE_0)
457 static int custom_ext_0_cli_parse_cb(SSL *s, unsigned int ext_type,
464 static int custom_ext_1_cli_add_cb(SSL *s, unsigned int ext_type,
468 if (ext_type != CUSTOM_EXT_TYPE_1)
475 static int custom_ext_1_cli_parse_cb(SSL *s, unsigned int ext_type,
482 static int custom_ext_2_cli_add_cb(SSL *s, unsigned int ext_type,
    [all...]
  /src/crypto/external/bsd/openssl/dist/test/
ssl_old_test.c 410 static int serverinfo_cli_parse_cb(SSL *s, unsigned int ext_type,
414 if (ext_type == TLSEXT_TYPE_signed_certificate_timestamp)
416 else if (ext_type == TACK_EXT_TYPE)
442 static int custom_ext_0_cli_add_cb(SSL *s, unsigned int ext_type,
446 if (ext_type != CUSTOM_EXT_TYPE_0)
451 static int custom_ext_0_cli_parse_cb(SSL *s, unsigned int ext_type,
458 static int custom_ext_1_cli_add_cb(SSL *s, unsigned int ext_type,
462 if (ext_type != CUSTOM_EXT_TYPE_1)
469 static int custom_ext_1_cli_parse_cb(SSL *s, unsigned int ext_type,
476 static int custom_ext_2_cli_add_cb(SSL *s, unsigned int ext_type,
    [all...]
  /src/crypto/external/bsd/openssl.old/dist/test/
ssltest_old.c 415 static int serverinfo_cli_parse_cb(SSL *s, unsigned int ext_type,
419 if (ext_type == TLSEXT_TYPE_signed_certificate_timestamp)
421 else if (ext_type == TACK_EXT_TYPE)
447 static int custom_ext_0_cli_add_cb(SSL *s, unsigned int ext_type,
451 if (ext_type != CUSTOM_EXT_TYPE_0)
456 static int custom_ext_0_cli_parse_cb(SSL *s, unsigned int ext_type,
463 static int custom_ext_1_cli_add_cb(SSL *s, unsigned int ext_type,
467 if (ext_type != CUSTOM_EXT_TYPE_1)
474 static int custom_ext_1_cli_parse_cb(SSL *s, unsigned int ext_type,
481 static int custom_ext_2_cli_add_cb(SSL *s, unsigned int ext_type,
    [all...]

Completed in 41 milliseconds

1 2 3