Lines Matching refs:vectors
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
546 keys (mainly for test vectors anyways). Ideally, your application should be making at least 256 bit keys. This is not
1238 The EAX mode code can be tested to ensure it matches the test vectors by calling the following function:
1481 This will return \textbf{CRYPT\_OK} if the CCM routine passes known test vectors. It requires AES or Rijndael to be registered previously, otherwise it will
1792 This will return {\bf CRYPT\_OK} if the hash matches the test vectors, otherwise it returns an error code. An
1844 digest. The \textit{test} member tests the hash against the specified test vectors.
4795 hash functions output. As such, it can easily be used to derive session keys for ciphers and MACs as well initial vectors as required