Searched refs:num_altsubject (Results 1 - 24 of 24) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/eap_peer/
H A Deap.h232 * @num_altsubject: Number of altsubject values
237 const char *altsubject[], int num_altsubject,
H A Deap.c2095 data->peer_cert.num_altsubject,
/external/wpa_supplicant_8/src/eap_peer/
H A Deap.h232 * @num_altsubject: Number of altsubject values
237 const char *altsubject[], int num_altsubject,
H A Deap.c2095 data->peer_cert.num_altsubject,
/external/wpa_supplicant_8/wpa_supplicant/src/eap_peer/
H A Deap.h232 * @num_altsubject: Number of altsubject values
237 const char *altsubject[], int num_altsubject,
H A Deap.c2095 data->peer_cert.num_altsubject,
/external/wpa_supplicant_8/wpa_supplicant/
H A Dnotify.c831 int num_altsubject, const char *cert_hash,
857 for (i = 0; i < num_altsubject; i++)
867 num_altsubject, cert_hash, cert);
829 wpas_notify_certification(struct wpa_supplicant *wpa_s, int depth, const char *subject, const char *altsubject[], int num_altsubject, const char *cert_hash, const struct wpabuf *cert) argument
H A Dnotify.h134 int num_altsubject, const char *cert_hash,
H A Dwpas_glue.c1021 const char *altsubject[], int num_altsubject,
1028 num_altsubject, cert_hash, cert);
1020 wpa_supplicant_cert_cb(void *ctx, int depth, const char *subject, const char *altsubject[], int num_altsubject, const char *cert_hash, const struct wpabuf *cert) argument
H A Deapol_test.c501 const char *altsubject[], int num_altsubject,
535 for (i = 0; i < num_altsubject; i++)
500 eapol_test_cert_cb(void *ctx, int depth, const char *subject, const char *altsubject[], int num_altsubject, const char *cert_hash, const struct wpabuf *cert) argument
/external/wpa_supplicant_8/wpa_supplicant/dbus/
H A Ddbus_new.h228 int num_altsubject,
528 int num_altsubject,
524 wpas_dbus_signal_certification(struct wpa_supplicant *wpa_s, int depth, const char *subject, const char *altsubject[], int num_altsubject, const char *cert_hash, const struct wpabuf *cert) argument
H A Ddbus_new.c937 int num_altsubject,
961 (altsubject && num_altsubject &&
963 altsubject, num_altsubject)) ||
934 wpas_dbus_signal_certification(struct wpa_supplicant *wpa_s, int depth, const char *subject, const char *altsubject[], int num_altsubject, const char *cert_hash, const struct wpabuf *cert) argument
/external/wpa_supplicant_8/hostapd/src/crypto/
H A Dtls.h66 int num_altsubject; member in struct:tls_event_data::__anon31306
H A Dtls_openssl.c1832 int alt, num_altsubject = 0; local
1868 if (num_altsubject == TLS_MAX_ALT_SUBJECT)
1879 altsubject[num_altsubject++] = pos;
1902 for (alt = 0; alt < num_altsubject; alt++)
1904 ev.peer_cert.num_altsubject = num_altsubject;
1908 for (alt = 0; alt < num_altsubject; alt++)
/external/wpa_supplicant_8/hostapd/src/eapol_supp/
H A Deapol_supp_sm.h252 * @num_altsubject: Number of altsubject values
257 const char *altsubject[], int num_altsubject,
H A Deapol_supp_sm.c1998 int num_altsubject, const char *cert_hash,
2004 num_altsubject, cert_hash, cert);
1996 eapol_sm_notify_cert(void *ctx, int depth, const char *subject, const char *altsubject[], int num_altsubject, const char *cert_hash, const struct wpabuf *cert) argument
/external/wpa_supplicant_8/src/crypto/
H A Dtls.h66 int num_altsubject; member in struct:tls_event_data::__anon31575
H A Dtls_openssl.c1832 int alt, num_altsubject = 0; local
1868 if (num_altsubject == TLS_MAX_ALT_SUBJECT)
1879 altsubject[num_altsubject++] = pos;
1902 for (alt = 0; alt < num_altsubject; alt++)
1904 ev.peer_cert.num_altsubject = num_altsubject;
1908 for (alt = 0; alt < num_altsubject; alt++)
/external/wpa_supplicant_8/src/eapol_supp/
H A Deapol_supp_sm.h252 * @num_altsubject: Number of altsubject values
257 const char *altsubject[], int num_altsubject,
H A Deapol_supp_sm.c1998 int num_altsubject, const char *cert_hash,
2004 num_altsubject, cert_hash, cert);
1996 eapol_sm_notify_cert(void *ctx, int depth, const char *subject, const char *altsubject[], int num_altsubject, const char *cert_hash, const struct wpabuf *cert) argument
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A Dtls.h66 int num_altsubject; member in struct:tls_event_data::__anon31856
H A Dtls_openssl.c1832 int alt, num_altsubject = 0; local
1868 if (num_altsubject == TLS_MAX_ALT_SUBJECT)
1879 altsubject[num_altsubject++] = pos;
1902 for (alt = 0; alt < num_altsubject; alt++)
1904 ev.peer_cert.num_altsubject = num_altsubject;
1908 for (alt = 0; alt < num_altsubject; alt++)
/external/wpa_supplicant_8/wpa_supplicant/src/eapol_supp/
H A Deapol_supp_sm.h252 * @num_altsubject: Number of altsubject values
257 const char *altsubject[], int num_altsubject,
H A Deapol_supp_sm.c1998 int num_altsubject, const char *cert_hash,
2004 num_altsubject, cert_hash, cert);
1996 eapol_sm_notify_cert(void *ctx, int depth, const char *subject, const char *altsubject[], int num_altsubject, const char *cert_hash, const struct wpabuf *cert) argument

Completed in 1068 milliseconds