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

  /external/openssl/crypto/des/
FILES0 8 VERSION - Which version this is and what was changed.
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
DFA.as 7 * which is generated by cyclicDFA template.
25 /** Which recognizer encloses this DFA? Needed to check backtracking */
100 // must check EOT, which is like the else clause.
108 // which assumed here that the EOT edge always
180 * static short[] which generates so much init code that the class won't
  /external/dropbear/libtommath/
bn.tex 75 LibTomMath is a library of source code which provides a series of efficient and carefully written functions for manipulating
159 ``tommath\_superclass.h''. By default, the symbol ``LTM\_ALL'' shall be defined which simply
165 another pre--defined class ``SC\_RSA\_1'' which works in conjunction with the RSA from LibTomCrypt. Additional
170 which further define symbols. All of the symbols (technically they're macros $\ldots$) represent a given C source
197 Build trims are meant to be defined on the last pass of the configuration which means they are to be defined
255 Source code alone cannot really teach how the algorithms work which is why I also wrote a textbook that accompanies
322 provide the address of an integer it can store to) which the caller can access. To convert one of the three return codes
330 This will return a pointer to a string which describes the given error code. It will not work for the return codes
373 This allows operands to be re-used which can make programming simpler.
385 represents the default integer which is zero. If the functions returns MP\_OKAY then the mp\_int is ready to be use
    [all...]
  /external/dropbear/libtomcrypt/
crypt.tex 166 pseudo--random number generators (PRNG), and bignum math routines are all used within the API through \textit{descriptor} tables which
412 functions which are (given that XXX is the name of the cipher) the following:
422 The number of rounds can be set to zero to use the default, which is generally a good idea.
443 These two functions will encrypt or decrypt (respectively) a single block of text\footnote{The size of which depends on
444 which cipher you are using.}, storing the result in the \textit{ct} buffer (\textit{pt} resp.). It is possible that the input and output buffer are
459 For each cipher there is a function which will help find a desired key size. It is specified as follows:
492 cipher descriptors may require to be called for resource management purposes. To be compliant, all functions which call a cipher
639 For AES, (also known as Rijndael) there are four descriptors which complicate issues a little. The descriptors
658 the file \textit{tomcrypt\_cfg.h}. The first option is \textit{TWOFISH\_SMALL} which when defined will force the Twofish code
660 key will require less ram but the resulting cipher will be slower. The second option is \textit{TWOFISH\_TABLES} which whe
    [all...]
  /external/bison/doc/
refcard.tex 46 % produces two separate pages, each of which needs to be reduced to 80%.
51 % Which mode to use is controlled by setting \columnsperpage above.
  /external/clang/lib/Sema/
SemaExprObjC.cpp 41 // each one, e.g. @"foo" "bar" @"baz" "qux" which need to be turned into one
348 int Which = isa<CharacterLiteral>(OrigElement) ? 1
354 << Which << OrigElement->getSourceRange()
    [all...]
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.Tree.pas 92 /// input symbol at which the error was detected. The stop token indicates
250 /// Return the token object from which this node was created.
320 /// Replace from start to stop child index of parent with t, which might
375 /// Replace from start to stop child index of parent with t, which might
400 /// Get the ITokenStream from which this stream's Tree was created
783 // Print out the leaves of this tree, which means printing original
793 /// which returns either an AST node wrapped around a token payload or
    [all...]

Completed in 101 milliseconds