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

  /external/dropbear/libtomcrypt/src/headers/
tomcrypt.h 19 #define CRYPT 0x0116
  /external/dropbear/libtommath/
tommath.h 71 #ifndef CRYPT
84 #ifndef CRYPT
108 #ifndef CRYPT
  /external/dropbear/libtomcrypt/
crypt.tex 224 \index{CRYPT\_ERROR} \index{CRYPT\_OK}
227 that return {\bf int} will return {\bf CRYPT\_OK} if the function was successful, or one of the many error codes
229 commented upon. When a function does return a CRYPT error code it can be translated into a string with
447 return \textbf{CRYPT\_OK} on success. To test a particular cipher against test vectors\footnote{As published in their design papers.}
455 This function will return {\bf CRYPT\_OK} if the cipher matches the test vectors from the design publication it is
465 will return {\bf CRYPT\_OK} if the key size specified is acceptable. For example:
736 Which returns {\bf CRYPT\_OK} if it removes the cipher, otherwise it returns {\bf CRYPT\_ERROR}.
    [all...]

Completed in 746 milliseconds