Lines Matching defs:tmp
83 unsigned char tmp[DEFAULT_BLK_SZ];
105 memcpy(tmp, ctx->DT, DEFAULT_BLK_SZ);
107 hexdump("tmp stage 0: ", tmp, DEFAULT_BLK_SZ);
116 xor_vectors(ctx->I, ctx->V, tmp, DEFAULT_BLK_SZ);
117 hexdump("tmp stage 1: ", tmp, DEFAULT_BLK_SZ);
146 xor_vectors(ctx->rand_data, ctx->I, tmp,
149 hexdump("tmp stage 2: ", tmp, DEFAULT_BLK_SZ);
155 crypto_cipher_encrypt_one(ctx->tfm, output, tmp);