| /linux/arch/s390/include/asm/ |
| H A D | airq.h | 59 static inline unsigned long airq_iv_alloc_bit(struct airq_iv *iv) in airq_iv_alloc_bit() 64 static inline void airq_iv_free_bit(struct airq_iv *iv, unsigned long bit) in airq_iv_free_bit() 69 static inline unsigned long airq_iv_end(struct airq_iv *iv) in airq_iv_end() 74 static inline void airq_iv_lock(struct airq_iv *iv, unsigned long bit) in airq_iv_lock() 80 static inline void airq_iv_unlock(struct airq_iv *iv, unsigned long bit) in airq_iv_unlock() 86 static inline void airq_iv_set_data(struct airq_iv *iv, unsigned long bit, in airq_iv_set_data() 92 static inline unsigned int airq_iv_get_data(struct airq_iv *iv, in airq_iv_get_data() 98 static inline void airq_iv_set_ptr(struct airq_iv *iv, unsigned long bit, in airq_iv_set_ptr() 104 static inline unsigned long airq_iv_get_ptr(struct airq_iv *iv, in airq_iv_get_ptr()
|
| /linux/drivers/s390/cio/ |
| H A D | airq.c | 130 struct airq_iv *iv; in airq_iv_create() local 202 void airq_iv_release(struct airq_iv *iv) in airq_iv_release() 225 unsigned long airq_iv_alloc(struct airq_iv *iv, unsigned long num) in airq_iv_alloc() 260 void airq_iv_free(struct airq_iv *iv, unsigned long bit, unsigned long num) in airq_iv_free() 291 unsigned long airq_iv_scan(struct airq_iv *iv, unsigned long start, in airq_iv_scan()
|
| /linux/net/rxrpc/ |
| H A D | rxkad.c | 197 struct rxrpc_crypt iv; rxkad_prime_packet_security() local 264 struct rxrpc_crypt iv; rxkad_secure_packet_auth() local 307 struct rxrpc_crypt iv; rxkad_secure_packet_encrypt() local 345 struct rxrpc_crypt iv; rxkad_secure_packet() local 435 struct rxrpc_crypt iv; rxkad_verify_packet_1() local 497 struct rxrpc_crypt iv; rxkad_verify_packet_2() local 566 struct rxrpc_crypt iv; rxkad_verify_packet() local 723 struct rxrpc_crypt iv; rxkad_encrypt_response() local 952 struct rxrpc_crypt iv, key; rxkad_decrypt_ticket() local 1081 struct rxrpc_crypt iv; rxkad_decrypt_response() local
|
| /linux/net/qrtr/ |
| H A D | ns.c | 134 struct kvec iv; in service_announce_new() local 160 struct kvec iv; in service_announce_del() local 191 struct kvec iv; in lookup_notify() local 333 struct kvec iv; in say_hello() local 373 struct kvec iv; in ctrl_cmd_bye() local 437 struct kvec iv; in ctrl_cmd_del_client() local 646 struct kvec iv; in qrtr_ns_worker() local
|
| /linux/net/sunrpc/auth_gss/ |
| H A D | gss_krb5_crypto.c | 105 krb5_encrypt(struct crypto_sync_skcipher * tfm,void * iv,void * in,void * out,int length) krb5_encrypt() argument 225 u8 iv[GSS_KRB5_MAX_BLOCKSIZE]; global() member 302 u8 iv[GSS_KRB5_MAX_BLOCKSIZE]; global() member 394 gss_krb5_cts_crypt(struct crypto_sync_skcipher * cipher,struct xdr_buf * buf,u32 offset,u8 * iv,struct page ** pages,int encrypt) gss_krb5_cts_crypt() argument 479 krb5_cbc_cts_encrypt(struct crypto_sync_skcipher * cts_tfm,struct crypto_sync_skcipher * cbc_tfm,u32 offset,struct xdr_buf * buf,struct page ** pages,u8 * iv,unsigned int ivsize) krb5_cbc_cts_encrypt() argument 737 u8 *iv, *checksumdata; krb5_etm_checksum() local
|
| /linux/drivers/net/ovpn/ |
| H A D | crypto_aead.c | 111 const u8 *iv) in ovpn_aead_crypto_tmp_req() 148 u8 *iv; in ovpn_aead_encrypt() local 251 u8 *iv; in ovpn_aead_decrypt() local
|
| /linux/net/mac80211/ |
| H A D | wep.c | 32 static inline bool ieee80211_wep_weak_iv(u32 iv, int keylen) in ieee80211_wep_weak_iv() 49 int keylen, int keyidx, u8 *iv) in ieee80211_wep_get_iv() 136 u8 *iv; in ieee80211_wep_encrypt() local
|
| /linux/drivers/crypto/ |
| H A D | padlock-aes.c | 203 u8 *iv, struct cword *control_word, int count) in rep_xcrypt_cbc() 226 u8 *iv, struct cword *cword, int count) in cbc_crypt_copy() 254 u8 *iv, struct cword *cword, int count) in cbc_crypt() 286 u8 *iv, void *control_word, u32 count) in padlock_xcrypt_cbc() 422 u8 *iv = padlock_xcrypt_cbc(walk.src.virt.addr, in cbc_aes_encrypt() local
|
| /linux/drivers/soc/qcom/ |
| H A D | qmi_interface.c | 170 struct kvec iv = { &pkt, sizeof(pkt) }; in qmi_send_new_lookup() local 233 struct kvec iv = { &pkt, sizeof(pkt) }; in qmi_send_new_server() local 529 struct kvec iv; in qmi_data_ready_work() local 746 struct kvec iv; in qmi_send_message() local
|
| /linux/tools/testing/crypto/chacha20-s390/ |
| H A D | test-cipher.c | 54 u8 iv[16], key[32]; test_lib_chacha() local 131 u8 iv[16], key[32]; test_skcipher() local [all...] |
| /linux/drivers/net/wireless/intel/ipw2x00/ |
| H A D | libipw_crypto_ccmp.c | 88 const u8 *pn, u8 *iv, u8 *aad) in ccmp_init_iv_and_aad() 190 u8 iv[AES_BLOCK_LEN]; in libipw_ccmp_encrypt() local 255 u8 iv[AES_BLOCK_LEN]; in libipw_ccmp_decrypt() local
|
| /linux/net/tls/ |
| H A D | tls_device_fallback.c | 42 char *iv, __be64 rcd_sn, in tls_enc_record() argument 133 struct scatterlist *sg_out, char *aad, char *iv, in tls_enc_records() argument 308 void *buf, *iv, *aad, *dummy_buf, *salt; tls_enc_skb() local [all...] |
| /linux/io_uring/ |
| H A D | rsrc.h | 147 iv->nr = nr; in io_vec_reset_iovec() argument 155 io_alloc_cache_vec_kasan(struct iou_vec * iv) io_alloc_cache_vec_kasan() argument
|
| /linux/crypto/ |
| H A D | ccm.c | 238 static inline int crypto_ccm_check_iv(const u8 *iv) in crypto_ccm_check_iv() 251 u8 *iv = req->iv; in crypto_ccm_init_crypt() local 291 u8 *iv = req->iv; in crypto_ccm_encrypt() local 352 u8 *iv = pctx->idata; in crypto_ccm_decrypt() local 606 u8 *iv = PTR_ALIGN((u8 *)(subreq + 1) + crypto_aead_reqsize(child), in crypto_rfc4309_crypt() local
|
| H A D | aegis128-neon.c | 25 const u8 *iv) in crypto_aegis128_init_simd()
|
| /linux/drivers/net/wireless/realtek/rtw89/ |
| H A D | wow.c | 63 u8 *iv, u64 pn, u8 key_idx) in _pn_to_iv() 94 u8 *iv) in rtw89_rx_pn_to_iv() 135 u8 *iv) in rtw89_tx_pn_to_iv() 151 static int _iv_to_pn(struct rtw89_dev *rtwdev, u8 *iv, u64 *pn, u8 *key_id, in _iv_to_pn() 183 u8 *iv) in rtw89_rx_iv_to_pn() 223 u8 *iv) in rtw89_tx_iv_to_pn()
|
| /linux/drivers/crypto/amcc/ |
| H A D | crypto4xx_sa.h | 194 __le32 iv[4]; /* for CBC, OFC, and CFB mode */ member 208 __le32 iv[4]; /* for CBC, OFC, and CFB mode */ member 222 __le32 iv[4]; /* for CBC, OFC, and CFB mode */ member 237 __le32 iv[4]; member 252 __le32 iv[4]; member
|
| /linux/drivers/crypto/caam/ |
| H A D | pdb.h | 76 u8 iv[16]; member 88 u64 iv; member 104 u64 iv; member 116 u64 iv; member 347 u32 iv[4]; member 366 u32 iv[4]; member 373 u32 iv[4]; member 390 u32 iv[4]; member
|
| /linux/net/mac802154/ |
| H A D | llsec.c | 623 u8 iv[16]; in llsec_do_encrypt_unauth() local 660 u8 iv[16]; in llsec_do_encrypt_auth() local 849 u8 iv[16]; in llsec_do_decrypt_unauth() local 876 u8 iv[16]; in llsec_do_decrypt_auth() local
|
| /linux/drivers/crypto/ccp/ |
| H A D | ccp-crypto.h | 115 u8 iv[AES_BLOCK_SIZE]; member 142 u8 iv[AES_BLOCK_SIZE]; member 158 u8 iv[AES_BLOCK_SIZE]; member 177 u8 iv[AES_BLOCK_SIZE]; member
|
| /linux/drivers/crypto/starfive/ |
| H A D | jh7110-aes.c | 122 static inline int starfive_aes_ccm_check_iv(const u8 *iv) in starfive_aes_ccm_check_iv() 131 static int starfive_aes_write_iv(struct starfive_cryp_ctx *ctx, u32 *iv) in starfive_aes_write_iv() 151 static inline void starfive_aes_get_iv(struct starfive_cryp_dev *cryp, u32 *iv) in starfive_aes_get_iv() 200 u8 iv[AES_BLOCK_SIZE], b0[AES_BLOCK_SIZE]; in starfive_aes_ccm_init() local
|
| /linux/net/ipv4/ |
| H A D | esp4.c | 81 static inline struct aead_request *esp_tmp_req(struct crypto_aead *aead, u8 *iv) in esp_tmp_req() 103 u8 *iv; in esp_ssg_unref() local 500 u8 *iv; in esp_output_tail() local 858 u8 *iv; in esp_input() local
|
| /linux/include/keys/ |
| H A D | encrypted-type.h | 23 u8 *iv; /* datablob: iv */ member
|
| /linux/drivers/crypto/ccree/ |
| H A D | cc_cipher.h | 23 u8 *iv; member
|
| /linux/net/ipv6/ |
| H A D | esp6.c | 98 static inline struct aead_request *esp_tmp_req(struct crypto_aead *aead, u8 *iv) in esp_tmp_req() 120 u8 *iv; in esp_ssg_unref() local 532 u8 *iv; in esp6_output_tail() local 898 u8 *iv; in esp6_input() local
|