Searched refs:key_offset (Results 1 - 15 of 15) sorted by relevance

/freebsd-current/contrib/mandoc/
H A Dcompat_ohash.h28 ptrdiff_t key_offset; member in struct:ohash_info
H A Dmandoc_ohash.c41 info.key_offset = ko;
H A Dcompat_ohash.c53 p = (i->alloc)(i->key_offset + (*end - start) + 1, i->data);
55 memcpy(p+i->key_offset, start, *end-start);
56 p[i->key_offset + (*end - start)] = '\0';
198 h->info.key_offset = info->key_offset;
245 strncmp(h->t[i].p+h->info.key_offset, start,
247 (h->t[i].p+h->info.key_offset)[end-start] == '\0') {
292 memcmp(h->t[i].p+h->info.key_offset, k, size) == 0) {
/freebsd-current/sys/compat/linuxkpi/common/include/linux/
H A Drhashtable.h37 uint16_t key_offset; member in struct:rhashtable_params
/freebsd-current/lib/libopenbsd/
H A Dohash.h30 ptrdiff_t key_offset; member in struct:ohash_info
H A Dohash.c51 p = (i->alloc)(i->key_offset + (*end - start) + 1, i->data);
53 memcpy(p+i->key_offset, start, *end-start);
54 p[i->key_offset + (*end - start)] = '\0';
196 h->info.key_offset = info->key_offset;
243 strncmp(h->t[i].p+h->info.key_offset, start,
245 (h->t[i].p+h->info.key_offset)[end-start] == '\0') {
290 memcmp(h->t[i].p+h->info.key_offset, k, size) == 0) {
/freebsd-current/sys/contrib/dev/iwlwifi/fw/api/
H A Dsta.h356 * @key_offset: key offset in key storage
363 u8 key_offset; member in struct:iwl_mvm_add_sta_key_common
467 u8 key_offset; member in struct:iwl_mvm_wep_key
/freebsd-current/sys/contrib/dev/iwlwifi/mvm/
H A Dsta.c2642 u.cmd.common.key_offset = keyconf->hw_key_idx;
3552 u8 key_offset, bool mfp)
3630 u.cmd.common.key_offset = key_offset;
3810 u8 key_offset,
3846 seq.tkip.iv32, p1k, 0, key_offset,
3851 0, NULL, 0, key_offset, mfp);
3858 u8 key_offset)
3908 /* If the key_offset is not pre-assigned, we need to find a
3919 if (key_offset
3548 iwl_mvm_send_sta_key(struct iwl_mvm *mvm, u32 sta_id, struct ieee80211_key_conf *key, bool mcast, u32 tkip_iv32, u16 *tkip_p1k, u32 cmd_flags, u8 key_offset, bool mfp) argument
3806 __iwl_mvm_set_sta_key(struct iwl_mvm *mvm, struct ieee80211_vif *vif, struct ieee80211_sta *sta, struct ieee80211_key_conf *keyconf, u8 key_offset, bool mcast) argument
3854 iwl_mvm_set_sta_key(struct iwl_mvm *mvm, struct ieee80211_vif *vif, struct ieee80211_sta *sta, struct ieee80211_key_conf *keyconf, u8 key_offset) argument
[all...]
H A Dsta.h508 u8 key_offset);
H A Dmac80211.c4130 u8 key_offset; local
4265 key_offset = key->hw_key_idx;
4267 key_offset = STA_KEY_IDX_INVALID;
4278 ret = iwl_mvm_set_sta_key(mvm, vif, sta, key, key_offset);
H A Dd3.c151 wkc.wep_key.key_offset = 0;
155 wkc.wep_key.key_offset = data->wep_key_idx;
/freebsd-current/sys/contrib/dev/athk/ath11k/
H A Dpeer.c525 param->key_offset = offsetof(struct ath11k_peer, peer_id);
580 param->key_offset = offsetof(struct ath11k_peer, addr);
/freebsd-current/contrib/dialog/
H A Dcalendar.c504 int key_offset,
513 data->week_start = key_offset;
524 KEY_MAX + key_offset, 1, MON_WIDE, 3);
499 init_object(BOX * data, WINDOW *parent, int x, int y, int width, int height, BOX_DRAW box_draw, int key_offset, int code) argument
/freebsd-current/sys/dev/cxgbe/tom/
H A Dt4_tls.c1088 int fields, key_offset, len; local
1140 key_offset = toep->tls.rx_key_addr - sc->vres.key.start;
1143 (uint64_t)V_TCB_RX_TLS_KEY_TAG(key_offset / 64) << 32);
/freebsd-current/sys/dev/iwm/
H A Dif_iwmreg.h6313 * @key_offset: key offset in the fw's key table
6324 uint8_t key_offset; member in struct:iwm_keyinfo
6489 * @key_offset: key offset in key storage
6496 uint8_t key_offset; member in struct:iwm_add_sta_key_common
6576 uint8_t key_offset; member in struct:iwm_wep_key

Completed in 318 milliseconds