/kernel/linux/linux-5.10/drivers/crypto/ccree/ |
H A D | cc_cipher.h | 23 u8 *iv; member
|
/kernel/linux/linux-5.10/drivers/crypto/nx/ |
H A D | nx-aes-ctr.c | 72 static int ctr_aes_nx_crypt(struct skcipher_request *req, u8 *iv) in ctr_aes_nx_crypt() argument 119 u8 iv[16]; in ctr3686_aes_nx_crypt() local [all...] |
/kernel/linux/linux-5.10/crypto/ |
H A D | chacha_generic.c | 15 chacha_stream_xor(struct skcipher_request *req, const struct chacha_ctx *ctx, const u8 *iv) chacha_stream_xor() argument
|
H A D | ofb.c | 30 u8 * const iv = walk.iv; in crypto_ofb_crypt() local
|
H A D | aegis128-neon.c | 31 crypto_aegis128_init_simd(union aegis_block *state, const union aegis_block *key, const u8 *iv) crypto_aegis128_init_simd() argument
|
H A 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; crypto_pcbc_decrypt_segment() local 115 u8 * const iv = walk->iv; crypto_pcbc_decrypt_inplace() local [all...] |
/kernel/linux/linux-5.10/include/keys/ |
H A D | encrypted-type.h | 23 u8 *iv; /* datablob: iv */ member
|
/kernel/linux/linux-6.6/include/keys/ |
H A D | encrypted-type.h | 23 u8 *iv; /* datablob: iv */ member
|
/kernel/linux/linux-6.6/drivers/crypto/ccree/ |
H A D | cc_cipher.h | 23 u8 *iv; member
|
/kernel/linux/linux-6.6/drivers/crypto/nx/ |
H A D | nx-aes-ctr.c | 72 static int ctr_aes_nx_crypt(struct skcipher_request *req, u8 *iv) in ctr_aes_nx_crypt() argument 119 u8 iv[16]; in ctr3686_aes_nx_crypt() local [all...] |
/kernel/linux/linux-6.6/crypto/ |
H A D | chacha_generic.c | 15 chacha_stream_xor(struct skcipher_request *req, const struct chacha_ctx *ctx, const u8 *iv) chacha_stream_xor() argument
|
H A D | ofb.c | 31 u8 * const iv = walk.iv; in crypto_ofb_crypt() local
|
H A D | aegis128-neon.c | 23 crypto_aegis128_init_simd(struct aegis_state *state, const union aegis_block *key, const u8 *iv) crypto_aegis128_init_simd() argument
|
/kernel/linux/linux-5.10/arch/mips/crypto/ |
H A D | chacha-glue.c | 23 void chacha_init_arch(u32 *state, const u32 *key, const u8 *iv) in chacha_init_arch() argument 29 chacha_mips_stream_xor(struct skcipher_request *req, const struct chacha_ctx *ctx, const u8 *iv) chacha_mips_stream_xor() argument
|
/kernel/linux/linux-6.6/arch/mips/crypto/ |
H A D | chacha-glue.c | 23 void chacha_init_arch(u32 *state, const u32 *key, const u8 *iv) in chacha_init_arch() argument 29 chacha_mips_stream_xor(struct skcipher_request *req, const struct chacha_ctx *ctx, const u8 *iv) chacha_mips_stream_xor() argument
|
/kernel/linux/linux-5.10/drivers/staging/wlan-ng/ |
H A D | p80211wep.c | 90 wep_decrypt(struct wlandevice *wlandev, u8 *buf, u32 len, int key_override, u8 *iv, u8 *icv) wep_decrypt() argument 161 wep_encrypt(struct wlandevice *wlandev, u8 *buf, u8 *dst, u32 len, int keynum, u8 *iv, u8 *icv) wep_encrypt() argument [all...] |
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | if_alg.h | 45 __u8 iv[0]; member
|
/kernel/linux/linux-5.10/net/mac80211/ |
H A D | aes_gmac.c | 21 u8 *zero, *__aad, iv[AES_BLOCK_SIZE]; in ieee80211_aes_gmac() local
|
/kernel/linux/linux-6.6/drivers/staging/wlan-ng/ |
H A D | p80211wep.c | 69 wep_decrypt(struct wlandevice *wlandev, u8 *buf, u32 len, int key_override, u8 *iv, u8 *icv) wep_decrypt() argument 140 wep_encrypt(struct wlandevice *wlandev, u8 *buf, u8 *dst, u32 len, int keynum, u8 *iv, u8 *icv) wep_encrypt() argument [all...] |
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | if_alg.h | 45 __u8 iv[]; member
|
/kernel/linux/linux-6.6/net/mac80211/ |
H A D | aes_gmac.c | 21 u8 *zero, *__aad, iv[AES_BLOCK_SIZE]; in ieee80211_aes_gmac() local
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | if_alg.h | 31 __u8 iv[0]; member
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | if_alg.h | 31 __u8 iv[0]; member
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | if_alg.h | 18 __u8 iv[0]; member
|
/kernel/linux/linux-5.10/arch/arm64/crypto/ |
H A D | chacha-neon-glue.c | 77 void chacha_init_arch(u32 *state, const u32 *key, const u8 *iv) in chacha_init_arch() argument 104 chacha_neon_stream_xor(struct skcipher_request *req, const struct chacha_ctx *ctx, const u8 *iv) chacha_neon_stream_xor() argument
|