Home
last modified time | relevance | path

Searched defs:iv (Results 1 – 20 of 20) sorted by relevance

/crypto/
Dcfb.c50 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
Dpcbc.c27 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
Dchacha_generic.c35 const struct chacha_ctx *ctx, const u8 *iv) in chacha_stream_xor()
59 void crypto_chacha_init(u32 *state, const struct chacha_ctx *ctx, const u8 *iv) in crypto_chacha_init()
Dofb.c30 u8 * const iv = walk.iv; in crypto_ofb_crypt() local
Dccm.c249 static inline int crypto_ccm_check_iv(const u8 *iv) in crypto_ccm_check_iv()
262 u8 *iv = req->iv; in crypto_ccm_init_crypt() local
302 u8 *iv = req->iv; in crypto_ccm_encrypt() local
364 u8 *iv = pctx->idata; in crypto_ccm_decrypt() local
650 u8 *iv = PTR_ALIGN((u8 *)(subreq + 1) + crypto_aead_reqsize(child), in crypto_rfc4309_crypt() local
Dctr.c23 u8 iv[CTR_RFC3686_BLOCK_SIZE]; member
204 u8 *iv = rctx->iv; in crypto_rfc3686_crypt() local
Dsalsa20_generic.c104 const u8 *iv) in salsa20_init()
Dgcm.c65 u8 iv[16]; member
101 u8 iv[16]; in crypto_gcm_setkey() member
769 u8 *iv = PTR_ALIGN((u8 *)(subreq + 1) + crypto_aead_reqsize(child), in crypto_rfc4106_crypt() local
995 u8 *iv = PTR_ALIGN((u8 *)(rctx + 1) + crypto_aead_reqsize(ctx->child), in crypto_rfc4543_crypt() local
Dtcrypt.c262 char *iv; in test_mb_aead_speed() local
532 char *iv; in test_aead_speed() local
1258 char iv[128]; in test_mb_skcipher_speed() local
1496 char iv[128]; in test_skcipher_speed() local
Dlrw.c150 __be32 *iv; in xor_tweak() local
Dchacha20poly1305.c48 u8 iv[CHACHA_IV_SIZE]; member
86 static void chacha_iv(u8 *iv, struct aead_request *req, u32 icb) in chacha_iv()
Daegis128-core.c112 const u8 *iv) in crypto_aegis128_init()
Dablkcipher.c186 u8 *iv; in ablkcipher_copy_iv() local
Dblkcipher.c276 u8 *iv; in blkcipher_copy_iv() local
Dessiv.c218 u8 *iv = (u8 *)aead_request_ctx(req) + tctx->ivoffset; in essiv_aead_crypt() local
Dadiantum.c122 u8 iv[XCHACHA_IV_SIZE]; in adiantum_setkey() member
Dtestmgr.h66 const char *iv; member
101 const char *iv; member
Dtestmgr.c1852 u8 *iv = PTR_ALIGN(&_iv[0], 2 * (MAX_ALGAPI_ALIGNMASK + 1)) + in test_aead_vec_cfg() local
2067 u8 iv[MAX_IVLEN]; in generate_random_aead_testvec() local
2448 u8 *iv = PTR_ALIGN(&_iv[0], 2 * (MAX_ALGAPI_ALIGNMASK + 1)) + in test_skcipher_vec_cfg() local
2653 u8 iv[MAX_IVLEN]; in generate_random_cipher_testvec() local
Dskcipher.c404 u8 *iv; in skcipher_copy_iv() local
Ddrbg.c406 unsigned char *iv = pad + drbg_blocklen(drbg); in drbg_ctr_df() local