Home
last modified time | relevance | path

Searched refs:word (Results 1 – 10 of 10) sorted by relevance

/openthread-latest/third_party/mbedtls/repo/scripts/
Dcode_style.py52 return frozenset(word for s in checks for word in s.split())
/openthread-latest/third_party/mbedtls/repo/library/
Daesce.c308 static inline uint32_t aes_rot_word(uint32_t word) in aes_rot_word() argument
310 return (word << (32 - 8)) | (word >> 8); in aes_rot_word()
/openthread-latest/third_party/mbedtls/repo/tests/suites/
Dtest_suite_lms.data18 # word at the start of the key/sig. We strip these 4 bytes from the signature
58 # "levels" word at the start of the key/sig. We strip these 4 bytes from the
90 # 4-byte "levels" word at the start of the key/sig. We strip these 4 bytes from
118 # 4-byte "levels" word at the start of the key/sig. We strip these 4 bytes from
Dtest_suite_common.function65 /* Test non-word-aligned buffers, for all combinations of alignedness */
Dtest_suite_bignum_random.function55 /* 16-word key */
58 /* 2-word initial state, should be zero */
/openthread-latest/tests/toranj/cli/
Dcli.py663 key_values = [word.strip().split(':') for word in line.split(', ')]
/openthread-latest/third_party/mbedtls/repo/docs/
Dpsa-driver-example-and-guide.md53 A driver prefix is simply a word (often the name of the driver) that all functions/macros associate…
/openthread-latest/tests/scripts/thread-cert/
Dnode.py1512 key_values = [word.strip().split(':') for word in line.split(', ')]
/openthread-latest/doc/
DDoxyfile.in64 # The PROJECT_NAME tag is a single word (or a sequence of words surrounded by
271 # This tag can be used to specify a number of word-keyword mappings (TCL only).
333 # be prevented in individual cases by by putting a % sign in front of the word
882 # output. The symbol name can be a fully qualified name, a word, or if the
/openthread-latest/third_party/mbedtls/repo/
DChangeLog3743 * Fix word size check in in pk.c to not depend on MBEDTLS_HAVE_INT64.