Searched defs:ivp (Results 1 - 20 of 20) sorted by relevance

/freebsd-12-stable/sys/net80211/
H A Dieee80211_crypto_none.c96 none_setiv(struct ieee80211_key *k, uint8_t *ivp) argument
127 const uint8_t *ivp = (const uint8_t *)&wh[1]; local
H A Dieee80211_crypto_wep.c125 wep_setiv(struct ieee80211_key *k, uint8_t *ivp) argument
186 uint8_t *ivp; local
[all...]
H A Dieee80211_crypto_ccmp.c142 ccmp_setiv(struct ieee80211_key *k, uint8_t *ivp) argument
170 uint8_t *ivp; local
241 uint8_t *ivp, tid; local
[all...]
H A Dieee80211_crypto_tkip.c154 tkip_setiv(struct ieee80211_key *k, uint8_t *ivp) argument
183 uint8_t *ivp; local
296 uint8_t *ivp, tid; local
[all...]
/freebsd-12-stable/sys/dev/iwm/
H A Dif_iwm_binding.c199 iwm_binding_update(struct iwm_softc *sc, struct iwm_vap *ivp, argument
222 iwm_binding_add_vif(struct iwm_softc *sc, struct iwm_vap *ivp) argument
238 iwm_binding_remove_vif(struct iwm_softc *sc, struct iwm_vap *ivp) argument
[all...]
H A Dif_iwm_time_event.c295 iwm_time_event_send_add(struct iwm_softc *sc, struct iwm_vap *ivp, argument
346 iwm_protect_session(struct iwm_softc *sc, struct iwm_vap *ivp, argument
409 iwm_stop_session_protection(struct iwm_softc *sc, struct iwm_vap *ivp) argument
H A Dif_iwm_mac_ctxt.c262 struct iwm_vap *ivp = IWM_VAP(vap); local
H A Dif_iwm_power.c281 iwm_power_build_cmd(struct iwm_softc *sc, struct iwm_vap *ivp, argument
329 iwm_power_send_cmd(struct iwm_softc *sc, struct iwm_vap *ivp) argument
341 _iwm_enable_beacon_filter(struct iwm_softc *sc, struct iwm_vap *ivp, argument
356 iwm_enable_beacon_filter(struct iwm_softc *sc, struct iwm_vap *ivp) argument
203 iwm_beacon_filter_set_cqm_params(struct iwm_softc *sc, struct iwm_vap *ivp, struct iwm_beacon_filter_cmd *cmd) argument
390 struct iwm_vap *ivp = IWM_VAP(vap); local
411 iwm_power_set_ba(struct iwm_softc *sc, struct iwm_vap *ivp) argument
[all...]
H A Dif_iwm_sta.c150 struct iwm_vap *ivp = IWM_VAP(in->in_ni.ni_vap); local
211 iwm_drain_sta(struct iwm_softc *sc, struct iwm_vap *ivp, boolean_t drain) argument
H A Dif_iwm.c4070 iwm_update_quotas(struct iwm_softc *sc, struct iwm_vap *ivp) argument
4417 struct iwm_vap *ivp = IWM_VAP(vap); local
4512 struct iwm_vap *ivp = IWM_VAP(vap); local
6253 struct iwm_vap *ivp = IWM_VAP(vap); local
6389 struct iwm_vap *ivp; local
6420 struct iwm_vap *ivp = IWM_VAP(vap); local
[all...]
/freebsd-12-stable/crypto/openssh/
H A Dcipher-aes.c76 u_char *cprev, *cnow, *plain, *ivp; local
/freebsd-12-stable/sys/mips/cavium/cryptocteon/
H A Dcryptocteon.c270 unsigned char *ivp = NULL; local
415 auth_off, auth_len, crypt_off, crypt_len, icv_off, ivp); local
418 auth_off, auth_len, crypt_off, crypt_len, icv_off, ivp); local
H A Dcavium_crypto.c326 octo_des_cbc_encrypt( struct octo_sess *od, struct iovec *iov, size_t iovcnt, size_t iovlen, int auth_off, int auth_len, int crypt_off, int crypt_len, int icv_off, uint8_t *ivp) argument
385 octo_des_cbc_decrypt( struct octo_sess *od, struct iovec *iov, size_t iovcnt, size_t iovlen, int auth_off, int auth_len, int crypt_off, int crypt_len, int icv_off, uint8_t *ivp) argument
445 octo_aes_cbc_encrypt( struct octo_sess *od, struct iovec *iov, size_t iovcnt, size_t iovlen, int auth_off, int auth_len, int crypt_off, int crypt_len, int icv_off, uint8_t *ivp) argument
514 octo_aes_cbc_decrypt( struct octo_sess *od, struct iovec *iov, size_t iovcnt, size_t iovlen, int auth_off, int auth_len, int crypt_off, int crypt_len, int icv_off, uint8_t *ivp) argument
585 octo_null_md5_encrypt( struct octo_sess *od, struct iovec *iov, size_t iovcnt, size_t iovlen, int auth_off, int auth_len, int crypt_off, int crypt_len, int icv_off, uint8_t *ivp) argument
687 octo_null_sha1_encrypt( struct octo_sess *od, struct iovec *iov, size_t iovcnt, size_t iovlen, int auth_off, int auth_len, int crypt_off, int crypt_len, int icv_off, uint8_t *ivp) argument
792 octo_des_cbc_md5_encrypt( struct octo_sess *od, struct iovec *iov, size_t iovcnt, size_t iovlen, int auth_off, int auth_len, int crypt_off, int crypt_len, int icv_off, uint8_t *ivp) argument
940 octo_des_cbc_md5_decrypt( struct octo_sess *od, struct iovec *iov, size_t iovcnt, size_t iovlen, int auth_off, int auth_len, int crypt_off, int crypt_len, int icv_off, uint8_t *ivp) argument
1091 octo_des_cbc_sha1_encrypt( struct octo_sess *od, struct iovec *iov, size_t iovcnt, size_t iovlen, int auth_off, int auth_len, int crypt_off, int crypt_len, int icv_off, uint8_t *ivp) argument
1242 octo_des_cbc_sha1_decrypt( struct octo_sess *od, struct iovec *iov, size_t iovcnt, size_t iovlen, int auth_off, int auth_len, int crypt_off, int crypt_len, int icv_off, uint8_t *ivp) argument
1395 octo_aes_cbc_md5_encrypt( struct octo_sess *od, struct iovec *iov, size_t iovcnt, size_t iovlen, int auth_off, int auth_len, int crypt_off, int crypt_len, int icv_off, uint8_t *ivp) argument
1572 octo_aes_cbc_md5_decrypt( struct octo_sess *od, struct iovec *iov, size_t iovcnt, size_t iovlen, int auth_off, int auth_len, int crypt_off, int crypt_len, int icv_off, uint8_t *ivp) argument
1748 octo_aes_cbc_sha1_encrypt( struct octo_sess *od, struct iovec *iov, size_t iovcnt, size_t iovlen, int auth_off, int auth_len, int crypt_off, int crypt_len, int icv_off, uint8_t *ivp) argument
1944 octo_aes_cbc_sha1_decrypt( struct octo_sess *od, struct iovec *iov, size_t iovcnt, size_t iovlen, int auth_off, int auth_len, int crypt_off, int crypt_len, int icv_off, uint8_t *ivp) argument
[all...]
/freebsd-12-stable/sys/netipsec/
H A Dxform_esp.c300 uint8_t *ivp; local
682 uint8_t *ivp; local
[all...]
/freebsd-12-stable/sys/opencrypto/
H A Dcryptosoft.c87 unsigned char *ivp, *nivp, iv2[EALG_MAX_BLOCK_LEN]; local
[all...]
/freebsd-12-stable/crypto/openssl/engines/
H A De_padlock.c326 unsigned char *ivp = EVP_CIPHER_CTX_iv_noconst(ctx); local
357 unsigned char *ivp = cdata->iv; local
400 unsigned char *ivp = EVP_CIPHER_CTX_iv_noconst(ctx); local
425 unsigned char *ivp = cdata->iv; local
[all...]
/freebsd-12-stable/sys/dev/ipw/
H A Dif_ipw.c407 struct ipw_vap *ivp; local
482 struct ipw_vap *ivp = IPW_VAP(vap); local
852 struct ipw_vap *ivp = IPW_VAP(vap); local
/freebsd-12-stable/sys/dev/iwi/
H A Dif_iwi.c490 struct iwi_vap *ivp; local
530 struct iwi_vap *ivp = IWI_VAP(vap); local
943 struct iwi_vap *ivp = IWI_VAP(vap); local
/freebsd-12-stable/sys/fs/nfsserver/
H A Dnfs_nfsdport.c726 struct iovec *ivp = iv; local
886 struct iovec *ivp; local
[all...]
/freebsd-12-stable/sys/dev/iwn/
H A Dif_iwn.c1338 struct iwn_vap *ivp; local
1367 struct iwn_vap *ivp = IWN_VAP(vap); local
2888 struct iwn_vap *ivp = IWN_VAP(vap); local

Completed in 415 milliseconds