/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/ |
H A D | lwippools.h | 3 LWIP_MALLOC_MEMPOOL((unsigned char)128, 256) 4 LWIP_MALLOC_MEMPOOL((unsigned char)128, 512) 5 LWIP_MALLOC_MEMPOOL((unsigned char)128, 1024) 6 LWIP_MALLOC_MEMPOOL((unsigned char)128, 1514) 7 LWIP_MALLOC_MEMPOOL((unsigned char)128, 1536) 8 LWIP_MALLOC_MEMPOOL((unsigned char)128, 4096)
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/ |
H A D | lwippools.h | 3 LWIP_MALLOC_MEMPOOL((unsigned char)128, 256) 4 LWIP_MALLOC_MEMPOOL((unsigned char)128, 512) 5 LWIP_MALLOC_MEMPOOL((unsigned char)128, 1024) 6 LWIP_MALLOC_MEMPOOL((unsigned char)128, 1514) 7 LWIP_MALLOC_MEMPOOL((unsigned char)128, 1536) 8 LWIP_MALLOC_MEMPOOL((unsigned char)128, 4096)
|
/nrf52832-nimble/packages/NimBLE-latest/ext/tinycrypt/include/tinycrypt/ |
H A D | aes.h | 1 /* aes.h - TinyCrypt interface to an AES-128 implementation */ 35 * @brief -- Interface to an AES-128 implementation. 37 * Overview: AES-128 is a NIST approved block cipher specified in 42 * Security: AES-128 provides approximately 128 bits of security. 69 * @brief Set AES-128 encryption key 74 * larger than 128 bits, and must not be used for AES-192 or 82 * @brief AES-128 Encryption procedure 97 * @brief Set the AES-128 decryption key 105 * than 128, and must not be used for AES-192 or AES-256 key 113 * @brief AES-128 Encryption procedure
|
H A D | ctr_prng.h | 40 * AES-128. 44 * security of the primitives used as the building blocks (AES-128 47 * Requires: - AES-128
|
/nrf52832-nimble/packages/NimBLE-latest/ext/tinycrypt/src/ |
H A D | cmac_mode.c | 42 * gf_wrap -- In our implementation, GF(2^128) is represented as a 16 byte 46 * X^128 + X^7 + X^2 + X + 1, 48 * which leads to the reduction formula X^128 = X^7 + X^2 + X + 1. Indeed, 49 * since 0 = (X^128 + X^7 + X^2 + 1) mod (X^128 + X^7 + X^2 + X + 1) and since 51 * add X^128 to both sides to get 53 * X^128 = (X^7 + X^2 + X + 1) mod (X^128 + X^7 + X^2 + X + 1) 58 * This gets used in the following way. Doubling in GF(2^128) is just a left 60 * case, the relation X^128 = X^7 + X^2 + X + 1 says that the high order bit 61 * that overflows beyond 128 bits can be replaced by addition of 62 * X^7 + X^2 + X + 1 <--> 0x87 to the low order 128 bits. Since addition [all …]
|
/nrf52832-nimble/packages/NimBLE-latest/ext/tinycrypt/documentation/ |
H A D | tinycrypt.rst | 37 * AES-128: 47 * Requires: AES-128. 53 * Requires: AES-128. 59 * Requires: AES-128. 65 * Requires: AES-128. 69 * Type of primitive: Pseudo-random number generator (128-bit strength). 71 * Requires: AES-128. 155 * AES-128: 160 twice the size as for AES-128, and the key schedule is 40% larger. 278 * Authenticated encryption (AES-128 + AES-CCM); [all …]
|
/nrf52832-nimble/rt-thread/components/drivers/include/drivers/ |
H A D | rt_drv_pwm.h | 17 #define PWM_CMD_ENABLE (128 + 0) 18 #define PWM_CMD_DISABLE (128 + 1) 19 #define PWM_CMD_SET (128 + 2) 20 #define PWM_CMD_GET (128 + 3)
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/include/host/ |
H A D | ble_uuid.h | 47 /** 128-bit UUID */ 48 BLE_UUID_TYPE_128 = 128, 69 /** 128-bit UUID */ 156 * o 128-bit: 12345678-1234-1234-1234-123456789abc
|
H A D | ble_hs_adv.h | 58 /*** 0x06,0x07 - 128-bit service class UUIDs. */ 95 /*** 0x21 - Service data - 128-bit UUID. */ 145 #define BLE_HS_ADV_TX_PWR_LVL_AUTO (-128)
|
/nrf52832-nimble/rt-thread/libcpu/arm/s3c44b0/ |
H A D | interrupt.c | 81 interrupt_bank0[128]= 7; in rt_hw_interrupt_init() 90 interrupt_bank1[128]= 15; in rt_hw_interrupt_init() 99 interrupt_bank2[128]= 23; in rt_hw_interrupt_init()
|
H A D | start_gcc.S | 206 UNDSTACK_START: .word _undefined_stack_start + 128 207 ABTSTACK_START: .word _abort_stack_start + 128
|
/nrf52832-nimble/rt-thread/examples/kernel/ |
H A D | messageq_simple.c | 23 char buf[128]; in thread1_entry() 90 128 - sizeof(void*), /* 每个消息的大小是 128 - void* */ in messageq_simple_init()
|
H A D | timer_timeout.c | 65 128 - sizeof(void*), /* ÿ����Ϣ�Ĵ�С�� 128 - void* */ in timer_timeout_init()
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/netif/ppp/ |
H A D | mppe.h | 49 #define MPPE_MAX_KEY_LEN 16 /* largest key length (128-bit) */ 53 #define MPPE_OPT_128 0x02 /* 128 bit */ 72 #define MPPE_S_BIT 0x40 /* 128-bit */ 159 /* NB: 128-bit == 16, 40-bit == 8!
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/include/netif/ppp/ |
H A D | mppe.h | 45 #define MPPE_MAX_KEY_LEN 16 /* largest key length (128-bit) */ 49 #define MPPE_OPT_128 0x02 /* 128 bit */ 68 #define MPPE_S_BIT 0x40 /* 128-bit */ 155 /* NB: 128-bit == 16, 40-bit == 8!
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/test/src/ |
H A D | ble_gatt_disc_s_test.c | 299 /*** One 128-bit service. */ in TEST_CASE() 305 /*** Two 128-bit services. */ in TEST_CASE() 312 /*** Five 128-bit services. */ in TEST_CASE() 322 /*** One 128-bit service, one 16-bit-service. */ in TEST_CASE() 339 /*** 128-bit service; one entry. */ in TEST_CASE() 345 /*** 128-bit service; two entries. */ in TEST_CASE() 352 /*** 128-bit service; five entries. */ in TEST_CASE() 362 /*** 128-bit service; end with handle 0xffff. */ in TEST_CASE()
|
/nrf52832-nimble/rt-thread/components/dfs/filesystems/uffs/ |
H A D | README | 47 Example 1: 128M bytes NAND, 8192 blocks, total memory cost: 48 (16 * 8192)128K + 5.4K + 4.6K = 138K bytes. 62 (16 * 8192)128K + 20.4K + 4.6K = 153K bytes. 64 Example 2: 128M Bytes NAND, 2048 blocks, total memory cost:
|
/nrf52832-nimble/rt-thread/components/finsh/ |
H A D | finsh.h | 20 #define FINSH_HEAP_MAX 128 /* max length of heap */ 21 #define FINSH_STRING_MAX 128 /* max length of string */ 25 #define FINSH_TEXT_MAX 128 /* max text segment size */
|
/nrf52832-nimble/rt-thread/components/CMSIS/Include/ |
H A D | arm_common_tables.h | 53 extern const float32_t twiddleCoef_64[128]; 65 extern const float32_t twiddleCoef_rfft_128[128];
|
/nrf52832-nimble/rt-thread/components/dfs/filesystems/jffs2/cyg/compress/ |
H A D | zconf.h | 179 that is: 128K for windowBits=15 + 128K for memLevel = 8 (default values) 181 the default memory requirements from 256K to 128K, compile with
|
/nrf52832-nimble/rt-thread/components/dfs/filesystems/jffs2/cyg/compress/include/ |
H A D | zconf.h | 170 that is: 128K for windowBits=15 + 128K for memLevel = 8 (default values) 172 the default memory requirements from 256K to 128K, compile with
|
/nrf52832-nimble/rt-thread/src/ |
H A D | slab.c | 113 * multiplied by the number of zones. ~80 zones * 128K = 10MB of VM per cpu. 135 * 128-255 16 8 138 * 1024-2047 128 8 188 #define ZALLOC_MAX_ZONE_SIZE (128 * 1024) /* maximum zone size */ 406 if (n < 128) in zoneindex() 437 return (n / 128 + 31); in zoneindex()
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/test/unit/ip6/ |
H A D | test_ip6.c | 210 char buf[128]; in START_TEST() 232 char buf[128]; in START_TEST() 247 u8_t zeros[128]; in START_TEST()
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/mesh/include/mesh/ |
H A D | glue.h | 91 #define BT_DATA_UUID128_SOME 0x06 /* 128-bit UUID, more available */ 92 #define BT_DATA_UUID128_ALL 0x07 /* 128-bit UUID, all listed */ 97 #define BT_DATA_SOLICIT128 0x15 /* Solicit UUIDs, 128-bit */ 102 #define BT_DATA_SVC_DATA128 0x21 /* Service data, 128-bit UUID */
|
/nrf52832-nimble/nordic/cmsis/include/ |
H A D | arm_common_tables.h | 53 extern const float32_t twiddleCoef_64[128]; 81 extern const float32_t twiddleCoef_rfft_128[128];
|