Searched refs:host_to_be32 (Results 1 - 9 of 9) sorted by relevance

/freebsd-13-stable/contrib/wpa/src/crypto/
H A Dfips_prf_internal.c48 _t[0] = host_to_be32(_t[0]);
49 _t[1] = host_to_be32(_t[1]);
50 _t[2] = host_to_be32(_t[2]);
51 _t[3] = host_to_be32(_t[3]);
52 _t[4] = host_to_be32(_t[4]);
/freebsd-13-stable/contrib/wpa/src/utils/
H A Dcommon.h152 #define host_to_be32(n) wpa_swap_32(n) macro
182 #define host_to_be32(n) ((__force be32) bswap_32((n))) macro
195 #define host_to_be32(n) (n) macro
H A Dcommon.c255 tmp = host_to_be32(sec);
257 tmp = host_to_be32(usec);
/freebsd-13-stable/contrib/wpa/src/eap_server/
H A Deap_server_ttls.c119 avp->vendor_id = host_to_be32(vendor_id);
124 avp->avp_code = host_to_be32(avp_code);
125 avp->avp_length = host_to_be32(((u32) flags << 24) |
/freebsd-13-stable/contrib/wpa/src/pae/
H A Dieee802_1x_kay.c765 body->actor_mn = host_to_be32(participant->mn);
962 body_peer->mn = host_to_be32(peer->mn);
1022 body_peer->mn = host_to_be32(peer->mn);
1318 body->llpn = host_to_be32(pn);
1320 body->olpn = host_to_be32(pn);
1329 body->lkn = host_to_be32(participant->lki.kn);
1341 body->okn = host_to_be32(participant->oki.kn);
1599 body->kn = host_to_be32(sak->key_identifier.kn);
/freebsd-13-stable/contrib/wpa/src/eap_peer/
H A Deap_ttls.c217 avp->vendor_id = host_to_be32(vendor_id);
222 avp->avp_code = host_to_be32(avp_code);
223 avp->avp_length = host_to_be32(((u32) flags << 24) |
H A Deap_fast.c508 nak->vendor_id = host_to_be32(vendor_id);
H A Deap_teap.c475 nak->vendor_id = host_to_be32(vendor_id);
/freebsd-13-stable/contrib/wpa/src/ap/
H A Dieee802_1x.c827 timestamp = host_to_be32(hapd->conf->t_c_timestamp);

Completed in 202 milliseconds