Home
last modified time | relevance | path

Searched defs:sm (Results 1 - 25 of 190) sorted by relevance

12345678

/third_party/skia/tests/
H A DSkSharedMutexTest.cpp14 SkSharedMutex sm; in DEF_TEST() local
24 SkSharedMutex sm; in DEF_TEST() local
[all...]
/third_party/python/Lib/test/
H A Dpyclbr_input.py30 def sm(self): pass member in C
/third_party/ltp/testcases/kernel/containers/sysvipc/
H A Dsem_comm.c39 struct sembuf sm = { in chld1_sem() local
64 struct sembuf sm = { in chld2_sem() local
H A Dsemtest_2ns.c46 struct sembuf sm = { in check_sem1() local
70 struct sembuf sm = { in check_sem2() local
/third_party/skia/src/gpu/
H A DGrCpuBuffer.h19 SkSafeMath sm; in Make() local
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_peer/
H A Deap_otp.c15 static void * eap_otp_init(struct eap_sm *sm) in eap_otp_init() argument
23 static void eap_otp_deinit(struct eap_sm *sm, void *priv) in eap_otp_deinit() argument
28 static struct wpabuf * eap_otp_process(struct eap_sm *sm, void *priv, in eap_otp_process() argument
H A Deap_md5.c16 static void * eap_md5_init(struct eap_sm *sm) in eap_md5_init() argument
24 static void eap_md5_deinit(struct eap_sm *sm, void *priv) in eap_md5_deinit() argument
29 static struct wpabuf * eap_md5_process(struct eap_sm *sm, void *priv, in eap_md5_process() argument
H A Deap_gtc.c20 static void * eap_gtc_init(struct eap_sm *sm) in eap_gtc_init() argument
37 static void eap_gtc_deinit(struct eap_sm *sm, void *priv) in eap_gtc_deinit() argument
44 static struct wpabuf * eap_gtc_process(struct eap_sm *sm, void *priv, in eap_gtc_process() argument
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_peer/
H A Deap_otp.c15 static void * eap_otp_init(struct eap_sm *sm) in eap_otp_init() argument
23 static void eap_otp_deinit(struct eap_sm *sm, void *priv) in eap_otp_deinit() argument
28 static struct wpabuf * eap_otp_process(struct eap_sm *sm, void *priv, in eap_otp_process() argument
H A Deap_md5.c16 static void * eap_md5_init(struct eap_sm *sm) in eap_md5_init() argument
24 static void eap_md5_deinit(struct eap_sm *sm, void *priv) in eap_md5_deinit() argument
29 static struct wpabuf * eap_md5_process(struct eap_sm *sm, void *priv, in eap_md5_process() argument
H A Deap_gtc.c20 static void * eap_gtc_init(struct eap_sm *sm) in eap_gtc_init() argument
37 static void eap_gtc_deinit(struct eap_sm *sm, void *priv) in eap_gtc_deinit() argument
44 static struct wpabuf * eap_gtc_process(struct eap_sm *sm, void *priv, in eap_gtc_process() argument
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eapol_auth/
H A Deapol_auth_dump.c121 int eapol_auth_dump_state(struct eapol_state_machine *sm, char *buf, in eapol_auth_dump_state() argument
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eapol_auth/
H A Deapol_auth_dump.c121 int eapol_auth_dump_state(struct eapol_state_machine *sm, char *buf, in eapol_auth_dump_state() argument
[all...]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DSTZInfo.java15 void setStart(int sm, int sdwm, int sdw, int st, int sdm, boolean sa) { in setStart() argument
82 int sm = -1, sdwm, sdw, st, sdm; global() field in STZInfo
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
H A DSTZInfo.java16 void setStart(int sm, int sdwm, int sdw, int st, int sdm, boolean sa) { in setStart() argument
83 int sm = -1, sdwm, sdw, st, sdm; global() field in STZInfo
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_server/
H A Deap_server_gtc.c21 static void * eap_gtc_init(struct eap_sm *sm) in eap_gtc_init() argument
43 static void eap_gtc_reset(struct eap_sm *sm, void *priv) in eap_gtc_reset() argument
50 static struct wpabuf * eap_gtc_buildReq(struct eap_sm *sm, void *priv, u8 id) in eap_gtc_buildReq() argument
77 static Boolean eap_gtc_check(struct eap_sm *sm, void *priv, in eap_gtc_check() argument
93 static void eap_gtc_process(struct eap_sm *sm, void *priv, in eap_gtc_process() argument
187 eap_gtc_isDone(struct eap_sm *sm, void *priv) eap_gtc_isDone() argument
194 eap_gtc_isSuccess(struct eap_sm *sm, void *priv) eap_gtc_isSuccess() argument
[all...]
H A Deap_server_identity.c21 static void * eap_identity_init(struct eap_sm *sm) in eap_identity_init() argument
34 static void * eap_identity_initPickUp(struct eap_sm *sm) in eap_identity_initPickUp() argument
45 static void eap_identity_reset(struct eap_sm *sm, void *priv) in eap_identity_reset() argument
52 static struct wpabuf * eap_identity_buildReq(struct eap_sm *sm, void *priv, in eap_identity_buildReq() argument
82 static Boolean eap_identity_check(struct eap_sm *sm, void *priv, in eap_identity_check() argument
99 static void eap_identity_process(struct eap_sm *sm, voi argument
143 eap_identity_isDone(struct eap_sm *sm, void *priv) eap_identity_isDone() argument
150 eap_identity_isSuccess(struct eap_sm *sm, void *priv) eap_identity_isSuccess() argument
[all...]
H A Deap_server_md5.c25 static void * eap_md5_init(struct eap_sm *sm) in eap_md5_init() argument
38 static void eap_md5_reset(struct eap_sm *sm, void *priv) in eap_md5_reset() argument
45 static struct wpabuf * eap_md5_buildReq(struct eap_sm *sm, void *priv, u8 id) in eap_md5_buildReq() argument
76 static Boolean eap_md5_check(struct eap_sm *sm, void *priv, in eap_md5_check() argument
98 static void eap_md5_process(struct eap_sm *sm, void *priv, in eap_md5_process() argument
139 eap_md5_isDone(struct eap_sm *sm, void *priv) eap_md5_isDone() argument
146 eap_md5_isSuccess(struct eap_sm *sm, void *priv) eap_md5_isSuccess() argument
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/rsn_supp/
H A Dpreauth.h32 static inline void pmksa_candidate_free(struct wpa_sm *sm) in pmksa_candidate_free() argument
36 rsn_preauth_candidate_process(struct wpa_sm *sm) rsn_preauth_candidate_process() argument
40 rsn_preauth_init(struct wpa_sm *sm, const u8 *dst, struct eap_peer_config *eap_conf) rsn_preauth_init() argument
46 rsn_preauth_deinit(struct wpa_sm *sm) rsn_preauth_deinit() argument
50 rsn_preauth_scan_results(struct wpa_sm *sm) rsn_preauth_scan_results() argument
55 rsn_preauth_scan_result(struct wpa_sm *sm, const u8 *bssid, const u8 *ssid, const u8 *rsn) rsn_preauth_scan_result() argument
60 pmksa_candidate_add(struct wpa_sm *sm, const u8 *bssid, int prio, int preauth) pmksa_candidate_add() argument
66 rsn_preauth_get_status(struct wpa_sm *sm, char *buf, size_t buflen, int verbose) rsn_preauth_get_status() argument
72 rsn_preauth_in_progress(struct wpa_sm *sm) rsn_preauth_in_progress() argument
[all...]
H A Dwpa_ie.c328 int wpa_gen_wpa_ie(struct wpa_sm *sm, u argument
108 wpa_gen_wpa_ie_rsn(u8 *rsn_ie, size_t rsn_ie_len, int pairwise_cipher, int group_cipher, int key_mgmt, int mgmt_group_cipher, struct wpa_sm *sm) wpa_gen_wpa_ie_rsn() argument
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_server/
H A Deap_server_gtc.c21 static void * eap_gtc_init(struct eap_sm *sm) in eap_gtc_init() argument
43 static void eap_gtc_reset(struct eap_sm *sm, void *priv) in eap_gtc_reset() argument
50 static struct wpabuf * eap_gtc_buildReq(struct eap_sm *sm, void *priv, u8 id) in eap_gtc_buildReq() argument
77 static bool eap_gtc_check(struct eap_sm *sm, void *priv, in eap_gtc_check() argument
93 static void eap_gtc_process(struct eap_sm *sm, void *priv, in eap_gtc_process() argument
187 eap_gtc_isDone(struct eap_sm *sm, void *priv) eap_gtc_isDone() argument
194 eap_gtc_isSuccess(struct eap_sm *sm, void *priv) eap_gtc_isSuccess() argument
[all...]
H A Deap_server_identity.c21 static void * eap_identity_init(struct eap_sm *sm) in eap_identity_init() argument
34 static void * eap_identity_initPickUp(struct eap_sm *sm) in eap_identity_initPickUp() argument
45 static void eap_identity_reset(struct eap_sm *sm, void *priv) in eap_identity_reset() argument
52 static struct wpabuf * eap_identity_buildReq(struct eap_sm *sm, void *priv, in eap_identity_buildReq() argument
82 static bool eap_identity_check(struct eap_sm *sm, void *priv, in eap_identity_check() argument
99 static void eap_identity_process(struct eap_sm *sm, voi argument
143 eap_identity_isDone(struct eap_sm *sm, void *priv) eap_identity_isDone() argument
150 eap_identity_isSuccess(struct eap_sm *sm, void *priv) eap_identity_isSuccess() argument
[all...]
H A Deap_server_md5.c25 static void * eap_md5_init(struct eap_sm *sm) in eap_md5_init() argument
38 static void eap_md5_reset(struct eap_sm *sm, void *priv) in eap_md5_reset() argument
45 static struct wpabuf * eap_md5_buildReq(struct eap_sm *sm, void *priv, u8 id) in eap_md5_buildReq() argument
76 static bool eap_md5_check(struct eap_sm *sm, void *priv, in eap_md5_check() argument
98 static void eap_md5_process(struct eap_sm *sm, void *priv, in eap_md5_process() argument
139 eap_md5_isDone(struct eap_sm *sm, void *priv) eap_md5_isDone() argument
146 eap_md5_isSuccess(struct eap_sm *sm, void *priv) eap_md5_isSuccess() argument
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/rsn_supp/
H A Dpreauth.h32 static inline void pmksa_candidate_free(struct wpa_sm *sm) in pmksa_candidate_free() argument
36 rsn_preauth_candidate_process(struct wpa_sm *sm) rsn_preauth_candidate_process() argument
40 rsn_preauth_init(struct wpa_sm *sm, const u8 *dst, struct eap_peer_config *eap_conf) rsn_preauth_init() argument
46 rsn_preauth_deinit(struct wpa_sm *sm) rsn_preauth_deinit() argument
50 rsn_preauth_scan_results(struct wpa_sm *sm) rsn_preauth_scan_results() argument
55 rsn_preauth_scan_result(struct wpa_sm *sm, const u8 *bssid, const u8 *ssid, const u8 *rsn) rsn_preauth_scan_result() argument
60 pmksa_candidate_add(struct wpa_sm *sm, const u8 *bssid, int prio, int preauth) pmksa_candidate_add() argument
66 rsn_preauth_get_status(struct wpa_sm *sm, char *buf, size_t buflen, int verbose) rsn_preauth_get_status() argument
72 rsn_preauth_in_progress(struct wpa_sm *sm) rsn_preauth_in_progress() argument
[all...]
H A Dwpa_ie.c114 u16 rsn_supp_capab(struct wpa_sm *sm) in rsn_supp_capab() argument
131 wpa_gen_wpa_ie_rsn(u8 *rsn_ie, size_t rsn_ie_len, int pairwise_cipher, int group_cipher, int key_mgmt, int mgmt_group_cipher, struct wpa_sm *sm) wpa_gen_wpa_ie_rsn() argument
339 wpa_gen_wpa_ie(struct wpa_sm *sm, u8 *wpa_ie, size_t wpa_ie_len) wpa_gen_wpa_ie() argument
362 wpa_gen_rsnxe(struct wpa_sm *sm, u8 *rsnxe, size_t rsnxe_len) wpa_gen_rsnxe() argument
[all...]

Completed in 10 milliseconds

12345678