Home
last modified time | relevance | path

Searched full:words (Results 1 – 25 of 71) sorted by relevance

123

/nrf52832-nimble/packages/NimBLE-latest/ext/tinycrypt/include/tinycrypt/
H A Decc.h93 /* 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 Daes.h58 #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 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()
H 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()
H A Dctr_prng.c275 memset(ctx->key.words, 0x00, sizeof ctx->key.words); in tc_ctr_prng_uninstantiate()
H A Dsha256.c139 * Initializing SHA-256 Hash constant words K.
/nrf52832-nimble/rt-thread/documentation/
H A Dcoding_style_en.txt35 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 Dcpuport.c34 …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 Dnrf_nvmc.h95 * @brief Write consecutive words to flash.
99 * @param num_words Number of words in src to write.
H A Dnrf_pdm.h303 * - 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 Dnrfx_i2s.h185 * 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 Dnrfx_saadc.h254 * @param[in] size Buffer size in words.
285 * Event will contain number of words in the sample buffer.
H A Dnrfx_pdm.h186 * @param[in] buffer_length Length of the receive buffer in 16-bit words.
/nrf52832-nimble/packages/NimBLE-latest/nimble/transport/socket/
H A Dsyscfg.yml70 description: 'Size of the HCI socket stack (units=words).'
/nrf52832-nimble/packages/NimBLE-latest/nimble/transport/emspi/
H A Dsyscfg.yml90 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 Dtftp_server.h81 * 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 Dtftp_server.h81 * to the beginning of write data. In other words,
/nrf52832-nimble/packages/NimBLE-latest/ext/tinycrypt/documentation/
H A Dtinycrypt.rst96 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 Duip_arch.h90 * 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 Dinet6.c47 * Sums up all 16 bit words in a memory portion. Also includes any odd byte.
/nrf52832-nimble/rt-thread/libcpu/ppc/ppc405/
H A Dstart_gcc.S48 * 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 Dmkromfs.py73 # add _ to avoid conflict with C key words.
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/netif/ppp/
H A Dauth.c191 /* 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 Dsys_arch.txt187 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 Dsys_arch.txt223 other words, sys_arch_protect() could be called while already protected. In

123