Home
last modified time | relevance | path

Searched full:56 (Results 1 – 25 of 91) sorted by relevance

1234

/nrf52832-nimble/packages/NimBLE-latest/nimble/host/test/src/
H A Dble_gatt_disc_c_test.c266 .val_handle = 56, in TEST_CASE()
276 .val_handle = 56, in TEST_CASE()
290 .val_handle = 56, in TEST_CASE()
344 .val_handle = 56, in TEST_CASE()
358 .val_handle = 56, in TEST_CASE()
387 .val_handle = 56, in TEST_CASE()
393 .val_handle = 56, in TEST_CASE()
403 .val_handle = 56, in TEST_CASE()
415 .val_handle = 56, in TEST_CASE()
437 .val_handle = 56, in TEST_CASE()
[all …]
/nrf52832-nimble/rt-thread/libcpu/nios/nios_ii/
H A Dcontext_gcc.S77 stw r23, 56(sp)
116 ldw r23, 56(sp)
158 stw r23, 56(sp)
198 ldw r23, 56(sp)
270 ldw r23, 56(sp)
H A Dvector.S44 ldw r13, 56(sp)
/nrf52832-nimble/packages/NimBLE-latest/porting/nimble/src/
H A Dendian.c57 u8ptr[7] = (uint8_t)(x >> 56); in put_le64()
102 x |= (uint64_t)u8ptr[7] << 56; in get_le64()
135 u8ptr[0] = (uint8_t)(x >> 56); in put_be64()
180 x = (uint64_t)u8ptr[0] << 56; in get_be64()
/nrf52832-nimble/rt-thread/tools/kconfig-frontends/libs/parser/
H A Dlconf.c522 -29, -29, -29, -29, 56, -29, -29, -29
662 11, -56, -56, -56, -56, -56, -56, -56, -56, -56,
663 -56, -56, -56, -56, -56, -56, -56, -56
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/netif/ppp/polarssl/
H A Ddes.h60 * \brief DES key schedule (56-bit, encryption)
68 * \brief DES key schedule (56-bit, decryption)
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/include/netif/ppp/polarssl/
H A Ddes.h60 * \brief DES key schedule (56-bit, encryption)
68 * \brief DES key schedule (56-bit, decryption)
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/netif/ppp/
H A Dmppe.h56 #define MPPE_OPT_56 0x08 /* 56 bit */
73 #define MPPE_M_BIT 0x80 /* 56-bit, not supported */
160 * If we want to support 56-bit, the unit has to change to bits
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/include/netif/ppp/
H A Dmppe.h52 #define MPPE_OPT_56 0x08 /* 56 bit */
69 #define MPPE_M_BIT 0x80 /* 56-bit, not supported */
156 * If we want to support 56-bit, the unit has to change to bits
/nrf52832-nimble/rt-thread/libcpu/c-sky/ck802/
H A Dcontex_ck802_gcc.S118 stw r15, (sp, 56)
148 ldw r15, (sp, 56)
/nrf52832-nimble/rt-thread/libcpu/v850/70f34/
H A Dcontext_iar.S82 sld.w 56[ep], r1
99 sld.w 56[ep], r1
H A Dcontext_iar.asm82 sld.w 56[ep], r1
99 sld.w 56[ep], r1
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/netif/ppp/polarssl/
H A Dsha1.c104 GET_ULONG_BE( W[14], data, 56 ); in sha1_process()
200 P( E, A, B, C, D, R(56) ); in sha1_process()
311 padn = ( last < 56 ) ? ( 56 - last ) : ( 120 - last ); in sha1_finish()
H A Dmd4.c104 GET_ULONG_LE( X[14], data, 56 ); in md4_process()
258 padn = ( last < 56 ) ? ( 56 - last ) : ( 120 - last ); in md4_finish()
H A Dmd5.c103 GET_ULONG_LE( X[14], data, 56 ); in md5_process()
277 padn = ( last < 56 ) ? ( 56 - last ) : ( 120 - last ); in md5_finish()
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/netif/ppp/polarssl/
H A Dsha1.c104 GET_ULONG_BE( W[14], data, 56 ); in sha1_process()
200 P( E, A, B, C, D, R(56) ); in sha1_process()
311 padn = ( last < 56 ) ? ( 56 - last ) : ( 120 - last ); in sha1_finish()
H A Dmd4.c104 GET_ULONG_LE( X[14], data, 56 ); in md4_process()
258 padn = ( last < 56 ) ? ( 56 - last ) : ( 120 - last ); in md4_finish()
H A Dmd5.c103 GET_ULONG_LE( X[14], data, 56 ); in md5_process()
277 padn = ( last < 56 ) ? ( 56 - last ) : ( 120 - last ); in md5_finish()
/nrf52832-nimble/nordic/cmsis/include/
H A Darm_common_tables.h92 #define ARMBITREVINDEXTABLE__64_TABLE_LENGTH ((uint16_t)56 )
113 #define ARMBITREVINDEXTABLE_FIXED___64_TABLE_LENGTH ((uint16_t)56 )
/nrf52832-nimble/packages/NimBLE-latest/porting/nimble/include/os/
H A Dendian.h32 ((((x) & 0xff00000000000000ull) >> 56) | \
39 (((x) & 0x00000000000000ffull) << 56)))
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/netif/ppp/
H A Dmd5.c191 /* pad out to 56 mod 64 */ in MD5Final()
192 padLen = (mdi < 56) ? (56 - mdi) : (120 - mdi); in MD5Final()
302 II ( b, c, d, a, in[ 1], S44, UL(2240044497)); /* 56 */ in Transform()
H A Dchpms.c241 /* in == 8-byte string (expanded version of the 56-bit key)
280 MakeKey( u_char *key, /* IN 56 bit DES key missing parity bits */ in MakeKey()
297 CHAPDEBUG(LOG_INFO, ("MakeKey: 56-bit input : %02X%02X%02X%02X%02X%02X%02X\n", in MakeKey()
/nrf52832-nimble/rt-thread/libcpu/ppc/ppc405/
H A Dcontext.h22 #define GPR15 56
/nrf52832-nimble/rt-thread/libcpu/arm/armv6/
H A Darmv6.h76 #define S_SP 56
/nrf52832-nimble/rt-thread/components/drivers/rtc/
H A DREADME.md45 Fri Feb 16 01:11:56 2018

1234