/AliOS-Things-master/components/ble_host/bt_crypto/tinycrypt/source/ |
A D | aes_encrypt.c | 86 s->words[i] = (k[Nb*i]<<24) | (k[Nb*i+1]<<16) | in tc_aes128_set_encrypt_key() 91 t = s->words[i-1]; in tc_aes128_set_encrypt_key() 95 s->words[i] = s->words[i-Nk] ^ t; in tc_aes128_set_encrypt_key() 172 add_round_key(state, s->words); in tc_aes_encrypt() 178 add_round_key(state, s->words + Nb*(i+1)); in tc_aes_encrypt() 183 add_round_key(state, s->words + Nb*(i+1)); in tc_aes_encrypt()
|
A D | aes_decrypt.c | 144 add_round_key(state, s->words + Nb*Nr); in tc_aes_decrypt() 149 add_round_key(state, s->words + Nb*i); in tc_aes_decrypt() 155 add_round_key(state, s->words); in tc_aes_decrypt()
|
A D | ctr_prng.c | 275 memset(ctx->key.words, 0x00, sizeof ctx->key.words); in tc_ctr_prng_uninstantiate()
|
/AliOS-Things-master/components/amp/engine/quickjs_engine/addons/utils/crypto/ |
A D | aes_encrypt.c | 86 s->words[i] = (k[Nb*i]<<24) | (k[Nb*i+1]<<16) | in tc_aes128_set_encrypt_key() 91 t = s->words[i-1]; in tc_aes128_set_encrypt_key() 95 s->words[i] = s->words[i-Nk] ^ t; in tc_aes128_set_encrypt_key() 172 add_round_key(state, s->words); in tc_aes_encrypt() 178 add_round_key(state, s->words + Nb*(i+1)); in tc_aes_encrypt() 183 add_round_key(state, s->words + Nb*(i+1)); in tc_aes_encrypt()
|
A D | aes_decrypt.c | 144 add_round_key(state, s->words + Nb*Nr); in tc_aes_decrypt() 149 add_round_key(state, s->words + Nb*i); in tc_aes_decrypt() 155 add_round_key(state, s->words); in tc_aes_decrypt()
|
/AliOS-Things-master/components/py_engine/engine/tools/ |
A D | uf2conv.py | 236 words = re.split("\s+", line) 237 if len(words) >= 3 and words[1] == "2" and words[2] == "FAT": 238 drives.append(words[0])
|
/AliOS-Things-master/components/freetype/src/tools/docmaker/ |
A D | content.py | 59 self.words = None 90 self.words = [] 93 self.words.extend( string.split( l ) ) 105 for word in self.words: 267 return self.fields[0].items[0].words[0] 489 name = para.words[0] 552 return m.fields[0].items[0].words
|
A D | tohtml.py | 258 def make_html_para( self, words ): argument 261 if words: 262 line = self.make_html_word( words[0] ) 263 for word in words[1:]: 291 lines.append( self.make_html_para( item.words ) )
|
A D | sources.py | 250 words = []
|
/AliOS-Things-master/components/ble_host/bt_crypto/tinycrypt/include/tinycrypt/ |
A D | aes.h | 65 unsigned int words[Nb*(Nr+1)]; member
|
/AliOS-Things-master/components/amp/engine/quickjs_engine/addons/utils/crypto/tinycrypt/ |
A D | aes.h | 65 unsigned int words[Nb*(Nr+1)]; member
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/libtiff/ |
A D | tif_config.h-vms | 32 /* Define to 1 if your processor stores words with the most significant byte
|
A D | tif_config.h.cmake.in | 236 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
|
A D | tif_config.h.in | 365 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
|
/AliOS-Things-master/solutions/tflite_micro_speech_demo/micro_speech/train/ |
A D | train_micro_speech_model.ipynb | 44 "# A comma-delimited list of the words you want to train for.\n", 46 "# All the other words will be used to train an \"unknown\" label and silent\n", 47 "# audio data with no spoken words will be used to train a \"silence\" label.\n", 64 "print(\"Training these words: %s\" % WANTED_WORDS)\n", 543 …"**New Model:** If you have generated a new model to identify different words: (i) Update `kCatego…
|
A D | README.md | 10 You can retrain it to recognize any combination of words (2 or more) from this 118 files of people saying thirty different words. This data was collected by
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/webp/ |
A D | config.h.in | 139 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/cmake/ |
A D | config.h.in | 143 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
|
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/doc/ |
A D | txtvsbin.txt | 22 are most often misidentified by this scheme; in other words, the rate
|
A D | rfc1951.txt | 302 In other words, if one were to print out the compressed data as 758 HDIST + 1 code lengths. In other words, all code lengths form
|
/AliOS-Things-master/components/jsoncpp/doc/ |
A D | jsoncpp.dox | 112 write and read the builder configuration, which is better! In other words,
|
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/os/ |
A D | FreeRTOS.h | 71 …fined in FreeRTOSConfig.h. configMINIMAL_STACK_SIZE defines the size (in words) of the stack allo…
|
/AliOS-Things-master/components/SDL2/docs/ |
A D | README-ios.md | 251 … up your main loop in order to yield control back to the system. In other words, instead of runnin…
|
/AliOS-Things-master/components/SDL2/src/image/external/ |
A D | tiff-4.0.9-win32config.patch | 466 +/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
|
/AliOS-Things-master/components/ble_mesh/bt_mesh/ |
A D | Kconfig | 411 that we are Friends for. In other words, this determines how
|