Searched refs:cur (Results 1 – 6 of 6) sorted by relevance
/hostap-latest/src/crypto/ |
D | tls_mbedtls_alt.c | 2701 const mbedtls_x509_sequence *cur = &crt->subject_alt_names; in tls_mbedtls_match_altsubject() local 2702 for (; cur != NULL; cur = cur->next) in tls_mbedtls_match_altsubject() 2704 const unsigned char san_type = (unsigned char)cur->buf.tag & MBEDTLS_ASN1_TAG_VALUE_MASK; in tls_mbedtls_match_altsubject() 2728 if (cur->buf.len == list[i].n - step && t == *list[i].p && in tls_mbedtls_match_altsubject() 2729 0 == os_strncasecmp((char *)cur->buf.p, list[i].p + step, cur->buf.len)) in tls_mbedtls_match_altsubject() 2772 const mbedtls_x509_sequence *cur = &crt->subject_alt_names; in tls_mbedtls_match_suffixes() local 2773 for (; cur != NULL; cur = cur->next) in tls_mbedtls_match_suffixes() 2775 … const unsigned char san_type = (unsigned char)cur->buf.tag & MBEDTLS_ASN1_TAG_VALUE_MASK; in tls_mbedtls_match_suffixes() 2777 tls_mbedtls_match_suffix((char *)cur->buf.p, cur->buf.len, list, nlist, full)) in tls_mbedtls_match_suffixes() 3004 const mbedtls_x509_sequence *cur; in tls_mbedtls_verify_cert_event() local [all …]
|
/hostap-latest/tests/hwsim/ |
D | test_ap_hs20.py | 4040 cur = con.cursor() 4041 …cur.execute("CREATE TABLE users(identity TEXT PRIMARY KEY, methods TEXT, password TEXT, remediatio… 4042 cur.execute("CREATE TABLE wildcards(identity TEXT PRIMARY KEY, methods TEXT)") 4043 …cur.execute("INSERT INTO users(identity,methods,password,phase2,remediation) VALUES ('user-mschapv… 4044 cur.execute("INSERT INTO wildcards(identity,methods) VALUES ('','TTLS,TLS')") 4045 …cur.execute("CREATE TABLE authlog(timestamp TEXT, session TEXT, nas_ip TEXT, username TEXT, note T… 4080 cur = con.cursor() 4081 cur.execute("SELECT * from authlog") 4082 rows = cur.fetchall() 4104 cur = con.cursor() [all …]
|
D | test_ap_eap.py | 401 cur = con.cursor() 402 cur.execute("DELETE FROM reauth WHERE permanent='1232010000000000'") 408 cur = con.cursor() 409 cur.execute("DELETE FROM reauth WHERE permanent='1232010000000000'") 410 cur.execute("DELETE FROM pseudonyms WHERE permanent='1232010000000000'") 416 cur = con.cursor() 417 …cur.execute("UPDATE reauth SET mk='0000000000000000000000000000000000000000' WHERE permanent='1232… 424 cur = con.cursor() 425 cur.execute("UPDATE reauth SET counter='10' WHERE permanent='1232010000000000'") 429 cur = con.cursor() [all …]
|
D | test_dbus.py | 6080 cur = properties["CurrentBSS"] 6081 bss_obj = bus.get_object(WPAS_DBUS_SERVICE, cur)
|
/hostap-latest/src/rsn_supp/ |
D | tdls.c | 693 struct wpa_tdls_peer *cur, *prev; in wpa_tdls_peer_remove_from_list() local 695 cur = sm->tdls; in wpa_tdls_peer_remove_from_list() 697 while (cur && cur != peer) { in wpa_tdls_peer_remove_from_list() 698 prev = cur; in wpa_tdls_peer_remove_from_list() 699 cur = cur->next; in wpa_tdls_peer_remove_from_list() 702 if (cur != peer) { in wpa_tdls_peer_remove_from_list()
|
/hostap-latest/wpa_supplicant/ |
D | wpa_supplicant.c | 8736 struct wpa_used_freq_data *cur = &freqs_data[i]; in dump_freq_data() local 8738 i, cur->freq, cur->flags); in dump_freq_data()
|