Home | History | Annotate | Download | only in converter

Lines Matching refs:keyStream

150     unsigned char keyStream[AES_BLOCK_SIZE];
847 AES_encrypt(pSession->counter, pSession->keyStream, &pSession->encryptionRoundKeys);
849 ch ^= pSession->keyStream[pSession->keyStreamIndex];