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

12

/external/wpa_supplicant/
H A Dtlsv1_client.h40 int tlsv1_client_hello_ext(struct tlsv1_client *conn, int ext_type,
H A Dtls_none.c179 int ext_type, const u8 *data,
178 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.c266 int ext_type, const u8 *data,
269 return tlsv1_client_hello_ext(conn->client, ext_type, data, data_len);
265 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.h426 * @ext_type: Extension type
432 int ext_type, const u8 *data,
/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) {
/external/wpa_supplicant_8/hostapd/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) {
/external/wpa_supplicant_8/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) {
/external/wpa_supplicant_8/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) {
/external/e2fsprogs/misc/
H A Dmke2fs.c941 const char *ext_type = 0; local
958 ext_type = fs_type;
960 ext_type = "ext2";
962 ext_type = "ext3";
964 ext_type = strrchr(progname, '/');
965 if (ext_type)
966 ext_type++;
968 ext_type = progname;
970 if (!strncmp(ext_type, "mkfs.", 5)) {
971 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.c171 int ext_type, const u8 *data,
170 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.h469 * @ext_type: Extension type
476 int ext_type, const u8 *data,
H A Dtls_internal.c561 int ext_type, const u8 *data,
566 return tlsv1_client_hello_ext(conn->client, ext_type,
560 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.c171 int ext_type, const u8 *data,
170 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.h469 * @ext_type: Extension type
476 int ext_type, const u8 *data,
H A Dtls_internal.c561 int ext_type, const u8 *data,
566 return tlsv1_client_hello_ext(conn->client, ext_type,
560 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.c171 int ext_type, const u8 *data,
170 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.h469 * @ext_type: Extension type
476 int ext_type, const u8 *data,
/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 292 milliseconds

12