Lines Matching full:as
9 with a minimal set of standard cryptography primitives, as listed below. To better
13 primitives, as mentioned in the list below.
89 the size of a platform-independent implementation, as presented in TinyCrypt.
116 side-channel countermeasures such as increasing the overall code size,
132 Note that conventional memory-comparison methods (such as memcmp function)
134 memory comparison function (such as compare_constant_time
140 be changed in future versions of the library as there are applications
150 * NIST SP 800-90A requires three items as seed material in the initialization
157 * The current implementation does not support other key-lengths (such as 256
158 bits). Note that if you need AES-256, it doesn't sound as though your
160 twice the size as for AES-128, and the key schedule is 40% larger.
178 contiguous (as produced by TinyCrypt CBC encryption). This allows for a
189 from them. As an extra precaution, the current implementation allows to at
191 (allowing a new key to be set), as suggested in Appendix B of SP 800-38B.
201 invocations is defined as 2^(8q) bytes.
214 accepts any even integer between 4 and 16, as suggested in SP 800-38C.
231 suggestions, such as: it is recommended for most applications to use a
251 consisting of 4 unsigned integers (as an example).