Searched defs:rc (Results 1 – 3 of 3) sorted by relevance
/loramac-node-3.4.0/src/peripherals/soft-se/ |
D | aes.c | 515 uint8_t cc, rc, hi; local 674 static void update_encrypt_key_128( uint8_t k[N_BLOCK], uint8_t *rc ) 696 { uint8_t s1[N_BLOCK], r, rc = 1; local 728 static void update_decrypt_key_128( uint8_t k[N_BLOCK], uint8_t *rc ) 750 uint8_t s1[N_BLOCK], r, rc = 0x6c; local 781 static void update_encrypt_key_256( uint8_t k[2 * N_BLOCK], uint8_t *rc ) 817 uint8_t s1[N_BLOCK], r, rc = 1; local 861 static void update_decrypt_key_256( uint8_t k[2 * N_BLOCK], uint8_t *rc ) 898 uint8_t s1[N_BLOCK], r, rc = 0x80; local
|
/loramac-node-3.4.0/src/boards/mcu/saml21/hal/src/ |
D | hal_spi_m_sync.c | 64 int32_t rc = 0; in spi_m_sync_init() local
|
/loramac-node-3.4.0/src/boards/mcu/saml21/hpl/sercom/ |
D | hpl_sercom.c | 2363 int32_t rc = _spi_m_sync_init((struct _spi_m_sync_dev *)dev, hw); in _spi_m_async_init() local 2497 int32_t rc; in _spi_calc_baud_val() local 2671 int32_t rc = 0; in _spi_m_sync_trans() local
|