Home
last modified time | relevance | path

Searched refs:ml_len (Results 1 – 4 of 4) sorted by relevance

/freebsd/crypto/openssl/crypto/slh_dsa/
H A Dslh_hash.c128 const uint8_t *ml, size_t ml_len, uint8_t *out, size_t out_len) in slh_t_shake() argument
133 return xof_digest_3(ctx->md_ctx, pk_seed, n, adrs, SLH_ADRS_SIZE, ml, ml_len, out, n); in slh_t_shake()
275 const uint8_t *ml, size_t ml_len, uint8_t *out, size_t out_len) in slh_t_sha2() argument
279 return do_hash(hctx, hctx->md_big_ctx, prms->n, pk_seed, adrs, ml, ml_len, in slh_t_sha2()
/freebsd/contrib/wpa/src/ap/
H A Dieee802_11_eht.c1214 size_t ml_len, common_info_len; in hostapd_process_ml_assoc_req_addr() local
1222 ml_len = wpabuf_len(mlbuf); in hostapd_process_ml_assoc_req_addr()
1224 if (ml_len < sizeof(*ml)) in hostapd_process_ml_assoc_req_addr()
1239 if (sizeof(*ml) + common_info_len > ml_len) { in hostapd_process_ml_assoc_req_addr()
1270 size_t ml_len, common_info_len; in hostapd_process_ml_assoc_req() local
1284 ml_len = wpabuf_len(mlbuf); in hostapd_process_ml_assoc_req()
1285 ml_end = ((const u8 *) ml) + ml_len; in hostapd_process_ml_assoc_req()
1336 if (sizeof(*ml) + common_info_len > ml_len) { in hostapd_process_ml_assoc_req()
1422 if ((size_t) num_frag_subelems * 2 > ml_len) in hostapd_process_ml_assoc_req()
1424 ml_len -= num_frag_subelems * 2; in hostapd_process_ml_assoc_req()
[all …]
H A Dbeacon.c1376 static bool parse_ml_probe_req(const struct ieee80211_eht_ml *ml, size_t ml_len, in parse_ml_probe_req() argument
1387 if (ml_len < sizeof(struct ieee80211_eht_ml)) in parse_ml_probe_req()
1397 if (sizeof(struct ieee80211_eht_ml) + 1 > ml_len) { in parse_ml_probe_req()
1404 if (len < 1 || sizeof(struct ieee80211_eht_ml) + len > ml_len) { in parse_ml_probe_req()
1422 len = ml_len - len - sizeof(struct ieee80211_eht_ml); in parse_ml_probe_req()
/freebsd/contrib/wpa/wpa_supplicant/
H A Devents.c4292 size_t ml_len; in wpas_ml_parse_assoc() local
4311 ml_len = wpabuf_len(mlbuf); in wpas_ml_parse_assoc()
4312 if (ml_len < sizeof(*ml)) in wpas_ml_parse_assoc()
4347 if (sizeof(*ml) + expected_common_info_len > ml_len) { in wpas_ml_parse_assoc()
4350 ml_len); in wpas_ml_parse_assoc()
4362 if (sizeof(*ml) + common_info->len > ml_len) { in wpas_ml_parse_assoc()
4365 common_info->len, ml_len); in wpas_ml_parse_assoc()
4413 ml_len -= sizeof(*ml) + common_info->len; in wpas_ml_parse_assoc()
4414 while (ml_len > 2 && i < MAX_NUM_MLD_LINKS) { in wpas_ml_parse_assoc()
4430 if ((size_t) num_frag_subelems * 2 > ml_len) in wpas_ml_parse_assoc()
[all …]