Home
last modified time | relevance | path

Searched refs:enc_id (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/wpa/src/eap_server/
H A Deap_server_sim.c571 char *enc_id, *pos, *end; in eap_sim_process_start() local
585 enc_id = (char *) &sm->identity[1]; in eap_sim_process_start()
587 for (pos = enc_id; pos < end; pos++) { in eap_sim_process_start()
591 enc_id_len = pos - enc_id; in eap_sim_process_start()
595 enc_id, enc_id_len); in eap_sim_process_start()
596 decoded_id = base64_decode(enc_id, enc_id_len, &decoded_id_len); in eap_sim_process_start()
H A Deap_server_aka.c827 char *enc_id, *pos, *end; in eap_aka_determine_identity() local
841 enc_id = (char *) &sm->identity[1]; in eap_aka_determine_identity()
843 for (pos = enc_id; pos < end; pos++) { in eap_aka_determine_identity()
847 enc_id_len = pos - enc_id; in eap_aka_determine_identity()
851 enc_id, enc_id_len); in eap_aka_determine_identity()
852 decoded_id = base64_decode(enc_id, enc_id_len, &decoded_id_len); in eap_aka_determine_identity()
/freebsd/sys/dev/hpt27xx/
H A Dhimfuncs.h104 _HIM_INTERFACE(int, get_enclosure_info_v4, (void *adapter, int enc_id, int ele_id, void *pinfo, voi…
H A Dhptintf.h2190 int hpt_get_enclosure_info(int ctlr_id, int enc_id, PENCLOSURE_INFO pInfo);
2192 int hpt_get_enclosure_info_v2(int ctlr_id, int enc_id, PENCLOSURE_INFO_V2 pInfo);
2194 int hpt_get_enclosure_info_v3(int ctlr_id, int enc_id, PENCLOSURE_INFO_V3 pInfo);
2196 int hpt_get_enclosure_info_v4(int ctlr_id, int enc_id, PENCLOSURE_INFO_V4 pInfo);
2197 int hpt_get_enclosure_element_info(int ctlr_id, int enc_id, int ele_id, PSES_ELEMENT_STATUS pInfo);
/freebsd/sys/dev/hptnr/
H A Dhimfuncs.h104 _HIM_INTERFACE(int, get_enclosure_info_v4, (void *adapter, int enc_id, int ele_id, void *pinfo, voi…
H A Dhptintf.h2186 int hpt_get_enclosure_info(int ctlr_id, int enc_id, PENCLOSURE_INFO pInfo);
2188 int hpt_get_enclosure_info_v2(int ctlr_id, int enc_id, PENCLOSURE_INFO_V2 pInfo);
2190 int hpt_get_enclosure_info_v3(int ctlr_id, int enc_id, PENCLOSURE_INFO_V3 pInfo);
2192 int hpt_get_enclosure_info_v4(int ctlr_id, int enc_id, PENCLOSURE_INFO_V4 pInfo);
2193 int hpt_get_enclosure_element_info(int ctlr_id, int enc_id, int ele_id, PSES_ELEMENT_STATUS pInfo);
/freebsd/sys/dev/mps/
H A Dmps_mapping.c269 _mapping_get_enc_idx_from_id(struct mps_softc *sc, u64 enc_id, in _mapping_get_enc_idx_from_id() argument
277 if ((et_entry->enclosure_id == le64toh(enc_id)) && in _mapping_get_enc_idx_from_id()
/freebsd/sys/dev/mpr/
H A Dmpr_mapping.c268 _mapping_get_enc_idx_from_id(struct mpr_softc *sc, u64 enc_id, in _mapping_get_enc_idx_from_id() argument
276 if ((et_entry->enclosure_id == le64toh(enc_id)) && in _mapping_get_enc_idx_from_id()