keystream 538 crypto/xform.c u_int8_t keystream[AESCTR_BLOCKSIZE]; keystream 547 crypto/xform.c rijndaelEncrypt(ctx->ac_ek, ctx->ac_nr, ctx->ac_block, keystream); keystream 549 crypto/xform.c data[i] ^= keystream[i];