Searched refs:word (Results 1 – 8 of 8) sorted by relevance
308 static inline uint32_t aes_rot_word(uint32_t word) in aes_rot_word() argument310 return (word << (32 - 8)) | (word >> 8); in aes_rot_word()
52 return frozenset(word for s in checks for word in s.split())
18 # word at the start of the key/sig. We strip these 4 bytes from the signature58 # "levels" word at the start of the key/sig. We strip these 4 bytes from the90 # 4-byte "levels" word at the start of the key/sig. We strip these 4 bytes from118 # 4-byte "levels" word at the start of the key/sig. We strip these 4 bytes from
69 /* Test non-word-aligned buffers, for all combinations of alignedness */
55 /* 16-word key */58 /* 2-word initial state, should be zero */
917 # Test keys with non-word-aligned sizes.
53 A driver prefix is simply a word (often the name of the driver) that all functions/macros associate…
3938 * Fix word size check in in pk.c to not depend on MBEDTLS_HAVE_INT64.