HomeSort by relevance Sort by last modified time
    Searched defs:Symmetric (Results 1 - 2 of 2) sorted by null

  /external/eigen/Eigen/src/Core/util/
Constants.h 179 /** Used to support symmetric, non-selfadjoint, complex matrices. */
180 Symmetric=0x20
  /external/dropbear/libtomcrypt/
crypt.tex 120 designing cryptosystems. It supports symmetric ciphers, one-way hashes, pseudo-random number generators,
193 of the authors knowledge the only patent related issues within the library are the RC5 and RC6 symmetric block ciphers.
197 The RC2 and RC4 symmetric ciphers are not under patents but are under trademark regulations. This means you can use
254 related issue is if you use the same symmetric cipher, hash or public key state data in multiple threads. Normally
392 Most functions require inputs that are arrays of the data type \textit{unsigned char}. Whether it is a symmetric key, IV
394 lower eight bits contain data. For example, if you want to pass a 256 bit key to a symmetric ciphers setup routine, you
401 \chapter{Symmetric Block Ciphers}
409 All ciphers store their scheduled keys in a single data type called \textit{symmetric\_key}. This allows all ciphers to
544 \index{Symmetric Keys}
545 As a general rule of thumb, do not use symmetric keys under 80 bits if you can help it. Only a few of the ciphers support smalle
    [all...]

Completed in 206 milliseconds