| /freebsd-14.2/sys/netinet/tcp_stacks/ |
| H A D | tailq_hash.c | 110 rsm = tqhash_find(hs, hs->min); in tqhash_min() 119 rsm = tqhash_find(hs, (hs->max - 1)); in tqhash_max() 126 if (hs->count == 0) in tqhash_empty() 228 hs->count--; in tqhash_remove() 229 if (hs->count == 0) { in tqhash_remove() 230 hs->min = hs->max; in tqhash_remove() 243 if (hs->count > 0) { in tqhash_insert() 266 hs->count = 1; in tqhash_insert() 268 hs->count++; in tqhash_insert() 301 hs->min = hs->max = 0; in tqhash_init() [all …]
|
| H A D | tailq_hash.h | 23 tqhash_min(struct tailq_hash *hs); 26 tqhash_max(struct tailq_hash *hs); 29 tqhash_empty(struct tailq_hash *hs); 32 tqhash_find(struct tailq_hash *hs, uint32_t seq); 35 tqhash_next(struct tailq_hash *hs, struct rack_sendmap *rsm); 38 tqhash_prev(struct tailq_hash *hs, struct rack_sendmap *rsm); 45 tqhash_remove(struct tailq_hash *hs, struct rack_sendmap *rsm, int type); 48 tqhash_insert(struct tailq_hash *hs, struct rack_sendmap *rsm); 51 tqhash_init(struct tailq_hash *hs); 54 tqhash_trim(struct tailq_hash *hs, uint32_t th_ack);
|
| /freebsd-14.2/sys/contrib/ck/src/ |
| H A D | ck_hs.c | 149 return _ck_hs_next(hs, hs->map, i, key); in ck_hs_next() 194 ck_hs_map_destroy(hs->m, hs->map, false); in ck_hs_destroy() 341 map = hs->map; in ck_hs_grow() 361 h = hs->hf(previous, hs->seed); in ck_hs_grow() 420 return ck_hs_grow(hs, hs->map->capacity); in ck_hs_rebuild() 600 h = hs->hf(entry, hs->seed); in ck_hs_gc() 936 hs->m = m; in ck_hs_move() 937 hs->hf = hf; in ck_hs_move() 955 hs->m = m; in ck_hs_init() 958 hs->hf = hf; in ck_hs_init() [all …]
|
| H A D | ck_rhs.c | 264 map = hs->map; in ck_rhs_set_load_factor() 332 ck_rhs_map_destroy(hs->m, hs->map, false); in ck_rhs_destroy() 502 map = hs->map; in ck_rhs_grow() 522 h = hs->hf(previous, hs->seed); in ck_rhs_grow() 554 h = hs->hf(previous, hs->seed); in ck_rhs_grow() 576 return ck_rhs_grow(hs, hs->map->capacity); in ck_rhs_rebuild() 1452 hs->m = m; in ck_rhs_move() 1453 hs->hf = hf; in ck_rhs_move() 1471 hs->m = m; in ck_rhs_init() 1474 hs->hf = hf; in ck_rhs_init() [all …]
|
| /freebsd-14.2/sys/contrib/libsodium/src/libsodium/crypto_sign/ed25519/ref10/ |
| H A D | sign.c | 21 crypto_hash_sha512_init(hs); in _crypto_sign_ed25519_ref10_hinit() 51 crypto_hash_sha512_update(hs, B, 32); in _crypto_sign_ed25519_synthetic_r_hv() 54 crypto_hash_sha512_update(hs, Z, 32); in _crypto_sign_ed25519_synthetic_r_hv() 56 crypto_hash_sha512_update(hs, sk, 32); in _crypto_sign_ed25519_synthetic_r_hv() 59 crypto_hash_sha512_update(hs, sk + 32, 32); in _crypto_sign_ed25519_synthetic_r_hv() 69 crypto_hash_sha512_state hs; in _crypto_sign_ed25519_detached() local 85 crypto_hash_sha512_update(&hs, m, mlen); in _crypto_sign_ed25519_detached() 86 crypto_hash_sha512_final(&hs, nonce); in _crypto_sign_ed25519_detached() 95 crypto_hash_sha512_update(&hs, sig, 64); in _crypto_sign_ed25519_detached() 96 crypto_hash_sha512_update(&hs, m, mlen); in _crypto_sign_ed25519_detached() [all …]
|
| H A D | obsolete.c | 37 crypto_hash_sha512_state hs; in crypto_sign_edwards25519sha512batch() local 44 crypto_hash_sha512_init(&hs); in crypto_sign_edwards25519sha512batch() 45 crypto_hash_sha512_update(&hs, sk + 32, 32); in crypto_sign_edwards25519sha512batch() 46 crypto_hash_sha512_update(&hs, m, mlen); in crypto_sign_edwards25519sha512batch() 47 crypto_hash_sha512_final(&hs, nonce); in crypto_sign_edwards25519sha512batch() 53 crypto_hash_sha512_init(&hs); in crypto_sign_edwards25519sha512batch() 54 crypto_hash_sha512_update(&hs, sig, 32); in crypto_sign_edwards25519sha512batch() 55 crypto_hash_sha512_update(&hs, m, mlen); in crypto_sign_edwards25519sha512batch() 56 crypto_hash_sha512_final(&hs, hram); in crypto_sign_edwards25519sha512batch()
|
| H A D | open.c | 20 crypto_hash_sha512_state hs; in _crypto_sign_ed25519_verify_detached() local 43 _crypto_sign_ed25519_ref10_hinit(&hs, prehashed); in _crypto_sign_ed25519_verify_detached() 44 crypto_hash_sha512_update(&hs, sig, 32); in _crypto_sign_ed25519_verify_detached() 45 crypto_hash_sha512_update(&hs, pk, 32); in _crypto_sign_ed25519_verify_detached() 46 crypto_hash_sha512_update(&hs, m, mlen); in _crypto_sign_ed25519_verify_detached() 47 crypto_hash_sha512_final(&hs, h); in _crypto_sign_ed25519_verify_detached()
|
| /freebsd-14.2/tools/tools/ath/athsurvey/ |
| H A D | athsurvey.c | 63 atd.ad_out_data = (caddr_t) hs; in get_survey_stats() 104 hs->samples[i].cycle_count; in process_survey_stats() 106 hs->samples[i].cycle_count; in process_survey_stats() 108 hs->samples[i].cycle_count; in process_survey_stats() 110 hs->samples[i].cycle_count; in process_survey_stats() 118 hs->samples[i].cycle_count; in process_survey_stats() 120 hs->samples[i].cycle_count; in process_survey_stats() 122 hs->samples[i].cycle_count; in process_survey_stats() 192 HAL_CHANNEL_SURVEY hs; in main() local 193 memset(&hs, '\0', sizeof(hs)); in main() [all …]
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/phy/ |
| H A D | qcom,usb-snps-femto-v2.yaml | 19 - qcom,sc8180x-usb-hs-phy 27 - qcom,sc7280-usb-hs-phy 28 - qcom,sdx55-usb-hs-phy 29 - qcom,sdx65-usb-hs-phy 30 - qcom,sm6375-usb-hs-phy 31 - qcom,sm8150-usb-hs-phy 32 - qcom,sm8250-usb-hs-phy 64 qcom,hs-disconnect-bp: 82 qcom,hs-amplitude-bp: 114 qcom,hs-rise-fall-time-bp: [all …]
|
| H A D | qcom,usb-hs-phy.yaml | 4 $id: http://devicetree.org/schemas/phy/qcom,usb-hs-phy.yaml# 16 const: qcom,usb-hs-phy-apq8064 40 - qcom,usb-hs-phy-apq8064 41 - qcom,usb-hs-phy-msm8226 42 - qcom,usb-hs-phy-msm8916 43 - qcom,usb-hs-phy-msm8974 44 - const: qcom,usb-hs-phy 99 compatible = "qcom,usb-hs-phy-msm8974", "qcom,usb-hs-phy";
|
| H A D | phy-stm32-usbphyc.yaml | 98 st,decrease-hs-slew-rate: 102 st,tune-hs-dc-level: 118 st,enable-hs-rftime-reduction: 122 st,trim-hs-current: 146 st,trim-hs-impedance: 170 st,enable-hs-rx-gain-eq: 174 st,tune-hs-rx-offset: 186 st,no-hs-ftime-ctrl: 194 st,enable-hs-tx-staggering: 254 st,tune-hs-dc-level = <2>; [all …]
|
| H A D | qcom,usb-hs-phy.txt | 8 Definition: Should contain "qcom,usb-hs-phy" and more specifically one of the 11 "qcom,usb-hs-phy-apq8064" 12 "qcom,usb-hs-phy-msm8916" 13 "qcom,usb-hs-phy-msm8974" 72 compatible = "qcom,usb-hs-phy-msm8974", "qcom,usb-hs-phy";
|
| H A D | transmit-amplitude.yaml | 65 - usb-hs 72 - ufs-hs 73 - ufs-hs-a 74 - ufs-hs-b 102 tx-p2p-microvolt-names = "2500base-x", "usb-hs", "usb-ss";
|
| /freebsd-14.2/contrib/xz/src/liblzma/lz/ |
| H A D | lz_encoder.c | 305 uint32_t hs; in lz_encoder_prepare() local 308 hs = 0xFFFF; in lz_encoder_prepare() 313 hs |= hs >> 1; in lz_encoder_prepare() 314 hs |= hs >> 2; in lz_encoder_prepare() 315 hs |= hs >> 4; in lz_encoder_prepare() 316 hs |= hs >> 8; in lz_encoder_prepare() 317 hs >>= 1; in lz_encoder_prepare() 318 hs |= 0xFFFF; in lz_encoder_prepare() 324 hs >>= 1; in lz_encoder_prepare() 328 mf->hash_mask = hs; in lz_encoder_prepare() [all …]
|
| /freebsd-14.2/usr.bin/ruptime/ |
| H A D | ruptime.c | 57 static struct hs { struct 60 } *hs; variable 162 #define HS(a) ((const struct hs *)(a)) 191 struct hs *hsp; in ruptime() 216 if ((hs = in ruptime() 217 realloc(hs, (hspace += 40) * sizeof(*hs))) == NULL) in ruptime() 219 hsp = hs + nhosts; in ruptime() 260 qsort(hs, nhosts, sizeof(hs[0]), cmp); in ruptime() 265 hsp = &hs[i]; in ruptime() 284 free(hs); in ruptime() [all …]
|
| /freebsd-14.2/sys/dev/wg/ |
| H A D | wg_noise.c | 961 noise_param_init(hs->hs_ck, hs->hs_hash, r->r_public); in noise_create_initiation() 967 noise_msg_ephemeral(hs->hs_ck, hs->hs_hash, ue); in noise_create_initiation() 1015 noise_param_init(hs.hs_ck, hs.hs_hash, l->l_public); in noise_consume_initiation() 1018 noise_msg_ephemeral(hs.hs_ck, hs.hs_hash, ue); in noise_consume_initiation() 1073 explicit_bzero(&hs, sizeof(hs)); in noise_consume_initiation() 1099 noise_msg_ephemeral(hs->hs_ck, hs->hs_hash, ue); in noise_create_response() 1102 if (noise_mix_dh(hs->hs_ck, NULL, e, hs->hs_e) != 0) in noise_create_response() 1110 noise_mix_psk(hs->hs_ck, hs->hs_hash, key, r->r_psk); in noise_create_response() 1157 noise_msg_ephemeral(hs.hs_ck, hs.hs_hash, ue); in noise_consume_response() 1160 if (noise_mix_dh(hs.hs_ck, NULL, hs.hs_e, ue) != 0) in noise_consume_response() [all …]
|
| /freebsd-14.2/sys/contrib/device-tree/src/arm/ |
| H A D | stm32mp135f-dk.dts | 347 st,decrease-hs-slew-rate; 348 st,tune-hs-dc-level = <2>; 350 st,trim-hs-current = <11>; 351 st,trim-hs-impedance = <2>; 353 st,enable-hs-rx-gain-eq; 354 st,no-hs-ftime-ctrl; 361 st,decrease-hs-slew-rate; 362 st,tune-hs-dc-level = <2>; 364 st,trim-hs-current = <11>; 367 st,enable-hs-rx-gain-eq; [all …]
|
| H A D | stm32mp157c-ev1.dts | 396 st,tune-hs-dc-level = <2>; 398 st,enable-hs-rftime-reduction; 399 st,trim-hs-current = <15>; 400 st,trim-hs-impedance = <1>; 402 st,tune-hs-rx-offset = <2>; 412 st,tune-hs-dc-level = <2>; 414 st,enable-hs-rftime-reduction; 415 st,trim-hs-current = <15>; 416 st,trim-hs-impedance = <1>; 418 st,tune-hs-rx-offset = <2>;
|
| /freebsd-14.2/sys/contrib/libsodium/src/libsodium/crypto_sign/ed25519/ |
| H A D | sign_ed25519.c | 63 crypto_hash_sha512_init(&state->hs); in crypto_sign_ed25519ph_init() 71 return crypto_hash_sha512_update(&state->hs, m, mlen); in crypto_sign_ed25519ph_update() 82 crypto_hash_sha512_final(&state->hs, ph); in crypto_sign_ed25519ph_final_create() 94 crypto_hash_sha512_final(&state->hs, ph); in crypto_sign_ed25519ph_final_verify()
|
| /freebsd-14.2/contrib/libfido2/tools/ |
| H A D | test.sh | 82 make_cred no.tld "-h" wrap-hs 84 verify_cred "-h" wrap-hs wrap-hs-cred wrap-hs-pubkey 103 make_cred no.tld "-hr" rk-hs 104 ! verify_cred "--" rk-hs rk-hs-cred rk-hs-pubkey 105 verify_cred "-h" rk-hs /dev/null /dev/null 106 ! verify_cred "-v" rk-hs /dev/null /dev/null 107 verify_cred "-hc0" rk-hs /dev/null /dev/null 108 ! verify_cred "-c0" rk-hs /dev/null /dev/null 109 ! verify_cred "-c1" rk-hs /dev/null /dev/null 110 ! verify_cred "-c2" rk-hs /dev/null /dev/null [all …]
|
| /freebsd-14.2/sys/net80211/ |
| H A D | ieee80211_hwmp.c | 259 struct ieee80211_hwmp_state *hs; in hwmp_vattach() local 266 if (hs == NULL) { in hwmp_vattach() 272 vap->iv_hwmp = hs; in hwmp_vattach() 280 callout_drain(&hs->hs_roottimer); in hwmp_vdetach() 807 switch (hs->hs_rootmode) { in hwmp_rootmode_setup() 851 preq.preq_id = ++hs->hs_preqid; in hwmp_rootmode_cb() 891 rann.rann_seq = ++hs->hs_seq; in hwmp_rootmode_rann_cb() 1071 hs->hs_seq = HWMP_SEQ_MAX(hs->hs_seq, PREQ_TSEQ(0)) + 1; in hwmp_recv_preq() 1886 preq.preq_id = ++hs->hs_preqid; in hwmp_rediscover_cb() 2053 ireq->i_val = hs->hs_maxhops; in hwmp_ioctl_get80211() [all …]
|
| /freebsd-14.2/contrib/ntp/sntp/ag-tpl/0-old/ |
| H A D | mdoc2texi | 67 Mdoc::def_macro( '.Ss', sub { "\@subsubsection", hs, @_ }); 70 "\@node", hs, "$name\n", ns, "\@subsection", hs, $name 72 Mdoc::def_macro( '.Ss', sub { "\@subsubsection", hs, @_ }); 132 Mdoc::def_macro('.It', sub { '@item', hs, @_ });
|
| /freebsd-14.2/sys/contrib/ck/include/ |
| H A D | ck_hs.h | 114 ck_hs_hash(const struct ck_hs *hs, const void *k) in ck_hs_hash() argument 117 return hs->hf(k, hs->seed); in ck_hs_hash()
|
| /freebsd-14.2/sys/crypto/openssl/arm/ |
| H A D | chacha-armv4.S | 245 itt hs 253 itt hs 264 itt hs 271 itt hs 283 itt hs 290 itt hs 301 itt hs 308 itt hs 323 itt hs 335 itt hs [all …]
|
| /freebsd-14.2/usr.bin/logger/ |
| H A D | logger.c | 260 char *p, *p0, *hs, *hbuf, *sbuf; in socksetup() local 266 hs = p0; /* point to search ":" */ in socksetup() 275 hs = p + 1; in socksetup() 280 p = ((p0 + 1) == (hs - 1)) ? hs : p0 + 1; in socksetup() 285 hbuf = (p == hs && *p == ':') ? NULL : p; in socksetup() 286 p = strchr(hs, ':'); in socksetup()
|