Searched refs:buff (Results 1 – 3 of 3) sorted by relevance
| /NetX-Duo-v6.2.1/crypto_libraries/inc/ |
| D | nx_crypto_huge_number.h | 133 #define NX_CRYPTO_HUGE_NUMBER_INITIALIZE(hn, buff, size) \ argument 134 (hn) -> nx_crypto_huge_number_data = (HN_UBASE *)(buff); \ 138 (buff) = (buff) + (((size) + HN_SIZE_ROUND) >> HN_SIZE_SHIFT); 151 #define NX_CRYPTO_HUGE_NUMBER_INITIALIZE_DIGIT(hn, buff, val) \ argument 152 (hn) -> nx_crypto_huge_number_data = (HN_UBASE *)(buff); \
|
| D | nx_crypto_ec.h | 157 #define NX_CRYPTO_EC_POINT_INITIALIZE(p, type, buff, size) \ argument 158 NX_CRYPTO_HUGE_NUMBER_INITIALIZE(&((p) -> nx_crypto_ec_point_x), buff, size); \ 159 NX_CRYPTO_HUGE_NUMBER_INITIALIZE(&((p) -> nx_crypto_ec_point_y), buff, size); \ 161 NX_CRYPTO_HUGE_NUMBER_INITIALIZE(&((p) -> nx_crypto_ec_point_z), buff, size); } \
|
| /NetX-Duo-v6.2.1/test/regression/netxduo_test/ |
| D | netx_ip_raw_packet_test.c | 104 static UCHAR buff[256]; variable 286 status += nx_packet_data_append(my_packet, buff, sizeof(buff), &pool_0, NX_WAIT_FOREVER); in ntest_0_entry()
|