keystream 341 arch/sparc/crypto/aes_glue.c u64 keystream[AES_BLOCK_SIZE / sizeof(u64)]; keystream 347 arch/sparc/crypto/aes_glue.c keystream, AES_BLOCK_SIZE); keystream 348 arch/sparc/crypto/aes_glue.c crypto_xor_cpy(dst, (u8 *) keystream, src, nbytes); keystream 473 arch/x86/crypto/aesni-intel_glue.c u8 keystream[AES_BLOCK_SIZE]; keystream 478 arch/x86/crypto/aesni-intel_glue.c aesni_enc(ctx, keystream, ctrblk); keystream 479 arch/x86/crypto/aesni-intel_glue.c crypto_xor_cpy(dst, keystream, src, nbytes); keystream 253 arch/x86/crypto/blowfish_glue.c u8 keystream[BF_BLOCK_SIZE]; keystream 258 arch/x86/crypto/blowfish_glue.c blowfish_enc_blk(ctx, keystream, ctrblk); keystream 259 arch/x86/crypto/blowfish_glue.c crypto_xor_cpy(dst, keystream, src, nbytes); keystream 220 arch/x86/crypto/cast5_avx_glue.c u8 keystream[CAST5_BLOCK_SIZE]; keystream 225 arch/x86/crypto/cast5_avx_glue.c __cast5_encrypt(ctx, keystream, ctrblk); keystream 226 arch/x86/crypto/cast5_avx_glue.c crypto_xor_cpy(dst, keystream, src, nbytes); keystream 260 arch/x86/crypto/des3_ede_glue.c u8 keystream[DES3_EDE_BLOCK_SIZE]; keystream 265 arch/x86/crypto/des3_ede_glue.c des3_ede_enc_blk(ctx, keystream, ctrblk); keystream 266 arch/x86/crypto/des3_ede_glue.c crypto_xor_cpy(dst, keystream, src, nbytes); keystream 34 crypto/ctr.c u8 *keystream = PTR_ALIGN(tmp + 0, alignmask + 1); keystream 39 crypto/ctr.c crypto_cipher_encrypt_one(tfm, keystream, ctrblk); keystream 40 crypto/ctr.c crypto_xor_cpy(dst, keystream, src, nbytes); keystream 82 crypto/ctr.c u8 *keystream = PTR_ALIGN(tmp + 0, alignmask + 1); keystream 86 crypto/ctr.c fn(crypto_cipher_tfm(tfm), keystream, ctrblk); keystream 87 crypto/ctr.c crypto_xor(src, keystream, bsize); keystream 73 drivers/crypto/vmx/aes_ctr.c u8 keystream[AES_BLOCK_SIZE]; keystream 81 drivers/crypto/vmx/aes_ctr.c aes_p8_encrypt(ctrblk, keystream, &ctx->enc_key); keystream 86 drivers/crypto/vmx/aes_ctr.c crypto_xor_cpy(dst, keystream, src, nbytes);