HomeSort by relevance Sort by last modified time
    Searched refs:MIV (Results 1 - 5 of 5) sorted by null

  /external/dropbear/libtomcrypt/src/modes/f8/
f8_encrypt.c 49 /* xor of IV, MIV and blockcnt == what goes into cipher */
53 f8->IV[x] ^= f8->MIV[x] ^ buf[x];
68 *((LTC_FAST_TYPE*)(&f8->IV[x])) ^= *((LTC_FAST_TYPE*)(&f8->MIV[x])) ^ *((LTC_FAST_TYPE*)(&buf[x]));
82 /* xor of IV, MIV and blockcnt == what goes into cipher */
86 f8->IV[x] ^= f8->MIV[x] ^ buf[x];
f8_start.c 80 if ((err = cipher_descriptor[f8->cipher].ecb_encrypt(IV, f8->MIV, &f8->key)) != CRYPT_OK) {
  /external/llvm/include/llvm/Analysis/
DependenceAnalysis.h 314 enum ClassificationKind { ZIV, SIV, RDIV, MIV, NonLinear } Classification;
537 /// and classifies it as either ZIV, SIV, RDIV, MIV, or Nonlinear.
584 /// testMIV - Tests the MIV subscript pair (Src and Dst) for dependence.
713 /// gcdMIVtest - Tests an MIV subscript pair for dependence.
723 /// banerjeeMIVtest - Tests an MIV subscript pair for dependence.
    [all...]
  /external/dropbear/libtomcrypt/src/headers/
tomcrypt_cipher.h 308 MIV[MAXBLOCKSIZE];
  /external/llvm/lib/Analysis/
DependenceAnalysis.cpp 23 // coupled RDIV subscripts and lacks a multi-subscript MIV test.
29 // for most arrays, we give up some precision (though the existing MIV tests
836 // and classifies it as either ZIV, SIV, RDIV, MIV, or Nonlinear.
859 return Subscript::MIV;
    [all...]

Completed in 584 milliseconds