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

12

/external/bluetooth/bluedroid/stack/bnep/
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...]
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)
/external/wpa_supplicant_6/wpa_supplicant/src/tls/
H A Dtlsv1_client.h43 int tlsv1_client_hello_ext(struct tlsv1_client *conn, int ext_type,
H A Dtlsv1_client.c517 * @ext_type: Extension type
522 int tlsv1_client_hello_ext(struct tlsv1_client *conn, int ext_type, argument
541 WPA_PUT_BE16(pos, ext_type);
548 if (ext_type == TLS_EXT_PAC_OPAQUE) {
H A Dtlsv1_server_read.c43 u16 ext_type, ext_len; local
214 ext_type = WPA_GET_BE16(pos);
233 "type %u", ext_type);
237 if (ext_type == TLS_EXT_SESSION_TICKET) {
/external/wpa_supplicant_8/hostapd/src/tls/
H A Dtlsv1_client.h37 int tlsv1_client_hello_ext(struct tlsv1_client *conn, int ext_type,
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/tls/
H A Dtlsv1_client.h37 int tlsv1_client_hello_ext(struct tlsv1_client *conn, int ext_type,
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/tls/
H A Dtlsv1_client.h37 int tlsv1_client_hello_ext(struct tlsv1_client *conn, int ext_type,
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/e2fsprogs/misc/
H A Dmke2fs.c975 const char *ext_type = 0; local
992 ext_type = fs_type;
994 ext_type = "ext2";
996 ext_type = "ext3";
998 ext_type = strrchr(progname, '/');
999 if (ext_type)
1000 ext_type++;
1002 ext_type = progname;
1004 if (!strncmp(ext_type, "mkfs.", 5)) {
1005 ext_type
[all...]
/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.h466 * @ext_type: Extension type
473 int ext_type, const u8 *data,
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
/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.h466 * @ext_type: Extension type
473 int ext_type, const u8 *data,
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
/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.h466 * @ext_type: Extension type
473 int ext_type, const u8 *data,
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
/external/wpa_supplicant_6/wpa_supplicant/src/crypto/
H A Dtls_none.c172 int ext_type, const u8 *data,
171 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.h435 * @ext_type: Extension type
442 int ext_type, const u8 *data,
H A Dtls_internal.c474 int ext_type, const u8 *data,
479 return tlsv1_client_hello_ext(conn->client, ext_type,
473 tls_connection_client_hello_ext(void *tls_ctx, struct tls_connection *conn, int ext_type, const u8 *data, size_t data_len) argument

Completed in 527 milliseconds

12