Searched defs:iv (Results 1 - 25 of 205) sorted by relevance

123456789

/linux-master/drivers/crypto/ccree/
H A Dcc_cipher.h23 u8 *iv; member in struct:cipher_req_ctx
/linux-master/crypto/
H A Dchacha_generic.c15 chacha_stream_xor(struct skcipher_request *req, const struct chacha_ctx *ctx, const u8 *iv) argument
H A Daegis128-neon.c23 crypto_aegis128_init_simd(struct aegis_state *state, const union aegis_block *key, const u8 *iv) argument
H A Dcbc.c34 u8 *iv = oiv; local
15 crypto_cbc_encrypt_segment(struct crypto_lskcipher *tfm, const u8 *src, u8 *dst, unsigned nbytes, u8 *iv) argument
53 crypto_cbc_encrypt(struct crypto_lskcipher *tfm, const u8 *src, u8 *dst, unsigned len, u8 *iv, u32 flags) argument
74 const u8 *iv = oiv; local
94 crypto_cbc_decrypt_inplace(struct crypto_lskcipher *tfm, u8 *src, unsigned nbytes, u8 *iv) argument
122 crypto_cbc_decrypt(struct crypto_lskcipher *tfm, const u8 *src, u8 *dst, unsigned len, u8 *iv, u32 flags) argument
[all...]
H A Dpcbc.c28 u8 * const iv = walk->iv; local
49 u8 * const iv = walk->iv; local
95 u8 * const iv = walk->iv; local
116 u8 * const iv = walk->iv; local
[all...]
/linux-master/include/keys/
H A Dencrypted-type.h23 u8 *iv; /* datablob: iv */ member in struct:encrypted_key_payload
/linux-master/drivers/crypto/nx/
H A Dnx-aes-ctr.c72 static int ctr_aes_nx_crypt(struct skcipher_request *req, u8 *iv) argument
119 u8 iv[16]; local
[all...]
/linux-master/arch/riscv/crypto/
H A Dchacha-riscv64-glue.c21 u32 iv[CHACHA_IV_SIZE / sizeof(u32)]; local
[all...]
/linux-master/arch/mips/crypto/
H A Dchacha-glue.c23 void chacha_init_arch(u32 *state, const u32 *key, const u8 *iv) argument
29 chacha_mips_stream_xor(struct skcipher_request *req, const struct chacha_ctx *ctx, const u8 *iv) argument
/linux-master/net/mac80211/
H A Daes_gmac.c21 u8 *zero, *__aad, iv[AES_BLOCK_SIZE]; local
/linux-master/include/uapi/linux/
H A Dif_alg.h45 __u8 iv[]; member in struct:af_alg_iv
/linux-master/drivers/staging/wlan-ng/
H A Dp80211wep.c69 wep_decrypt(struct wlandevice *wlandev, u8 *buf, u32 len, int key_override, u8 *iv, u8 *icv) argument
140 wep_encrypt(struct wlandevice *wlandev, u8 *buf, u8 *dst, u32 len, int keynum, u8 *iv, u8 *icv) argument
[all...]
/linux-master/drivers/ssb/
H A Dhost_soc.c176 ssb_host_soc_get_invariants(struct ssb_bus *bus, struct ssb_init_invariants *iv) argument
/linux-master/tools/include/uapi/linux/
H A Dtls.h72 unsigned char iv[TLS_CIPHER_AES_GCM_128_IV_SIZE]; member in struct:tls12_crypto_info_aes_gcm_128
/linux-master/arch/arm64/crypto/
H A Dchacha-neon-glue.c77 void chacha_init_arch(u32 *state, const u32 *key, const u8 *iv) argument
104 chacha_neon_stream_xor(struct skcipher_request *req, const struct chacha_ctx *ctx, const u8 *iv) argument
H A Dsm4-neon-glue.c91 const u8 *iv = walk.iv; local
[all...]
/linux-master/drivers/crypto/qce/
H A Dcipher.h36 u8 *iv; member in struct:qce_cipher_reqctx
/linux-master/include/crypto/
H A Dchacha.h66 static inline void chacha_init_generic(u32 *state, const u32 *key, const u8 *iv) argument
83 static inline void chacha_init(u32 *state, const u32 *key, const u8 *iv) argument
/linux-master/tools/testing/crypto/chacha20-s390/
H A Dtest-cipher.c54 u8 iv[16], key[32]; local
131 u8 iv[16], key[32]; local
[all...]
/linux-master/drivers/crypto/intel/qat/qat_common/
H A Dqat_crypto.h47 u8 iv[AES_BLOCK_SIZE]; member in union:qat_crypto_request::__anon273
/linux-master/drivers/s390/cio/
H A Dairq.c130 struct airq_iv *iv; local
202 airq_iv_release(struct airq_iv *iv) argument
225 airq_iv_alloc(struct airq_iv *iv, unsigned long num) argument
260 airq_iv_free(struct airq_iv *iv, unsigned long bit, unsigned long num) argument
291 airq_iv_scan(struct airq_iv *iv, unsigned long start, unsigned long end) argument
[all...]
/linux-master/arch/s390/crypto/
H A Dchacha-glue.c72 void chacha_init_arch(u32 *state, const u32 *key, const u8 *iv) argument
/linux-master/net/wireless/
H A Dlib80211_crypt_wep.c30 u32 iv; member in struct:lib80211_wep_data
/linux-master/arch/x86/crypto/
H A Dchacha_glue.c136 void chacha_init_arch(u32 *state, const u32 *key, const u8 *iv) argument
163 chacha_simd_stream_xor(struct skcipher_request *req, const struct chacha_ctx *ctx, const u8 *iv) argument
/linux-master/arch/arm/crypto/
H A Dchacha-glue.c79 void chacha_init_arch(u32 *state, const u32 *key, const u8 *iv) argument
109 chacha_stream_xor(struct skcipher_request *req, const struct chacha_ctx *ctx, const u8 *iv, bool neon) argument

Completed in 315 milliseconds

123456789