Searched refs:keystream (Results 1 – 2 of 2) sorted by relevance
/crypto/ |
D | ctr.c | 34 u8 *keystream = PTR_ALIGN(tmp + 0, alignmask + 1); in crypto_ctr_crypt_final() local 39 crypto_cipher_encrypt_one(tfm, keystream, ctrblk); in crypto_ctr_crypt_final() 40 crypto_xor_cpy(dst, keystream, src, nbytes); in crypto_ctr_crypt_final() 82 u8 *keystream = PTR_ALIGN(tmp + 0, alignmask + 1); in crypto_ctr_crypt_inplace() local 86 fn(crypto_cipher_tfm(tfm), keystream, ctrblk); in crypto_ctr_crypt_inplace() 87 crypto_xor(src, keystream, bsize); in crypto_ctr_crypt_inplace()
|
D | Kconfig | 414 stream cipher. It generates keystream blocks, which are then XORed
|