/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/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/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
|
H A D | aes_gmac.c | 21 u8 *zero, *__aad, iv[AES_BLOCK_SIZE]; in ieee80211_aes_gmac() 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 | 39 memset(iv, 0, 8); in xchacha_init() local 97 __le64 iv[2]; chacha20poly1305_encrypt() local 175 __le64 iv[2]; chacha20poly1305_decrypt() local 226 __le64 iv[2]; chacha20poly1305_crypt_sg_inplace() member [all...] |
/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 | 29 struct bio_vec iv, ivprv = { NULL }; in blk_rq_count_integrity_sg() local 69 struct bio_vec iv, ivprv = { NULL }; in blk_rq_map_integrity_sg() local
|
/linux/drivers/md/ |
H A D | dm-crypt.c | 349 static int crypt_iv_plain_gen(struct crypt_config *cc, u8 *iv, in crypt_iv_plain_gen() 358 static int crypt_iv_plain64_gen(struct crypt_config *cc, u8 *iv, in crypt_iv_plain64_gen() 367 static int crypt_iv_plain64be_gen(struct crypt_config *cc, u8 *iv, in crypt_iv_plain64be_gen() 377 static int crypt_iv_essiv_gen(struct crypt_config *cc, u8 *iv, in crypt_iv_essiv_gen() 425 static int crypt_iv_benbi_gen(struct crypt_config *cc, u8 *iv, in crypt_iv_benbi_gen() 438 static int crypt_iv_null_gen(struct crypt_config *cc, u8 *iv, in crypt_iv_null_gen() 514 static int crypt_iv_lmk_one(struct crypt_config *cc, u8 *iv, in crypt_iv_lmk_one() 565 static int crypt_iv_lmk_gen(struct crypt_config *cc, u8 *iv, in crypt_iv_lmk_gen() 583 static int crypt_iv_lmk_post(struct crypt_config *cc, u8 *iv, in crypt_iv_lmk_post() 687 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/drivers/crypto/intel/keembay/ |
H A D | ocs-aes.c | 601 const u8 *iv, u32 iv_size, in ocs_aes_validate_inputs() 803 u8 *iv, in ocs_aes_op() 876 const u8 *iv) in ocs_aes_gcm_write_j0() 931 const u8 *iv, in ocs_aes_gcm_op() 1055 const u8 *iv, u32 adata_size, u32 tag_size, in ocs_aes_ccm_write_b0() 1313 u8 *iv, in ocs_aes_ccm_op()
|
/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 | 133 static inline void io_vec_reset_iovec(struct iou_vec *iv, in io_vec_reset_iovec() 141 static inline void io_alloc_cache_vec_kasan(struct iou_vec *iv) in io_alloc_cache_vec_kasan()
|
/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 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()
|
/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 494 u8 *iv; in esp_output_tail() local 850 u8 *iv; in esp_input() local
|
/linux/fs/crypto/ |
H A D | fname.c | 99 union fscrypt_iv iv; in fscrypt_fname_encrypt() local 156 union fscrypt_iv iv; in fname_decrypt() local
|
/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 525 u8 *iv; in esp6_output_tail() local 889 u8 *iv; in esp6_input() local
|