/nrf52832-nimble/packages/NimBLE-latest/ext/tinycrypt/include/tinycrypt/ |
H A D | ecc.h | 93 /* defining data type to store ECC coordinate/point in 32bits words: */ 95 /* defining data type to store an ECC coordinate/point in 64bits words: */ 104 /* Number of words of 32 bits to represent an element of the the curve p-256: */ 153 /* Bytes to words ordering: */ 199 * Both random and top have num_words words. 202 * @param num_words IN -- number of words 309 * @param num_words IN -- number of words in the vli 326 * @param num_words IN -- number of words 337 * @param num_words IN -- number of words 351 * @param num_words IN -- number of words [all …]
|
H A D | aes.h | 58 #define Nb (4) /* number of columns (32-bit words) comprising the state */ 59 #define Nk (4) /* number of 32-bit words comprising the key */ 65 unsigned int words[Nb*(Nr+1)]; member
|
/nrf52832-nimble/packages/NimBLE-latest/ext/tinycrypt/src/ |
H 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()
|
H 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()
|
H A D | ctr_prng.c | 275 memset(ctx->key.words, 0x00, sizeof ctx->key.words); in tc_ctr_prng_uninstantiate()
|
H A D | sha256.c | 139 * Initializing SHA-256 Hash constant words K.
|
/nrf52832-nimble/rt-thread/documentation/ |
H A D | coding_style_en.txt | 35 The symbol should begin and end with "__" to avoid naming collision. The words 63 Please name structures in lower-case and connect words with "_". For example: 88 In RT-Thread, please use upper-case names for macro definitions. Words are 96 Please name functions in lower-case and separate words with "_". API provided to
|
/nrf52832-nimble/rt-thread/libcpu/blackfin/bf53x/ |
H A D | cpuport.c | 34 …stk -= 3; /* 3 words assigned for incoming args (R0, R1, R2) … in rt_hw_stack_init() 56 …{ /* 4 words of A1:0(.W,.X), LT0, LT1, … in rt_hw_stack_init()
|
/nrf52832-nimble/nordic/nrfx/hal/ |
H A D | nrf_nvmc.h | 95 * @brief Write consecutive words to flash. 99 * @param num_words Number of words in src to write.
|
H A D | nrf_pdm.h | 303 * - For stereo mode: N 32-bit words. 304 * - For mono mode: Ceil(N/2) 32-bit words.
|
/nrf52832-nimble/nordic/nrfx/drivers/include/ |
H A D | nrfx_i2s.h | 185 * directions are enabled) is specified in 32-bit words. One 32-bit memory 199 * @param[in] buffer_size Size of the buffers (in 32-bit words).
|
H A D | nrfx_saadc.h | 254 * @param[in] size Buffer size in words. 285 * Event will contain number of words in the sample buffer.
|
H A D | nrfx_pdm.h | 186 * @param[in] buffer_length Length of the receive buffer in 16-bit words.
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/transport/socket/ |
H A D | syscfg.yml | 70 description: 'Size of the HCI socket stack (units=words).'
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/transport/emspi/ |
H A D | syscfg.yml | 90 description: 'The size of the emspi task (units: 4-byte words).'
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/lwip/apps/ |
H A D | tftp_server.h | 81 * to the beginning of write data. In other words,
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/include/lwip/apps/ |
H A D | tftp_server.h | 81 * to the beginning of write data. In other words,
|
/nrf52832-nimble/packages/NimBLE-latest/ext/tinycrypt/documentation/ |
H A D | tinycrypt.rst | 96 than the ones strictly required by the intended application. In other words, 244 represented using little-endian words - so the least significant word is
|
/nrf52832-nimble/rt-thread/components/net/uip/uip/ |
H A D | uip_arch.h | 90 * complement sum of all 16-bit words in the buffer.
|
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/core/ipv6/ |
H A D | inet6.c | 47 * Sums up all 16 bit words in a memory portion. Also includes any odd byte.
|
/nrf52832-nimble/rt-thread/libcpu/ppc/ppc405/ |
H A D | start_gcc.S | 48 * GCC sometimes accesses words at negative offsets from the stack 101 * The data words for `hdlr' and `int_return' are initialized with
|
/nrf52832-nimble/rt-thread/tools/ |
H A D | mkromfs.py | 73 # add _ to avoid conflict with C key words.
|
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/netif/ppp/ |
H A D | auth.c | 191 /* Used for storing a sequence of words. Usually malloced. */ 1251 * Any following words on the line up to a "--" (i.e. address authorization 1253 * following words (extra options) are placed in a wordlist and
|
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/doc/ |
H A D | sys_arch.txt | 187 other words, sys_arch_protect() could be called while already protected. In
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/doc/ |
H A D | sys_arch.txt | 223 other words, sys_arch_protect() could be called while already protected. In
|