/freebsd/sys/dev/iwm/ |
H A D | if_iwm_power.c | 202 struct iwm_vap *ivp, struct iwm_beacon_filter_cmd *cmd) in iwm_beacon_filter_set_cqm_params() 279 iwm_power_build_cmd(struct iwm_softc *sc, struct iwm_vap *ivp, in iwm_power_build_cmd() 327 iwm_power_send_cmd(struct iwm_softc *sc, struct iwm_vap *ivp) in iwm_power_send_cmd() 339 _iwm_enable_beacon_filter(struct iwm_softc *sc, struct iwm_vap *ivp, in _iwm_enable_beacon_filter() 354 iwm_enable_beacon_filter(struct iwm_softc *sc, struct iwm_vap *ivp) in iwm_enable_beacon_filter() 388 struct iwm_vap *ivp = IWM_VAP(vap); in iwm_power_set_ps() local 409 iwm_power_set_ba(struct iwm_softc *sc, struct iwm_vap *ivp) in iwm_power_set_ba()
|
H A D | if_iwm_binding.c | 197 iwm_binding_update(struct iwm_softc *sc, struct iwm_vap *ivp, in iwm_binding_update() 220 iwm_binding_add_vif(struct iwm_softc *sc, struct iwm_vap *ivp) in iwm_binding_add_vif() 236 iwm_binding_remove_vif(struct iwm_softc *sc, struct iwm_vap *ivp) in iwm_binding_remove_vif()
|
H A D | if_iwm_time_event.c | 295 iwm_time_event_send_add(struct iwm_softc *sc, struct iwm_vap *ivp, in iwm_time_event_send_add() 346 iwm_protect_session(struct iwm_softc *sc, struct iwm_vap *ivp, in iwm_protect_session() 409 iwm_stop_session_protection(struct iwm_softc *sc, struct iwm_vap *ivp) in iwm_stop_session_protection()
|
H A D | if_iwm_sta.c | 148 struct iwm_vap *ivp = IWM_VAP(in->in_ni.ni_vap); in iwm_sta_send_to_fw() local 209 iwm_drain_sta(struct iwm_softc *sc, struct iwm_vap *ivp, boolean_t drain) in iwm_drain_sta()
|
H A D | if_iwm_mac_ctxt.c | 260 struct iwm_vap *ivp = IWM_VAP(vap); in iwm_mac_ctxt_cmd_common() local
|
H A D | if_iwm.c | 3981 iwm_update_quotas(struct iwm_softc * sc,struct iwm_vap * ivp) iwm_update_quotas() argument 4328 struct iwm_vap *ivp = IWM_VAP(vap); iwm_bring_down_firmware() local 4423 struct iwm_vap *ivp = IWM_VAP(vap); iwm_newstate() local 6163 struct iwm_vap *ivp = IWM_VAP(vap); iwm_wme_update() local 6299 struct iwm_vap *ivp; iwm_vap_create() local 6330 struct iwm_vap *ivp = IWM_VAP(vap); iwm_vap_delete() local [all...] |
/freebsd/sys/net80211/ |
H A D | ieee80211_crypto_none.c | 94 none_setiv(struct ieee80211_key *k, uint8_t *ivp) in none_setiv() 125 const uint8_t *ivp = (const uint8_t *)&wh[1]; in none_decap() local
|
H A D | ieee80211_crypto_ccmp.c | 140 ccmp_setiv(struct ieee80211_key *k, uint8_t *ivp) in ccmp_setiv() 168 uint8_t *ivp; in ccmp_encap() local 239 uint8_t *ivp, tid; in ccmp_decap() local
|
H A D | ieee80211_crypto_wep.c | 123 wep_setiv(struct ieee80211_key *k, uint8_t *ivp) in wep_setiv() 184 uint8_t *ivp; in wep_encap() local
|
H A D | ieee80211_crypto_tkip.c | 152 tkip_setiv(struct ieee80211_key *k, uint8_t *ivp) in tkip_setiv() 181 uint8_t *ivp; in tkip_encap() local 293 uint8_t *ivp, tid; in tkip_decap() local
|
/freebsd/crypto/openssl/test/ |
H A D | chacha_internal_test.c | 25 static const unsigned int ivp[] = { variable
|
/freebsd/crypto/openssl/engines/ |
H A D | e_padlock.c | 341 unsigned char *ivp = EVP_CIPHER_CTX_iv_noconst(ctx); in padlock_cfb_cipher() local 372 unsigned char *ivp = cdata->iv; in padlock_cfb_cipher() local 415 unsigned char *ivp = EVP_CIPHER_CTX_iv_noconst(ctx); in padlock_ofb_cipher() local 440 unsigned char *ivp = cdata->iv; in padlock_ofb_cipher() local
|
/freebsd/crypto/openssl/crypto/aes/ |
H A D | aes_ige.c | 67 aes_block_t *ivp = (aes_block_t *) ivec; in AES_ige_encrypt() local 119 aes_block_t *ivp = (aes_block_t *) ivec; in AES_ige_encrypt() local
|
/freebsd/sys/netipsec/ |
H A D | xform_esp.c | 276 uint8_t *ivp; in esp_input() local 704 uint8_t *ivp; in esp_output() local
|
/freebsd/crypto/openssh/ |
H A D | cipher-aes.c | 76 u_char *cprev, *cnow, *plain, *ivp; in ssh_rijndael_cbc() local
|
/freebsd/sys/dev/ipw/ |
H A D | if_ipw.c | 404 struct ipw_vap *ivp; in ipw_vap_create() local 479 struct ipw_vap *ivp = IPW_VAP(vap); in ipw_vap_delete() local 849 struct ipw_vap *ivp = IPW_VAP(vap); in ipw_newstate() local
|
/freebsd/sys/dev/iwi/ |
H A D | if_iwi.c | 486 struct iwi_vap *ivp; in iwi_vap_create() local 526 struct iwi_vap *ivp = IWI_VAP(vap); in iwi_vap_delete() local 939 struct iwi_vap *ivp = IWI_VAP(vap); in iwi_newstate() local
|
/freebsd/sys/contrib/openzfs/module/icp/algs/modes/ |
H A D | ccm.c | 763 uint8_t *mac_buf, *datap, *ivp, *authp; in ccm_init() local
|
/freebsd/sys/contrib/dev/athk/ath10k/ |
H A D | htt_rx.c | 2744 u8 offset, *ivp, i; in ath10k_htt_rx_proc_rx_ind_hl() local 2829 u8 *ivp, *orig_hdr; in ath10k_htt_rx_frag_tkip_decap_nomic() local 2848 u8 *ivp, *orig_hdr; in ath10k_htt_rx_frag_tkip_decap_withmic() local 2867 u8 *ivp, *orig_hdr; in ath10k_htt_rx_frag_ccmp_decap() local
|
/freebsd/sys/dev/iwn/ |
H A D | if_iwn.c | 1335 struct iwn_vap *ivp; in iwn_vap_create() local 1364 struct iwn_vap *ivp = IWN_VAP(vap); in iwn_vap_delete() local 2880 struct iwn_vap *ivp = IWN_VAP(vap); in iwn_newstate() local
|
/freebsd/sys/fs/nfsserver/ |
H A D | nfs_nfsdport.c | 919 struct iovec **ivp) in nfsrv_createiovec() 976 struct mbuf **mpendp, struct iovec **ivp) in nfsrv_createiovec_extpgs() 1105 struct iovec *ivp; in nfsrv_createiovecw() local
|