Searched refs:ext_type (Results 1 – 12 of 12) sorted by relevance
/hostap-latest/src/tls/ |
D | tlsv1_server_read.c | 129 u16 ext_type, ext_len; in tls_process_client_hello() local 341 ext_type = WPA_GET_BE16(pos); in tls_process_client_hello() 358 ext_type); in tls_process_client_hello() 362 if (ext_type == TLS_EXT_SESSION_TICKET) { in tls_process_client_hello() 370 } else if (ext_type == TLS_EXT_STATUS_REQUEST) { in tls_process_client_hello() 372 } else if (ext_type == TLS_EXT_STATUS_REQUEST_V2) { in tls_process_client_hello()
|
D | tlsv1_client.h | 38 int tlsv1_client_hello_ext(struct tlsv1_client *conn, int ext_type,
|
D | tlsv1_client.c | 730 int tlsv1_client_hello_ext(struct tlsv1_client *conn, int ext_type, in tlsv1_client_hello_ext() argument 747 WPA_PUT_BE16(pos, ext_type); in tlsv1_client_hello_ext() 754 if (ext_type == TLS_EXT_PAC_OPAQUE) { in tlsv1_client_hello_ext()
|
/hostap-latest/src/radius/ |
D | radius.c | 339 attr = radius_get_attr_type((ext->type << 8) | ext->ext_type); in radius_msg_dump_attr() 341 ext->type, ext->ext_type, in radius_msg_dump_attr() 716 u8 ext_type = 0; in radius_msg_add_attr() local 728 ext_type = type & 0xff; in radius_msg_add_attr() 778 ext->ext_type = ext_type; in radius_msg_add_attr() 792 ext->ext_type = ext_type; in radius_msg_add_attr()
|
D | radius.h | 52 u8 ext_type; member
|
/hostap-latest/src/crypto/ |
D | tls_none.c | 180 int ext_type, const u8 *data, in tls_connection_client_hello_ext() argument
|
D | tls_internal.c | 712 int ext_type, const u8 *data, in tls_connection_client_hello_ext() argument 717 return tlsv1_client_hello_ext(conn->client, ext_type, in tls_connection_client_hello_ext()
|
D | tls.h | 595 int ext_type, const u8 *data,
|
D | tls_mbedtls_alt.c | 2469 void *tls_ctx, struct tls_connection *conn, int ext_type, const u8 *data, size_t data_len) in tls_connection_client_hello_ext() argument 2472 if (ext_type == MBEDTLS_TLS_EXT_SESSION_TICKET) /*(ext_type == 35)*/ in tls_connection_client_hello_ext() 2664 #define mbedtls_x509_crt_has_ext_type(crt, ext_type) ((crt)->MBEDTLS_PRIVATE(ext_types) & (ext_type… argument
|
D | tls_wolfssl.c | 2131 int ext_type, const u8 *data, in tls_connection_client_hello_ext() argument 2136 if (!conn || !conn->ssl || ext_type != 35) in tls_connection_client_hello_ext()
|
D | tls_gnutls.c | 1719 int ext_type, const u8 *data, in tls_connection_client_hello_ext() argument
|
D | tls_openssl.c | 4967 int ext_type, const u8 *data, in tls_connection_client_hello_ext() argument 4970 if (conn == NULL || conn->ssl == NULL || ext_type != 35) in tls_connection_client_hello_ext()
|