Searched refs:ext_type (Results 1 - 25 of 41) sorted by relevance

12

/freebsd-current/crypto/openssl/ssl/statem/
H A Dextensions_cust.c31 static int custom_ext_add_old_cb_wrap(SSL *s, unsigned int ext_type, argument
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, argument
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, argument
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, argument
81 custom_ext_find(const custom_ext_methods *exts, ENDPOINT role, unsigned int ext_type, size_t *idx) argument
341 SSL_CTX_has_client_custom_ext(const SSL_CTX *ctx, unsigned int ext_type) argument
347 add_custom_ext_intern(SSL_CTX *ctx, ENDPOINT role, unsigned int ext_type, unsigned int context, SSL_custom_ext_add_cb_ex add_cb, SSL_custom_ext_free_cb_ex free_cb, void *add_arg, SSL_custom_ext_parse_cb_ex parse_cb, void *parse_arg) argument
412 add_old_custom_ext(SSL_CTX *ctx, ENDPOINT role, unsigned int ext_type, unsigned int context, custom_ext_add_cb add_cb, custom_ext_free_cb free_cb, void *add_arg, custom_ext_parse_cb parse_cb, void *parse_arg) argument
455 SSL_CTX_add_client_custom_ext(SSL_CTX *ctx, unsigned int ext_type, custom_ext_add_cb add_cb, custom_ext_free_cb free_cb, void *add_arg, custom_ext_parse_cb parse_cb, void *parse_arg) argument
469 SSL_CTX_add_server_custom_ext(SSL_CTX *ctx, unsigned int ext_type, custom_ext_add_cb add_cb, custom_ext_free_cb free_cb, void *add_arg, custom_ext_parse_cb parse_cb, void *parse_arg) argument
483 SSL_CTX_add_custom_ext(SSL_CTX *ctx, unsigned int ext_type, unsigned int context, SSL_custom_ext_add_cb_ex add_cb, SSL_custom_ext_free_cb_ex free_cb, void *add_arg, SSL_custom_ext_parse_cb_ex parse_cb, void *parse_arg) argument
494 SSL_extension_supported(unsigned int ext_type) argument
[all...]
/freebsd-current/crypto/openssl/util/perl/TLSProxy/
H A DCertificateRequest.pm97 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};
H A DEncryptedExtensions.pm102 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};
H A DCertificate.pm206 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};
H A DServerHello.pm228 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};
H A DClientHello.pm250 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};
/freebsd-current/sys/dev/hpt27xx/
H A Dos_bsd.h131 int ext_type; member in struct:_hba
162 int ext_type; member in struct:_vbus_ext
H A Dhpt27xx_os_bsd.c155 if (vbus_ext->ext_type!=EXT_TYPE_VBUS)
194 if (vbus_ext->ext_type!=EXT_TYPE_VBUS)
250 HPT_ASSERT(vbus_ext->ext_type==EXT_TYPE_VBUS);
/freebsd-current/sys/dev/hptnr/
H A Dos_bsd.h133 int ext_type; member in struct:_hba
164 int ext_type; member in struct:_vbus_ext
H A Dhptnr_os_bsd.c141 if (vbus_ext->ext_type!=EXT_TYPE_VBUS)
180 if (vbus_ext->ext_type!=EXT_TYPE_VBUS)
236 HPT_ASSERT(vbus_ext->ext_type==EXT_TYPE_VBUS);
/freebsd-current/sys/dev/hptrr/
H A Dos_bsd.h134 int ext_type; member in struct:_hba
165 int ext_type; member in struct:_vbus_ext
H A Dhptrr_os_bsd.c127 if (vbus_ext->ext_type!=EXT_TYPE_VBUS)
166 if (vbus_ext->ext_type!=EXT_TYPE_VBUS)
222 HPT_ASSERT(vbus_ext->ext_type==EXT_TYPE_VBUS);
/freebsd-current/sys/dev/bnxt/bnxt_re/
H A Dqplib_tlv.h52 #define ROCE_EXT_TLV_PREP(rtlv, ext_type, content_bytes, more, reqd) \
55 (rtlv)->tlv.tlv_type = (ext_type); \
/freebsd-current/contrib/wpa/src/tls/
H A Dtlsv1_client.h38 int tlsv1_client_hello_ext(struct tlsv1_client *conn, int ext_type,
H A Dtlsv1_server_read.c129 u16 ext_type, ext_len; local
341 ext_type = WPA_GET_BE16(pos);
358 ext_type);
362 if (ext_type == TLS_EXT_SESSION_TICKET) {
370 } else if (ext_type == TLS_EXT_STATUS_REQUEST) {
372 } else if (ext_type == TLS_EXT_STATUS_REQUEST_V2) {
H A Dtlsv1_client.c725 * @ext_type: Extension type
730 int tlsv1_client_hello_ext(struct tlsv1_client *conn, int ext_type, argument
747 WPA_PUT_BE16(pos, ext_type);
754 if (ext_type == TLS_EXT_PAC_OPAQUE) {
/freebsd-current/crypto/openssl/ssl/
H A Dssl_rsa.c580 static int serverinfoex_srv_parse_cb(SSL *s, unsigned int ext_type, argument
595 static int serverinfo_srv_parse_cb(SSL *s, unsigned int ext_type, argument
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, argument
621 ext_type, out, outlen);
634 static int serverinfo_srv_add_cb(SSL *s, unsigned int ext_type, argument
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...]
/freebsd-current/crypto/openssl/test/
H A Dssl_old_test.c410 static int serverinfo_cli_parse_cb(SSL *s, unsigned int ext_type, argument
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, argument
446 if (ext_type != CUSTOM_EXT_TYPE_0)
451 static int custom_ext_0_cli_parse_cb(SSL *s, unsigned int ext_type, argument
458 static int custom_ext_1_cli_add_cb(SSL *s, unsigned int ext_type, argument
462 if (ext_type != CUSTOM_EXT_TYPE_1)
469 static int custom_ext_1_cli_parse_cb(SSL *s, unsigned int ext_type, argument
476 static int custom_ext_2_cli_add_cb(SSL *s, unsigned int ext_type, argument
487 custom_ext_2_cli_parse_cb(SSL *s, unsigned int ext_type, const unsigned char *in, size_t inlen, int *al, void *arg) argument
498 custom_ext_3_cli_add_cb(SSL *s, unsigned int ext_type, const unsigned char **out, size_t *outlen, int *al, void *arg) argument
509 custom_ext_3_cli_parse_cb(SSL *s, unsigned int ext_type, const unsigned char *in, size_t inlen, int *al, void *arg) argument
526 custom_ext_0_srv_parse_cb(SSL *s, unsigned int ext_type, const unsigned char *in, size_t inlen, int *al, void *arg) argument
535 custom_ext_0_srv_add_cb(SSL *s, unsigned int ext_type, const unsigned char **out, size_t *outlen, int *al, void *arg) argument
544 custom_ext_1_srv_parse_cb(SSL *s, unsigned int ext_type, const unsigned char *in, size_t inlen, int *al, void *arg) argument
558 custom_ext_1_srv_add_cb(SSL *s, unsigned int ext_type, const unsigned char **out, size_t *outlen, int *al, void *arg) argument
565 custom_ext_2_srv_parse_cb(SSL *s, unsigned int ext_type, const unsigned char *in, size_t inlen, int *al, void *arg) argument
579 custom_ext_2_srv_add_cb(SSL *s, unsigned int ext_type, const unsigned char **out, size_t *outlen, int *al, void *arg) argument
588 custom_ext_3_srv_parse_cb(SSL *s, unsigned int ext_type, const unsigned char *in, size_t inlen, int *al, void *arg) argument
602 custom_ext_3_srv_add_cb(SSL *s, unsigned int ext_type, const unsigned char **out, size_t *outlen, int *al, void *arg) argument
[all...]
/freebsd-current/crypto/openssl/crypto/x509/
H A Dv3_conf.c39 int ext_type; local
43 if ((ext_type = v3_check_generic(&value)))
44 return v3_generic_extension(name, value, crit, ext_type, ctx);
68 int ext_type; local
71 if ((ext_type = v3_check_generic(&value)))
73 value, crit, ext_type, ctx);
/freebsd-current/contrib/wpa/src/crypto/
H A Dtls_none.c180 int ext_type, const u8 *data,
179 tls_connection_client_hello_ext(void *tls_ctx, struct tls_connection *conn, int ext_type, const u8 *data, size_t data_len) argument
H A Dtls.h580 * @ext_type: Extension type
587 int ext_type, const u8 *data,
H A Dtls_internal.c720 int ext_type, const u8 *data,
725 return tlsv1_client_hello_ext(conn->client, ext_type,
719 tls_connection_client_hello_ext(void *tls_ctx, struct tls_connection *conn, int ext_type, const u8 *data, size_t data_len) argument
/freebsd-current/sys/kern/
H A Dkern_mbuf.c704 KASSERT(m->m_ext.ext_type == EXT_PACKET, ("%s: ext_type != EXT_PACKET", __func__));
742 m->m_ext.ext_type = m_gettype(size);
763 m->m_ext.ext_type = EXT_PACKET; /* Override. */
1182 KASSERT(m->m_ext.ext_type == EXT_EXTREF ||
1183 m->m_ext.ext_type == EXT_RXRING,
1190 switch (m->m_ext.ext_type) {
1233 KASSERT(m->m_ext.ext_type == 0,
1234 ("%s: unknown ext_type", __func__));
1572 mb->m_ext.ext_type
[all...]
H A Duipc_mbuf2.c138 * (ii) since mbuf has M_EXT, the ext_type _has_ to be
153 (n->m_ext.ext_type == EXT_CLUSTER && M_WRITABLE(n)))
/freebsd-current/sys/netinet/
H A Dtcp_pcap.c316 switch (mhead->m_ext.ext_type) {

Completed in 757 milliseconds

12