inverse
int inverse = 0; /* 0 to encrypt, 1 to decrypt */
int inverse = 1; /* 0 to encrypt, 1 to decrypt */
inverse ? DES_DECRYPT : DES_ENCRYPT);
*(tp++)=inverse(fp[0]);
*(tp++)=inverse(fp[3]);
static IDEA_INT inverse(unsigned int xin);
printrank(int a, int b, struct cardtype *cp, bool inverse)
if (inverse)
if (inverse)
bool inverse = (cp->suit == 'd' || cp->suit == 'h');
printrank(a, b, cp, inverse);
if (inverse)
if (inverse)
int inverse; /* 0 to encrypt, 1 to decrypt */
inverse = (alg == ALG_CBC || alg == ALG_ECB) && mode == MODE_DECRYPT;
static int inverse;
inverse = 1;
if (inverse)
} else if (!inverse)