Searched defs:ext_type (Results 1 - 25 of 29) sorted by relevance

12

/external/bluetooth/bluedroid/stack/bnep/
H A Dbnep_api.c281 UINT8 extension_present = TRUE, *p, ext_type; local
288 ext_type = *p++;
289 extension_present = ext_type >> 7;
290 ext_type &= 0x7F;
293 if (ext_type)
H A Dbnep_main.c468 UINT8 type, ctrl_type, ext_type = 0; local
579 ext_type = *p++;
580 extension_present = ext_type >> 7;
581 ext_type &= 0x7F;
584 if (ext_type)
616 ext_type = *p;
617 extension_present = ext_type >> 7;
618 ext_type &= 0x7F;
621 if (ext_type)
623 BNEP_TRACE_EVENT1 ("Data extension type 0x%x found", ext_type);
[all...]
/external/chromium_org/third_party/openssl/openssl/crypto/x509v3/
H A Dv3_conf.c85 int ext_type; local
88 if ((ext_type = v3_check_generic(&value)))
89 return v3_generic_extension(name, value, crit, ext_type, ctx);
105 int ext_type; local
107 if ((ext_type = v3_check_generic(&value)))
109 value, crit, ext_type, ctx);
/external/openssl/crypto/x509v3/
H A Dv3_conf.c85 int ext_type; local
88 if ((ext_type = v3_check_generic(&value)))
89 return v3_generic_extension(name, value, crit, ext_type, ctx);
105 int ext_type; local
107 if ((ext_type = v3_check_generic(&value)))
109 value, crit, ext_type, ctx);
/external/wpa_supplicant_8/hostapd/src/crypto/
H A Dtls_none.c158 int ext_type, const u8 *data,
157 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_internal.c559 int ext_type, const u8 *data,
564 return tlsv1_client_hello_ext(conn->client, ext_type,
558 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_nss.c600 int ext_type, const u8 *data,
599 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_schannel.c653 int ext_type, const u8 *data,
652 tls_connection_client_hello_ext(void *ssl_ctx, struct tls_connection *conn, int ext_type, const u8 *data, size_t data_len) argument
H A Dtls_gnutls.c1141 int ext_type, const u8 *data,
1140 tls_connection_client_hello_ext(void *ssl_ctx, struct tls_connection *conn, int ext_type, const u8 *data, size_t data_len) argument
/external/wpa_supplicant_8/hostapd/src/tls/
H A Dtlsv1_server_read.c38 u16 ext_type, ext_len; local
224 ext_type = WPA_GET_BE16(pos);
243 "type %u", ext_type);
247 if (ext_type == TLS_EXT_SESSION_TICKET) {
H A Dtlsv1_client.c638 * @ext_type: Extension type
643 int tlsv1_client_hello_ext(struct tlsv1_client *conn, int ext_type, argument
662 WPA_PUT_BE16(pos, ext_type);
669 if (ext_type == TLS_EXT_PAC_OPAQUE) {
/external/wpa_supplicant_8/src/crypto/
H A Dtls_none.c158 int ext_type, const u8 *data,
157 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_internal.c559 int ext_type, const u8 *data,
564 return tlsv1_client_hello_ext(conn->client, ext_type,
558 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_nss.c600 int ext_type, const u8 *data,
599 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_schannel.c653 int ext_type, const u8 *data,
652 tls_connection_client_hello_ext(void *ssl_ctx, struct tls_connection *conn, int ext_type, const u8 *data, size_t data_len) argument
H A Dtls_gnutls.c1141 int ext_type, const u8 *data,
1140 tls_connection_client_hello_ext(void *ssl_ctx, struct tls_connection *conn, int ext_type, const u8 *data, size_t data_len) argument
/external/wpa_supplicant_8/src/tls/
H A Dtlsv1_server_read.c38 u16 ext_type, ext_len; local
224 ext_type = WPA_GET_BE16(pos);
243 "type %u", ext_type);
247 if (ext_type == TLS_EXT_SESSION_TICKET) {
H A Dtlsv1_client.c638 * @ext_type: Extension type
643 int tlsv1_client_hello_ext(struct tlsv1_client *conn, int ext_type, argument
662 WPA_PUT_BE16(pos, ext_type);
669 if (ext_type == TLS_EXT_PAC_OPAQUE) {
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A Dtls_none.c158 int ext_type, const u8 *data,
157 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_internal.c559 int ext_type, const u8 *data,
564 return tlsv1_client_hello_ext(conn->client, ext_type,
558 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_nss.c600 int ext_type, const u8 *data,
599 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_schannel.c653 int ext_type, const u8 *data,
652 tls_connection_client_hello_ext(void *ssl_ctx, struct tls_connection *conn, int ext_type, const u8 *data, size_t data_len) argument
H A Dtls_gnutls.c1141 int ext_type, const u8 *data,
1140 tls_connection_client_hello_ext(void *ssl_ctx, struct tls_connection *conn, int ext_type, const u8 *data, size_t data_len) argument
/external/wpa_supplicant_8/wpa_supplicant/src/tls/
H A Dtlsv1_server_read.c38 u16 ext_type, ext_len; local
224 ext_type = WPA_GET_BE16(pos);
243 "type %u", ext_type);
247 if (ext_type == TLS_EXT_SESSION_TICKET) {
H A Dtlsv1_client.c638 * @ext_type: Extension type
643 int tlsv1_client_hello_ext(struct tlsv1_client *conn, int ext_type, argument
662 WPA_PUT_BE16(pos, ext_type);
669 if (ext_type == TLS_EXT_PAC_OPAQUE) {

Completed in 248 milliseconds

12