/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/include/uapi/linux/ |
H A D | tls.h | 127 unsigned char iv[TLS_CIPHER_AES_GCM_128_IV_SIZE]; member 135 unsigned char iv[TLS_CIPHER_AES_GCM_256_IV_SIZE]; member 143 unsigned char iv[TLS_CIPHER_AES_CCM_128_IV_SIZE]; member 151 unsigned char iv[TLS_CIPHER_CHACHA20_POLY1305_IV_SIZE]; member 159 unsigned char iv[TLS_CIPHER_SM4_GCM_IV_SIZE]; member 167 unsigned char iv[TLS_CIPHER_SM4_CCM_IV_SIZE]; member 175 unsigned char iv[TLS_CIPHER_ARIA_GCM_128_IV_SIZE]; member 183 unsigned char iv[TLS_CIPHER_ARIA_GCM_256_IV_SIZE]; member
|
/linux/net/rxrpc/ |
H A D | rxkad.c | 195 struct rxrpc_crypt iv; rxkad_prime_packet_security() local 261 struct rxrpc_crypt iv; rxkad_secure_packet_auth() local 303 struct rxrpc_crypt iv; rxkad_secure_packet_encrypt() local 341 struct rxrpc_crypt iv; rxkad_secure_packet() local 428 struct rxrpc_crypt iv; rxkad_verify_packet_1() local 492 struct rxrpc_crypt iv; rxkad_verify_packet_2() local 570 struct rxrpc_crypt iv; rxkad_verify_packet() local 779 struct rxrpc_crypt iv; rxkad_encrypt_response() local 882 struct rxrpc_crypt iv, key; rxkad_decrypt_ticket() local 1008 struct rxrpc_crypt iv; rxkad_decrypt_response() local [all...] |
/linux/net/qrtr/ |
H A D | ns.c | 114 struct kvec iv; in service_announce_new() local 140 struct kvec iv; in service_announce_del() local 171 struct kvec iv; in lookup_notify() local 303 struct kvec iv; in say_hello() local 343 struct kvec iv; in ctrl_cmd_bye() local 396 struct kvec iv; in ctrl_cmd_del_client() local 597 struct kvec iv; in qrtr_ns_worker() local
|
/linux/net/sunrpc/auth_gss/ |
H A D | gss_krb5_crypto.c | 105 void * iv, in krb5_encrypt() 225 u8 iv[GSS_KRB5_MAX_BLOCKSIZE]; member 302 u8 iv[GSS_KRB5_MAX_BLOCKSIZE]; member 394 u32 offset, u8 *iv, struct page **pages, int encrypt) in gss_krb5_cts_crypt() 479 u8 *iv, unsigned int ivsize) in krb5_cbc_cts_encrypt() 737 u8 *iv, *checksumdata; in krb5_etm_checksum() 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/lib/crypto/ |
H A D | chacha20poly1305.c | 37 u8 iv[CHACHA_IV_SIZE]; in xchacha_init() local 96 __le64 iv[2]; in chacha20poly1305_encrypt() local 177 __le64 iv[2]; in chacha20poly1305_decrypt() local 228 __le64 iv[2]; in chacha20poly1305_crypt_sg_inplace() member
|
/linux/block/ |
H A D | t10-pi.c | 136 struct bio_vec iv; in t10_pi_type1_prepare() local 188 struct bio_vec iv; in t10_pi_type1_complete() local 310 struct bio_vec iv; in ext_pi_type1_prepare() local 351 struct bio_vec iv; in ext_pi_type1_complete() local
|
H A D | blk-integrity.c | 30 struct bio_vec iv, ivprv = { NULL }; in blk_rq_count_integrity_sg() local 137 struct bio_vec iv, ivprv = { NULL }; in blk_rq_map_integrity_sg() 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/drivers/md/ |
H A D | dm-crypt.c | 367 static int crypt_iv_plain_gen(struct crypt_config *cc, u8 *iv, in crypt_iv_plain_gen() 376 static int crypt_iv_plain64_gen(struct crypt_config *cc, u8 *iv, in crypt_iv_plain64_gen() 385 static int crypt_iv_plain64be_gen(struct crypt_config *cc, u8 *iv, in crypt_iv_plain64be_gen() 395 static int crypt_iv_essiv_gen(struct crypt_config *cc, u8 *iv, in crypt_iv_essiv_gen() 443 static int crypt_iv_benbi_gen(struct crypt_config *cc, u8 *iv, in crypt_iv_benbi_gen() 456 static int crypt_iv_null_gen(struct crypt_config *cc, u8 *iv, in crypt_iv_null_gen() 532 static int crypt_iv_lmk_one(struct crypt_config *cc, u8 *iv, in crypt_iv_lmk_one() 583 static int crypt_iv_lmk_gen(struct crypt_config *cc, u8 *iv, in crypt_iv_lmk_gen() 601 static int crypt_iv_lmk_post(struct crypt_config *cc, u8 *iv, in crypt_iv_lmk_post() 705 static int crypt_iv_tcw_gen(struct crypt_config *cc, u8 *iv, in crypt_iv_tcw_gen() [all …]
|
/linux/tools/testing/crypto/chacha20-s390/ |
H A D | test-cipher.c | 54 u8 iv[16], key[32]; in test_lib_chacha() local 131 u8 iv[16], key[32]; in test_skcipher() local [all...] |
/linux/arch/s390/crypto/ |
H A D | des_s390.c | 31 u8 iv[DES_BLOCK_SIZE]; member 116 u8 iv[DES_BLOCK_SIZE]; in cbc_desall_crypt() member 303 static unsigned int __ctrblk_init(u8 *ctrptr, u8 *iv, unsigned int nbytes) in __ctrblk_init()
|
/linux/net/tls/ |
H A D | tls_device_fallback.c | 53 tls_enc_record(struct aead_request * aead_req,struct crypto_aead * aead,char * aad,char * iv,__be64 rcd_sn,struct scatter_walk * in,struct scatter_walk * out,int * in_len,struct tls_prot_info * prot) tls_enc_record() argument 149 tls_enc_records(struct aead_request * aead_req,struct crypto_aead * aead,struct scatterlist * sg_in,struct scatterlist * sg_out,char * aad,char * iv,u64 rcd_sn,int len,struct tls_prot_info * prot) tls_enc_records() argument 327 void *buf, *iv, *aad, *dummy_buf, *salt; tls_enc_skb() local [all...] |
/linux/io_uring/ |
H A D | rsrc.h | 135 static inline void io_vec_reset_iovec(struct iou_vec *iv, in io_vec_reset_iovec() 143 static inline void io_alloc_cache_vec_kasan(struct iou_vec *iv) in io_alloc_cache_vec_kasan()
|
/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() 122 u8 *iv) in rtw89_tx_pn_to_iv() 138 static int _iv_to_pn(struct rtw89_dev *rtwdev, u8 *iv, u64 *pn, u8 *key_id, in _iv_to_pn() 170 u8 *iv) in rtw89_rx_iv_to_pn() 197 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/fs/crypto/ |
H A D | crypto.c | 89 void fscrypt_generate_iv(union fscrypt_iv *iv, u64 index, in fscrypt_generate_iv() 117 union fscrypt_iv iv; in fscrypt_crypt_data_unit() local
|
/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 842 u8 iv[16]; in llsec_do_decrypt_unauth() local 869 u8 iv[16]; in llsec_do_decrypt_auth() local
|
/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/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/include/crypto/ |
H A D | aead.h | 96 u8 *iv; member 521 unsigned int cryptlen, u8 *iv) in aead_request_set_crypt()
|