Searched defs:sm (Results 26 - 50 of 142) sorted by relevance

123456

/freebsd-10-stable/contrib/wpa/src/eap_server/
H A Deap_server_md5.c25 static void * eap_md5_init(struct eap_sm *sm) argument
38 static void eap_md5_reset(struct eap_sm *sm, void *priv) argument
45 static struct wpabuf * eap_md5_buildReq(struct eap_sm *sm, void *priv, u8 id) argument
76 static Boolean eap_md5_check(struct eap_sm *sm, void *priv, argument
98 static void eap_md5_process(struct eap_sm *sm, void *priv, argument
139 eap_md5_isDone(struct eap_sm *sm, void *priv) argument
146 eap_md5_isSuccess(struct eap_sm *sm, void *priv) argument
[all...]
H A Deap_server_gtc.c21 static void * eap_gtc_init(struct eap_sm *sm) argument
43 static void eap_gtc_reset(struct eap_sm *sm, void *priv) argument
50 static struct wpabuf * eap_gtc_buildReq(struct eap_sm *sm, void *priv, u8 id) argument
77 static Boolean eap_gtc_check(struct eap_sm *sm, void *priv, argument
93 static void eap_gtc_process(struct eap_sm *sm, void *priv, argument
188 eap_gtc_isDone(struct eap_sm *sm, void *priv) argument
195 eap_gtc_isSuccess(struct eap_sm *sm, void *priv) argument
[all...]
H A Deap_server_tls.c54 static void * eap_tls_init(struct eap_sm *sm) argument
76 static void * eap_unauth_tls_init(struct eap_sm *sm) argument
97 static void eap_tls_reset(struct eap_sm *sm, void *priv) argument
107 static struct wpabuf * eap_tls_build_start(struct eap_sm *sm, argument
128 eap_tls_buildReq(struct eap_sm *sm, void *priv, u8 id) argument
170 eap_tls_check(struct eap_sm *sm, void *priv, struct wpabuf *respData) argument
193 eap_tls_process_msg(struct eap_sm *sm, void *priv, const struct wpabuf *respData) argument
207 eap_tls_process(struct eap_sm *sm, void *priv, struct wpabuf *respData) argument
218 eap_tls_isDone(struct eap_sm *sm, void *priv) argument
225 eap_tls_getKey(struct eap_sm *sm, void *priv, size_t *len) argument
248 eap_tls_get_emsk(struct eap_sm *sm, void *priv, size_t *len) argument
280 eap_tls_isSuccess(struct eap_sm *sm, void *priv) argument
[all...]
H A Deap_server_vendor_test.c51 static void * eap_vendor_test_init(struct eap_sm *sm) argument
64 static void eap_vendor_test_reset(struct eap_sm *sm, void *priv) argument
71 static struct wpabuf * eap_vendor_test_buildReq(struct eap_sm *sm, void *priv, argument
91 static Boolean eap_vendor_test_check(struct eap_sm *sm, void *priv, argument
107 static void eap_vendor_test_process(struct eap_sm *sm, void *priv, argument
133 static Boolean eap_vendor_test_isDone(struct eap_sm *sm, void *priv) argument
140 static u8 * eap_vendor_test_getKey(struct eap_sm *sm, void *priv, size_t *len) argument
161 static Boolean eap_vendor_test_isSuccess(struct eap_sm *sm, void *priv) argument
/freebsd-10-stable/contrib/wpa/src/rsn_supp/
H A Dpreauth.h32 static inline void pmksa_candidate_free(struct wpa_sm *sm) argument
36 rsn_preauth_candidate_process(struct wpa_sm *sm) argument
40 rsn_preauth_init(struct wpa_sm *sm, const u8 *dst, struct eap_peer_config *eap_conf) argument
46 rsn_preauth_deinit(struct wpa_sm *sm) argument
50 rsn_preauth_scan_results(struct wpa_sm *sm) argument
55 rsn_preauth_scan_result(struct wpa_sm *sm, const u8 *bssid, const u8 *ssid, const u8 *rsn) argument
60 pmksa_candidate_add(struct wpa_sm *sm, const u8 *bssid, int prio, int preauth) argument
66 rsn_preauth_get_status(struct wpa_sm *sm, char *buf, size_t buflen, int verbose) argument
72 rsn_preauth_in_progress(struct wpa_sm *sm) argument
[all...]
H A Dwpa_ie.c236 int wpa_gen_wpa_ie(struct wpa_sm *sm, u8 *wpa_ie, size_t wpa_ie_len) argument
105 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) argument
[all...]
H A Dpeerkey.h54 peerkey_verify_eapol_key_mic(struct wpa_sm *sm, argument
63 peerkey_rx_eapol_4way(struct wpa_sm *sm, struct wpa_peerkey *peerkey, argument
69 peerkey_rx_eapol_smk(struct wpa_sm *sm, const u8 *src_addr, argument
75 static inline void peerkey_deinit(struct wpa_sm *sm) argument
H A Dpmksa_cache.h93 pmksa_cache_get_current(struct wpa_sm *sm) argument
111 static inline void pmksa_cache_clear_current(struct wpa_sm *sm) argument
115 static inline int pmksa_cache_set_current(struct wpa_sm *sm, const u8 *pmkid, argument
74 pmksa_cache_init(void (*free_cb)(struct rsn_pmksa_cache_entry *entry, void *ctx, int reason), void *ctx, struct wpa_sm *sm) argument
/freebsd-10-stable/crypto/openssh/
H A Ded25519.c14 static void get_hram(unsigned char *hram, const unsigned char *sm, const unsigned char *pk, unsigned char *playground, unsigned long long smlen) argument
51 crypto_sign_ed25519( unsigned char *sm,unsigned long long *smlen, const unsigned char *m,unsigned long long mlen, const unsigned char *sk ) argument
103 crypto_sign_ed25519_open( unsigned char *m,unsigned long long *mlen, const unsigned char *sm,unsigned long long smlen, const unsigned char *pk ) argument
[all...]
/freebsd-10-stable/contrib/ofed/management/opensm/include/opensm/
H A Dosm_sa.h118 osm_sm_t *sm; member in struct:osm_sa
H A Dosm_opensm.h172 osm_sm_t sm; member in struct:osm_opensm
H A Dosm_perfmgr.h118 osm_sm_t *sm; member in struct:osm_perfmgr
/freebsd-10-stable/contrib/ofed/management/opensm/opensm/
H A Dosm_drop_mgr.c69 __osm_drop_mgr_remove_router(osm_sm_t * sm, IN const ib_net64_t portguid) argument
86 static void drop_mgr_clean_physp(osm_sm_t * sm, IN osm_physp_t * p_physp) argument
156 __osm_drop_mgr_remove_port(osm_sm_t * sm, IN osm_port_t * p_port) argument
273 __osm_drop_mgr_remove_switch(osm_sm_t * sm, IN osm_node_t * p_node) argument
300 __osm_drop_mgr_process_node(osm_sm_t * sm, IN osm_node_t * p_node) argument
361 __osm_drop_mgr_check_node(osm_sm_t * sm, IN osm_node_t * p_node) argument
430 osm_drop_mgr_process(osm_sm_t * sm) argument
[all...]
H A Dosm_node_info_rcv.c65 report_duplicated_guid(IN osm_sm_t * sm, argument
96 static void requery_dup_node_info(IN osm_sm_t * sm, argument
126 __osm_ni_rcv_set_links(IN osm_sm_t * sm, argument
261 __osm_ni_rcv_process_new_node(IN osm_sm_t * sm, IN osm_node_t * const p_node, IN const osm_madw_t * const p_madw) argument
309 osm_req_get_node_desc(IN osm_sm_t * sm, osm_physp_t *p_physp) argument
335 __osm_ni_rcv_get_node_desc(IN osm_sm_t * sm, IN osm_node_t * const p_node, IN const osm_madw_t * const p_madw) argument
369 __osm_ni_rcv_process_new_ca_or_router(IN osm_sm_t * sm, IN osm_node_t * const p_node, IN const osm_madw_t * const p_madw) argument
392 __osm_ni_rcv_process_existing_ca_or_router(IN osm_sm_t * sm, IN osm_node_t * const p_node, IN const osm_madw_t * const p_madw) argument
498 __osm_ni_rcv_process_switch(IN osm_sm_t * sm, IN osm_node_t * const p_node, IN const osm_madw_t * const p_madw) argument
536 __osm_ni_rcv_process_existing_switch(IN osm_sm_t * sm, IN osm_node_t * const p_node, IN const osm_madw_t * const p_madw) argument
567 __osm_ni_rcv_process_new_switch(IN osm_sm_t * sm, IN osm_node_t * const p_node, IN const osm_madw_t * const p_madw) argument
590 __osm_ni_rcv_process_new(IN osm_sm_t * sm, IN const osm_madw_t * const p_madw) argument
742 __osm_ni_rcv_process_existing(IN osm_sm_t * sm, IN osm_node_t * const p_node, IN const osm_madw_t * const p_madw) argument
798 osm_sm_t *sm = context; local
[all...]
H A Dosm_pkey_mgr.c142 pkey_mgr_process_partition_table(osm_log_t * p_log, osm_sm_t * sm, argument
169 pkey_mgr_update_pkey_entry(IN osm_sm_t * sm, argument
193 pkey_mgr_enforce_partition(IN osm_log_t * p_log, osm_sm_t * sm, argument
256 static boolean_t pkey_mgr_update_port(osm_log_t * p_log, osm_sm_t * sm, argument
83 pkey_mgr_process_physical_port(IN osm_log_t * p_log, IN osm_sm_t * sm, IN const ib_net16_t pkey, IN osm_physp_t * p_physp) argument
386 pkey_mgr_update_peer_port(osm_log_t * p_log, osm_sm_t * sm, const osm_subn_t * p_subn, const osm_port_t * const p_port, boolean_t enforce) argument
[all...]
H A Dosm_port_info_rcv.c68 __osm_pi_rcv_set_sm(IN osm_sm_t * sm, argument
107 __osm_pi_rcv_process_endport(IN osm_sm_t * sm, argument
208 __osm_pi_rcv_process_switch_port(IN osm_sm_t * sm, IN osm_node_t * const p_node, IN osm_physp_t * const p_physp, IN ib_port_info_t * const p_pi) argument
349 __osm_pi_rcv_process_ca_or_router_port(IN osm_sm_t * sm, IN osm_node_t * const p_node, IN osm_physp_t * const p_physp, IN ib_port_info_t * const p_pi) argument
370 get_pkey_table(IN osm_log_t * p_log, IN osm_sm_t * sm, IN osm_node_t * const p_node, IN osm_physp_t * const p_physp) argument
442 __osm_pi_rcv_get_pkey_slvl_vla_tables(IN osm_sm_t * sm, IN osm_node_t * const p_node, IN osm_physp_t * const p_physp) argument
456 osm_pi_rcv_process_set(IN osm_sm_t * sm, IN osm_node_t * const p_node, IN const uint8_t port_num, IN osm_madw_t * const p_madw) argument
518 osm_sm_t *sm = context; local
[all...]
H A Dosm_qos.c67 static ib_api_status_t vlarb_update_table_block(osm_sm_t * sm, argument
105 static ib_api_status_t vlarb_update(osm_sm_t * sm, argument
152 static ib_api_status_t sl2vl_update_table(osm_sm_t * sm, argument
192 static ib_api_status_t sl2vl_update(osm_sm_t * sm, osm_port_ argument
228 qos_physp_setup(osm_log_t * p_log, osm_sm_t * sm, osm_port_t * p_port, osm_physp_t * p, uint8_t port_num, unsigned force_update, const struct qos_config *qcfg) argument
[all...]
H A Dosm_sm.c83 static void osm_sm_process(osm_sm_t * sm, osm_signal_t signal) argument
138 osm_sm_t *sm = arg; local
149 osm_sm_t *sm = context; local
646 osm_set_sm_priority(osm_sm_t *sm, uint8_t priority) argument
[all...]
/freebsd-10-stable/contrib/wpa/src/ap/
H A Dpeerkey_auth.c35 struct wpa_state_machine *sm; member in struct:wpa_stsl_search
39 static int wpa_stsl_select_sta(struct wpa_state_machine *sm, void *ctx) argument
50 wpa_smk_send_error(struct wpa_authenticator *wpa_auth, struct wpa_state_machine *sm, const u8 *peer, u16 mui, u16 error_type) argument
81 wpa_smk_m1(struct wpa_authenticator *wpa_auth, struct wpa_state_machine *sm, struct wpa_eapol_key *key) argument
145 wpa_send_smk_m4(struct wpa_authenticator *wpa_auth, struct wpa_state_machine *sm, struct wpa_eapol_key *key, struct wpa_eapol_ie_parse *kde, const u8 *smk) argument
198 wpa_send_smk_m5(struct wpa_authenticator *wpa_auth, struct wpa_state_machine *sm, struct wpa_eapol_key *key, struct wpa_eapol_ie_parse *kde, const u8 *smk, const u8 *peer) argument
255 wpa_smk_m3(struct wpa_authenticator *wpa_auth, struct wpa_state_machine *sm, struct wpa_eapol_key *key) argument
326 wpa_smk_error(struct wpa_authenticator *wpa_auth, struct wpa_state_machine *sm, struct wpa_eapol_key *key) argument
[all...]
/freebsd-10-stable/contrib/wpa/src/eap_peer/
H A Deap_tls.c29 static void * eap_tls_init(struct eap_sm *sm) argument
73 eap_unauth_tls_init(struct eap_sm *sm) argument
99 eap_tls_deinit(struct eap_sm *sm, void *priv) argument
110 eap_tls_failure(struct eap_sm *sm, struct eap_tls_data *data, struct eap_method_ret *ret, int res, struct wpabuf *resp, u8 id) argument
146 eap_tls_success(struct eap_sm *sm, struct eap_tls_data *data, struct eap_method_ret *ret) argument
171 eap_tls_process(struct eap_sm *sm, void *priv, struct eap_method_ret *ret, const struct wpabuf *reqData) argument
214 eap_tls_has_reauth_data(struct eap_sm *sm, void *priv) argument
221 eap_tls_deinit_for_reauth(struct eap_sm *sm, void *priv) argument
226 eap_tls_init_for_reauth(struct eap_sm *sm, void *priv) argument
239 eap_tls_get_status(struct eap_sm *sm, void *priv, char *buf, size_t buflen, int verbose) argument
247 eap_tls_isKeyAvailable(struct eap_sm *sm, void *priv) argument
254 eap_tls_getKey(struct eap_sm *sm, void *priv, size_t *len) argument
273 eap_tls_get_emsk(struct eap_sm *sm, void *priv, size_t *len) argument
[all...]
/freebsd-10-stable/contrib/wpa/src/wps/
H A Dwps_upnp_event.c120 struct upnp_wps_device_sm *sm = s->sm; local
317 struct upnp_wps_device_sm *sm = user_ctx; local
345 void event_send_all_later(struct upnp_wps_device_sm *sm) argument
360 event_send_stop_all(struct upnp_wps_device_sm *sm) argument
[all...]
/freebsd-10-stable/sys/netinet/
H A Dip_encap.c285 encap_attach(int af, int proto, const struct sockaddr *sp, const struct sockaddr *sm, const struct sockaddr *dp, const struct sockaddr *dm, const struct protosw *psw, void *arg) argument
/freebsd-10-stable/usr.bin/sort/
H A Dcoll.h109 struct sort_mods sm; member in struct:key_specs
/freebsd-10-stable/contrib/llvm/lib/AsmParser/
H A DLLLexer.cpp160 LLLexer::LLLexer(MemoryBuffer *StartBuf, SourceMgr &sm, SMDiagnostic &Err, argument
/freebsd-10-stable/contrib/llvm/lib/CodeGen/
H A DTargetSchedule.cpp54 void TargetSchedModel::init(const MCSchedModel &sm, argument

Completed in 247 milliseconds

123456