Home
last modified time | relevance | path

Searched refs:words (Results 1 – 25 of 38) sorted by relevance

12

/AliOS-Things-master/components/ble_host/bt_crypto/tinycrypt/source/
A Daes_encrypt.c86 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 Daes_decrypt.c144 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 Dctr_prng.c275 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 Daes_encrypt.c86 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 Daes_decrypt.c144 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 Duf2conv.py236 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 Dcontent.py59 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 Dtohtml.py258 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 Dsources.py250 words = []
/AliOS-Things-master/components/ble_host/bt_crypto/tinycrypt/include/tinycrypt/
A Daes.h65 unsigned int words[Nb*(Nr+1)]; member
/AliOS-Things-master/components/amp/engine/quickjs_engine/addons/utils/crypto/tinycrypt/
A Daes.h65 unsigned int words[Nb*(Nr+1)]; member
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/libtiff/
A Dtif_config.h-vms32 /* Define to 1 if your processor stores words with the most significant byte
A Dtif_config.h.cmake.in236 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
A Dtif_config.h.in365 /* 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 Dtrain_micro_speech_model.ipynb44 "# 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 DREADME.md10 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 Dconfig.h.in139 /* 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 Dconfig.h.in143 /* 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 Dtxtvsbin.txt22 are most often misidentified by this scheme; in other words, the rate
A Drfc1951.txt302 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 Djsoncpp.dox112 write and read the builder configuration, which is better! In other words,
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/os/
A DFreeRTOS.h71 …fined in FreeRTOSConfig.h. configMINIMAL_STACK_SIZE defines the size (in words) of the stack allo…
/AliOS-Things-master/components/SDL2/docs/
A DREADME-ios.md251 … 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 Dtiff-4.0.9-win32config.patch466 +/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
/AliOS-Things-master/components/ble_mesh/bt_mesh/
A DKconfig411 that we are Friends for. In other words, this determines how

Completed in 45 milliseconds

12