/kernel/linux/linux-5.10/arch/s390/include/asm/ |
D | airq.h | 57 static inline unsigned long airq_iv_alloc_bit(struct airq_iv *iv) in airq_iv_alloc_bit() 62 static inline void airq_iv_free_bit(struct airq_iv *iv, unsigned long bit) in airq_iv_free_bit() 67 static inline unsigned long airq_iv_end(struct airq_iv *iv) in airq_iv_end() 72 static inline void airq_iv_lock(struct airq_iv *iv, unsigned long bit) in airq_iv_lock() 78 static inline void airq_iv_unlock(struct airq_iv *iv, unsigned long bit) in airq_iv_unlock() 84 static inline void airq_iv_set_data(struct airq_iv *iv, unsigned long bit, in airq_iv_set_data() 90 static inline unsigned int airq_iv_get_data(struct airq_iv *iv, in airq_iv_get_data() 96 static inline void airq_iv_set_ptr(struct airq_iv *iv, unsigned long bit, in airq_iv_set_ptr() 102 static inline unsigned long airq_iv_get_ptr(struct airq_iv *iv, in airq_iv_get_ptr()
|
/kernel/linux/linux-5.10/drivers/s390/cio/ |
D | airq.c | 130 struct airq_iv *iv; in airq_iv_create() local 200 void airq_iv_release(struct airq_iv *iv) in airq_iv_release() 223 unsigned long airq_iv_alloc(struct airq_iv *iv, unsigned long num) in airq_iv_alloc() 258 void airq_iv_free(struct airq_iv *iv, unsigned long bit, unsigned long num) in airq_iv_free() 289 unsigned long airq_iv_scan(struct airq_iv *iv, unsigned long start, in airq_iv_scan()
|
/kernel/linux/linux-5.10/drivers/crypto/nx/ |
D | nx-aes-ccm.c | 123 static inline int crypto_ccm_check_iv(const u8 *iv) in crypto_ccm_check_iv() 133 static int generate_b0(u8 *iv, unsigned int assoclen, unsigned int authsize, in generate_b0() 156 static int generate_pat(u8 *iv, in generate_pat() 330 u8 *iv, in ccm_nx_decrypt() 408 u8 *iv, in ccm_nx_encrypt() 484 u8 *iv = rctx->iv; in ccm4309_aes_nx_encrypt() local 508 u8 *iv = rctx->iv; in ccm4309_aes_nx_decrypt() local
|
D | nx-aes-gcm.c | 169 static int gmac(struct aead_request *req, const u8 *iv, unsigned int assoclen) in gmac() 242 static int gcm_empty(struct aead_request *req, const u8 *iv, int enc) in gcm_empty() 419 char *iv = rctx->iv; in gcm_aes_nx_encrypt() local 429 char *iv = rctx->iv; in gcm_aes_nx_decrypt() local 441 char *iv = rctx->iv; in gcm4106_aes_nx_encrypt() local 458 char *iv = rctx->iv; in gcm4106_aes_nx_decrypt() local
|
D | nx-aes-ctr.c | 72 static int ctr_aes_nx_crypt(struct skcipher_request *req, u8 *iv) in ctr_aes_nx_crypt() 119 u8 iv[16]; in ctr3686_aes_nx_crypt() local
|
/kernel/linux/linux-5.10/crypto/ |
D | cfb.c | 50 u8 *iv = walk->iv; in crypto_cfb_final() local 64 u8 *iv = walk->iv; in crypto_cfb_encrypt_segment() local 86 u8 *iv = walk->iv; in crypto_cfb_encrypt_inplace() local 134 u8 *iv = walk->iv; in crypto_cfb_decrypt_segment() local 156 u8 * const iv = walk->iv; in crypto_cfb_decrypt_inplace() local
|
D | pcbc.c | 27 u8 * const iv = walk->iv; in crypto_pcbc_encrypt_segment() local 48 u8 * const iv = walk->iv; in crypto_pcbc_encrypt_inplace() local 94 u8 * const iv = walk->iv; in crypto_pcbc_decrypt_segment() local 115 u8 * const iv = walk->iv; in crypto_pcbc_decrypt_inplace() local
|
D | cbc.c | 26 u8 *iv = walk->iv; in crypto_cbc_encrypt_segment() local 53 u8 *iv = walk->iv; in crypto_cbc_encrypt_inplace() local 101 u8 *iv = walk->iv; in crypto_cbc_decrypt_segment() local
|
/kernel/linux/linux-5.10/arch/x86/crypto/ |
D | aesni-intel_glue.c | 477 const u8 *in, unsigned int len, u8 *iv) in aesni_ctr_enc_avx_tfm() 543 static void aesni_xts_enc(const void *ctx, u8 *dst, const u8 *src, le128 *iv) in aesni_xts_enc() 548 static void aesni_xts_dec(const void *ctx, u8 *dst, const u8 *src, le128 *iv) in aesni_xts_dec() 553 static void aesni_xts_enc32(const void *ctx, u8 *dst, const u8 *src, le128 *iv) in aesni_xts_enc32() 558 static void aesni_xts_dec32(const void *ctx, u8 *dst, const u8 *src, le128 *iv) in aesni_xts_dec32() 687 u8 *iv, void *aes_ctx) in gcmaes_crypt_by_sg() 816 u8 *hash_subkey, u8 *iv, void *aes_ctx) in gcmaes_encrypt() 823 u8 *hash_subkey, u8 *iv, void *aes_ctx) in gcmaes_decrypt() 835 u8 *iv = PTR_ALIGN(&ivbuf[0], AESNI_ALIGN); in helper_rfc4106_encrypt() local 863 u8 *iv = PTR_ALIGN(&ivbuf[0], AESNI_ALIGN); in helper_rfc4106_decrypt() local [all …]
|
D | serpent_avx_glue.c | 47 void __serpent_crypt_ctr(const void *ctx, u8 *d, const u8 *s, le128 *iv) in __serpent_crypt_ctr() 61 void serpent_xts_enc(const void *ctx, u8 *dst, const u8 *src, le128 *iv) in serpent_xts_enc() 67 void serpent_xts_dec(const void *ctx, u8 *dst, const u8 *src, le128 *iv) in serpent_xts_dec()
|
D | cast6_avx_glue.c | 41 static void cast6_xts_enc(const void *ctx, u8 *dst, const u8 *src, le128 *iv) in cast6_xts_enc() 46 static void cast6_xts_dec(const void *ctx, u8 *dst, const u8 *src, le128 *iv) in cast6_xts_dec() 51 static void cast6_crypt_ctr(const void *ctx, u8 *d, const u8 *s, le128 *iv) in cast6_crypt_ctr()
|
D | glue_helper-asm-avx2.S | 55 #define load_ctr_16way(iv, bswap, x0, x1, x2, x3, x4, x5, x6, x7, t0, t0x, t1, \ argument 99 #define gf128mul_x_ble(iv, mask, tmp) \ argument 106 #define gf128mul_x2_ble(iv, mask1, mask2, tmp0, tmp1) \ argument 118 #define load_xts_16way(iv, src, dst, x0, x1, x2, x3, x4, x5, x6, x7, tiv, \ argument
|
D | glue_helper-asm-avx.S | 44 #define load_ctr_8way(iv, bswap, x0, x1, x2, x3, x4, x5, x6, x7, t0, t1, t2) \ argument 83 #define gf128mul_x_ble(iv, mask, tmp) \ argument 90 #define load_xts_8way(iv, src, dst, x0, x1, x2, x3, x4, x5, x6, x7, tiv, t0, \ argument
|
/kernel/linux/linux-5.10/net/rxrpc/ |
D | rxkad.c | 106 struct rxrpc_crypt iv; in rxkad_prime_packet_security() local 186 struct rxrpc_crypt iv; in rxkad_secure_packet_auth() local 224 struct rxrpc_crypt iv; in rxkad_secure_packet_encrypt() local 283 struct rxrpc_crypt iv; in rxkad_secure_packet() local 357 struct rxrpc_crypt iv; in rxkad_verify_packet_1() local 435 struct rxrpc_crypt iv; in rxkad_verify_packet_2() local 532 struct rxrpc_crypt iv; in rxkad_verify_packet() local 785 struct rxrpc_crypt iv; in rxkad_encrypt_response() local 903 struct rxrpc_crypt iv, key; in rxkad_decrypt_ticket() local 1058 struct rxrpc_crypt iv; in rxkad_decrypt_response() local
|
/kernel/linux/linux-5.10/net/qrtr/ |
D | ns.c | 109 struct kvec iv; in service_announce_new() local 135 struct kvec iv; in service_announce_del() local 166 struct kvec iv; in lookup_notify() local 309 struct kvec iv; in say_hello() local 350 struct kvec iv; in ctrl_cmd_bye() local 432 struct kvec iv; in ctrl_cmd_del_client() local 678 struct kvec iv; in qrtr_ns_worker() local
|
/kernel/linux/linux-5.10/arch/mips/crypto/ |
D | chacha-glue.c | 23 void chacha_init_arch(u32 *state, const u32 *key, const u8 *iv) in chacha_init_arch() 30 const struct chacha_ctx *ctx, const u8 *iv) in chacha_mips_stream_xor()
|
/kernel/linux/linux-5.10/net/mac80211/ |
D | wep.c | 31 static inline bool ieee80211_wep_weak_iv(u32 iv, int keylen) in ieee80211_wep_weak_iv() 48 int keylen, int keyidx, u8 *iv) in ieee80211_wep_get_iv() 135 u8 *iv; in ieee80211_wep_encrypt() local
|
/kernel/linux/linux-5.10/drivers/staging/wlan-ng/ |
D | p80211wep.c | 91 u8 *iv, u8 *icv) in wep_decrypt() 162 u8 *dst, u32 len, int keynum, u8 *iv, u8 *icv) in wep_encrypt()
|
/kernel/linux/linux-5.10/include/crypto/ |
D | chacha.h | 66 static inline void chacha_init_generic(u32 *state, const u32 *key, const u8 *iv) in chacha_init_generic() 83 static inline void chacha_init(u32 *state, const u32 *key, const u8 *iv) in chacha_init()
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
D | tls.h | 59 unsigned char iv[TLS_CIPHER_AES_GCM_128_IV_SIZE]; member 66 unsigned char iv[TLS_CIPHER_AES_GCM_256_IV_SIZE]; member 73 unsigned char iv[TLS_CIPHER_AES_CCM_128_IV_SIZE]; member
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
D | tls.h | 90 unsigned char iv[TLS_CIPHER_AES_GCM_128_IV_SIZE]; member 98 unsigned char iv[TLS_CIPHER_AES_GCM_256_IV_SIZE]; member 106 unsigned char iv[TLS_CIPHER_AES_CCM_128_IV_SIZE]; member
|
/kernel/linux/linux-5.10/net/sunrpc/auth_gss/ |
D | gss_krb5_crypto.c | 57 void * iv, in krb5_encrypt() 96 void * iv, in krb5_decrypt() 319 u8 iv[GSS_KRB5_MAX_BLOCKSIZE]; member 425 u8 iv[GSS_KRB5_MAX_BLOCKSIZE]; member 544 u32 offset, u8 *iv, struct page **pages, int encrypt) in gss_krb5_cts_crypt()
|
/kernel/linux/linux-5.10/drivers/crypto/ |
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
|
/kernel/linux/linux-5.10/lib/crypto/ |
D | chacha20poly1305.c | 39 u8 iv[CHACHA_IV_SIZE]; in xchacha_init() local 97 __le64 iv[2]; in chacha20poly1305_encrypt() local 175 __le64 iv[2]; in chacha20poly1305_decrypt() local 226 __le64 iv[2]; in chacha20poly1305_crypt_sg_inplace() member
|
/kernel/linux/linux-5.10/arch/arm64/crypto/ |
D | chacha-neon-glue.c | 77 void chacha_init_arch(u32 *state, const u32 *key, const u8 *iv) in chacha_init_arch() 105 const struct chacha_ctx *ctx, const u8 *iv) in chacha_neon_stream_xor()
|