Lines Matching defs:tmp
84 unsigned char tmp[DEFAULT_BLK_SZ];
106 memcpy(tmp, ctx->DT, DEFAULT_BLK_SZ);
108 hexdump("tmp stage 0: ", tmp, DEFAULT_BLK_SZ);
117 xor_vectors(ctx->I, ctx->V, tmp, DEFAULT_BLK_SZ);
118 hexdump("tmp stage 1: ", tmp, DEFAULT_BLK_SZ);
147 xor_vectors(ctx->rand_data, ctx->I, tmp,
150 hexdump("tmp stage 2: ", tmp, DEFAULT_BLK_SZ);
156 crypto_cipher_encrypt_one(ctx->tfm, output, tmp);