/Linux-v4.19/arch/s390/include/asm/ |
D | airq.h | 53 static inline unsigned long airq_iv_alloc_bit(struct airq_iv *iv) in airq_iv_alloc_bit() 58 static inline void airq_iv_free_bit(struct airq_iv *iv, unsigned long bit) in airq_iv_free_bit() 63 static inline unsigned long airq_iv_end(struct airq_iv *iv) in airq_iv_end() 68 static inline void airq_iv_lock(struct airq_iv *iv, unsigned long bit) in airq_iv_lock() 74 static inline void airq_iv_unlock(struct airq_iv *iv, unsigned long bit) in airq_iv_unlock() 80 static inline void airq_iv_set_data(struct airq_iv *iv, unsigned long bit, in airq_iv_set_data() 86 static inline unsigned int airq_iv_get_data(struct airq_iv *iv, in airq_iv_get_data() 92 static inline void airq_iv_set_ptr(struct airq_iv *iv, unsigned long bit, in airq_iv_set_ptr() 98 static inline unsigned long airq_iv_get_ptr(struct airq_iv *iv, in airq_iv_get_ptr()
|
/Linux-v4.19/drivers/s390/cio/ |
D | airq.c | 125 struct airq_iv *iv; in airq_iv_create() local 179 void airq_iv_release(struct airq_iv *iv) in airq_iv_release() 199 unsigned long airq_iv_alloc(struct airq_iv *iv, unsigned long num) in airq_iv_alloc() 234 void airq_iv_free(struct airq_iv *iv, unsigned long bit, unsigned long num) in airq_iv_free() 265 unsigned long airq_iv_scan(struct airq_iv *iv, unsigned long start, in airq_iv_scan()
|
/Linux-v4.19/net/rxrpc/ |
D | rxkad.c | 109 struct rxrpc_crypt iv; in rxkad_prime_packet_security() local 154 struct rxrpc_crypt iv; in rxkad_secure_packet_auth() local 192 struct rxrpc_crypt iv; in rxkad_secure_packet_encrypt() local 254 struct rxrpc_crypt iv; in rxkad_secure_packet() local 324 struct rxrpc_crypt iv; in rxkad_verify_packet_1() local 411 struct rxrpc_crypt iv; in rxkad_verify_packet_2() local 510 struct rxrpc_crypt iv; in rxkad_verify_packet() local 759 struct rxrpc_crypt iv; in rxkad_encrypt_response() local 871 struct rxrpc_crypt iv, key; in rxkad_decrypt_ticket() local 1026 struct rxrpc_crypt iv; in rxkad_decrypt_response() local
|
/Linux-v4.19/drivers/crypto/nx/ |
D | nx-aes-ccm.c | 135 static inline int crypto_ccm_check_iv(const u8 *iv) in crypto_ccm_check_iv() 145 static int generate_b0(u8 *iv, unsigned int assoclen, unsigned int authsize, in generate_b0() 168 static int generate_pat(u8 *iv, in generate_pat() 497 u8 *iv = rctx->iv; in ccm4309_aes_nx_encrypt() local 527 u8 *iv = rctx->iv; in ccm4309_aes_nx_decrypt() local
|
D | nx-aes-gcm.c | 435 char *iv = rctx->iv; in gcm_aes_nx_encrypt() local 445 char *iv = rctx->iv; in gcm_aes_nx_decrypt() local 457 char *iv = rctx->iv; in gcm4106_aes_nx_encrypt() local 474 char *iv = rctx->iv; in gcm4106_aes_nx_decrypt() local
|
/Linux-v4.19/crypto/ |
D | cfb.c | 61 u8 *iv = walk->iv; in crypto_cfb_final() local 75 u8 *iv = walk->iv; in crypto_cfb_encrypt_segment() local 95 u8 *iv = walk->iv; in crypto_cfb_encrypt_inplace() local 143 u8 *iv = walk->iv; in crypto_cfb_decrypt_segment() local 165 u8 *iv = walk->iv; in crypto_cfb_decrypt_inplace() local
|
D | pcbc.c | 54 u8 *iv = walk->iv; in crypto_pcbc_encrypt_segment() local 75 u8 *iv = walk->iv; in crypto_pcbc_encrypt_inplace() local 124 u8 *iv = walk->iv; in crypto_pcbc_decrypt_segment() local 147 u8 *iv = walk->iv; in crypto_pcbc_decrypt_inplace() local
|
/Linux-v4.19/arch/x86/crypto/ |
D | aesni-intel_glue.c | 207 const u8 *in, unsigned long plaintext_len, u8 *iv, in aesni_gcm_enc_avx() 225 const u8 *in, unsigned long ciphertext_len, u8 *iv, in aesni_gcm_dec_avx() 262 const u8 *in, unsigned long plaintext_len, u8 *iv, in aesni_gcm_enc_avx2() 284 const u8 *in, unsigned long ciphertext_len, u8 *iv, in aesni_gcm_dec_avx2() 533 const u8 *in, unsigned int len, u8 *iv) in aesni_ctr_enc_avx_tfm() 605 static void aesni_xts_enc(void *ctx, u128 *dst, const u128 *src, le128 *iv) in aesni_xts_enc() 610 static void aesni_xts_dec(void *ctx, u128 *dst, const u128 *src, le128 *iv) in aesni_xts_dec() 615 static void aesni_xts_enc8(void *ctx, u128 *dst, const u128 *src, le128 *iv) in aesni_xts_enc8() 620 static void aesni_xts_dec8(void *ctx, u128 *dst, const u128 *src, le128 *iv) in aesni_xts_dec8() 796 u8 *iv, void *aes_ctx) in gcmaes_crypt_by_sg() [all …]
|
D | serpent_avx_glue.c | 62 void __serpent_crypt_ctr(void *ctx, u128 *dst, const u128 *src, le128 *iv) in __serpent_crypt_ctr() 74 void serpent_xts_enc(void *ctx, u128 *dst, const u128 *src, le128 *iv) in serpent_xts_enc() 81 void serpent_xts_dec(void *ctx, u128 *dst, const u128 *src, le128 *iv) in serpent_xts_dec()
|
D | cast6_avx_glue.c | 59 static void cast6_xts_enc(void *ctx, u128 *dst, const u128 *src, le128 *iv) in cast6_xts_enc() 65 static void cast6_xts_dec(void *ctx, u128 *dst, const u128 *src, le128 *iv) in cast6_xts_dec() 71 static void cast6_crypt_ctr(void *ctx, u128 *dst, const u128 *src, le128 *iv) in cast6_crypt_ctr()
|
D | glue_helper-asm-avx2.S | 60 #define load_ctr_16way(iv, bswap, x0, x1, x2, x3, x4, x5, x6, x7, t0, t0x, t1, \ argument 104 #define gf128mul_x_ble(iv, mask, tmp) \ argument 111 #define gf128mul_x2_ble(iv, mask1, mask2, tmp0, tmp1) \ argument 123 #define load_xts_16way(iv, src, dst, x0, x1, x2, x3, x4, x5, x6, x7, tiv, \ argument
|
D | serpent_sse2_glue.c | 63 static void serpent_crypt_ctr(void *ctx, u128 *dst, const u128 *src, le128 *iv) in serpent_crypt_ctr() 75 le128 *iv) in serpent_crypt_ctr_xway()
|
D | glue_helper-asm-avx.S | 54 #define load_ctr_8way(iv, bswap, x0, x1, x2, x3, x4, x5, x6, x7, t0, t1, t2) \ argument 93 #define gf128mul_x_ble(iv, mask, tmp) \ argument 100 #define load_xts_8way(iv, src, dst, x0, x1, x2, x3, x4, x5, x6, x7, tiv, t0, \ argument
|
D | twofish_glue_3way.c | 69 void twofish_enc_blk_ctr(void *ctx, u128 *dst, const u128 *src, le128 *iv) in twofish_enc_blk_ctr() 85 le128 *iv) in twofish_enc_blk_ctr_3way()
|
D | camellia_aesni_avx_glue.c | 50 void camellia_xts_enc(void *ctx, u128 *dst, const u128 *src, le128 *iv) in camellia_xts_enc() 57 void camellia_xts_dec(void *ctx, u128 *dst, const u128 *src, le128 *iv) in camellia_xts_dec()
|
D | twofish_avx_glue.c | 67 static void twofish_xts_enc(void *ctx, u128 *dst, const u128 *src, le128 *iv) in twofish_xts_enc() 73 static void twofish_xts_dec(void *ctx, u128 *dst, const u128 *src, le128 *iv) in twofish_xts_dec()
|
D | camellia_glue.c | 1287 u128 iv = *src; in camellia_decrypt_cbc_2way() local 1295 void camellia_crypt_ctr(void *ctx, u128 *dst, const u128 *src, le128 *iv) in camellia_crypt_ctr() 1309 void camellia_crypt_ctr_2way(void *ctx, u128 *dst, const u128 *src, le128 *iv) in camellia_crypt_ctr_2way()
|
/Linux-v4.19/include/crypto/ |
D | cbc.h | 28 u8 *iv = walk->iv; in crypto_cbc_encrypt_segment() local 49 u8 *iv = walk->iv; in crypto_cbc_encrypt_inplace() local 93 u8 *iv = walk->iv; in crypto_cbc_decrypt_segment() local
|
/Linux-v4.19/net/mac80211/ |
D | wep.c | 57 static inline bool ieee80211_wep_weak_iv(u32 iv, int keylen) in ieee80211_wep_weak_iv() 74 int keylen, int keyidx, u8 *iv) in ieee80211_wep_get_iv() 165 u8 *iv; in ieee80211_wep_encrypt() local
|
/Linux-v4.19/drivers/staging/wlan-ng/ |
D | p80211wep.c | 145 u8 *iv, u8 *icv) in wep_decrypt() 218 u8 *dst, u32 len, int keynum, u8 *iv, u8 *icv) in wep_encrypt()
|
/Linux-v4.19/drivers/crypto/ |
D | padlock-aes.c | 199 u8 *iv, struct cword *control_word, int count) in rep_xcrypt_cbc() 222 u8 *iv, struct cword *cword, int count) in cbc_crypt_copy() 250 u8 *iv, struct cword *cword, int count) in cbc_crypt() 282 u8 *iv, void *control_word, u32 count) in padlock_xcrypt_cbc() 427 u8 *iv = padlock_xcrypt_cbc(walk.src.virt.addr, in cbc_aes_encrypt() local
|
/Linux-v4.19/drivers/crypto/amcc/ |
D | crypto4xx_alg.c | 83 __le32 iv[AES_IV_SIZE]; in crypto4xx_crypt() local 218 __le32 iv[AES_IV_SIZE / 4] = { in crypto4xx_rfc3686_encrypt() local 233 __le32 iv[AES_IV_SIZE / 4] = { in crypto4xx_rfc3686_decrypt() local 454 __le32 iv[16]; in crypto4xx_crypt_aes_ccm() local 611 __le32 iv[4]; in crypto4xx_crypt_aes_gcm() local
|
/Linux-v4.19/net/sunrpc/auth_gss/ |
D | gss_krb5_crypto.c | 57 void * iv, in krb5_encrypt() 96 void * iv, in krb5_decrypt() 453 u8 iv[GSS_KRB5_MAX_BLOCKSIZE]; member 558 u8 iv[GSS_KRB5_MAX_BLOCKSIZE]; member 676 u32 offset, u8 *iv, struct page **pages, int encrypt) in gss_krb5_cts_crypt()
|
/Linux-v4.19/drivers/soc/qcom/ |
D | qmi_interface.c | 169 struct kvec iv = { &pkt, sizeof(pkt) }; in qmi_send_new_lookup() local 232 struct kvec iv = { &pkt, sizeof(pkt) }; in qmi_send_new_server() local 531 struct kvec iv; in qmi_data_ready_work() local 741 struct kvec iv; in qmi_send_message() local
|
/Linux-v4.19/net/tls/ |
D | tls_device_fallback.c | 50 char *iv, __be64 rcd_sn, in tls_enc_record() 141 struct scatterlist *sg_out, char *aad, char *iv, in tls_enc_records() 304 void *buf, *iv, *aad, *dummy_buf; in tls_enc_skb() local
|