Lines Matching refs:CRYPT
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 man…
229 commented upon. When a function does return a CRYPT error code it can be translated into a string …
447 return \textbf{CRYPT\_OK} on success. To test a particular cipher against test vectors\footnote{As…
455 This function will return {\bf CRYPT\_OK} if the cipher matches the test vectors from the design pu…
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}.
889 The routines return {\bf CRYPT\_OK} if the cipher initialized correctly, otherwise, they return an …
911 five of the modes will return {\bf CRYPT\_OK} on success from the encrypt or decrypt functions.
952 This will terminate the stream (by terminating the cipher) and return \textbf{CRYPT\_OK} if success…
1481 This will return \textbf{CRYPT\_OK} if the CCM routine passes known test vectors. It requires AES …
1482 return \textbf{CRYPT\_NOP}.
1792 This will return {\bf CRYPT\_OK} if the hash matches the test vectors, otherwise it returns an erro…
1928 … can be omitted by the \textbf{LTC\_NO\_FILE} define, which forces it to return \textbf{CRYPT\_NOP}
1940 … can be omitted by the \textbf{LTC\_NO\_FILE} define, which forces it to return \textbf{CRYPT\_NOP}
2148 Which returns {\bf CRYPT\_OK} if the code passes otherwise it returns an error code. Some example …
2224 … from \textit{in} through the active OMAC state \textit{state}. Returns \textbf{CRYPT\_OK} if the
2286 Which returns {\bf CRYPT\_OK} if the code passes otherwise it returns an error code. Some example …
2420 Which returns {\bf CRYPT\_OK} if the code passes otherwise it returns an error code.
2512 …index can be either a 64 or 128--bit block cipher. This will return \textbf{CRYPT\_OK} on success.
2524 the granularity of the input is not important but the order is. This will return \textbf{CRYPT\_OK…
2536 …e final size of the tag when the function returns. This will return \textbf{CRYPT\_OK} on success.
2572 This will return \textbf{CRYPT\_OK} on success. This requires the AES or Rijndael descriptor be pr…
2573 \textbf{CRYPT\_NOP}.
2598 …index can be either a 64 or 128--bit block cipher. This will return \textbf{CRYPT\_OK} on success.
2609 the granularity of the input is not important but the order is. This will return \textbf{CRYPT\_OK…
2622 \textbf{CRYPT\_OK} on success.
2658 This will return \textbf{CRYPT\_OK} on success. This requires the AES or Rijndael descriptor be pr…
2659 \textbf{CRYPT\_NOP}.
2679 Which returns {\bf CRYPT\_OK} if the entropy was accepted. Once you think you have enough entropy …
2686 Which returns {\bf CRYPT\_OK} if it is ready. Finally to actually read bytes call:
2754 This will return \textbf{CRYPT\_OK} if PRNG is operating properly.
2841 will return \textbf{CRYPT\_OK} if the PRNG was found and removed. Otherwise, it returns \textbf{CR…
4919 \textit{len = -128} to the function. Upon success it will return {\bf CRYPT\_OK} and \textit{N} wi…
4939 Also, virtually all of the functions return an error code or {\bf CRYPT\_OK}. You should detect al…
5202 to 4, it will return CRYPT\_INVALID\_ARG to the caller.
5231 functions and instead simply return CRYPT\_NOP. This should help resolve any linker errors stemmin…
5240 If LTC\_NO\_TEST has been defined, the testing routines will be compacted and only return CRYPT\_NO…
5663 …elf--test the \textit{device}. It takes no arguments and returns \textbf{CRYPT\_OK} if all is wor…
5664 \textbf{CRYPT\_NOP} to indicate that no testing was performed.
6402 All functions (except where noted otherwise) return \textbf{CRYPT\_OK} to signify a successful oper…