Searched refs:saved_state (Results 1 – 2 of 2) sorted by relevance
92 UINT saved_state; in _nx_tcp_socket_connection_reset() local95 saved_state = socket_ptr -> nx_tcp_socket_state; in _nx_tcp_socket_connection_reset()142 if (saved_state == NX_TCP_ESTABLISHED) in _nx_tcp_socket_connection_reset()
724 UINT saved_state[4]; in _nx_crypto_aes_encryption_round() local738 saved_state[0] = state_data[0]; in _nx_crypto_aes_encryption_round()739 saved_state[1] = state_data[1]; in _nx_crypto_aes_encryption_round()740 saved_state[2] = state_data[2]; in _nx_crypto_aes_encryption_round()741 saved_state[3] = state_data[3]; in _nx_crypto_aes_encryption_round()820 state_data[0] = aes_encryption_table[EXTRACT_MSB_BYTE(saved_state[0])] ^ in _nx_crypto_aes_encryption_round()821 (LEFT_ROTATE24(aes_encryption_table[EXTRACT_2ND_BYTE(saved_state[1])])) ^ in _nx_crypto_aes_encryption_round()822 (LEFT_ROTATE16(aes_encryption_table[EXTRACT_3RD_BYTE(saved_state[2])])) ^ in _nx_crypto_aes_encryption_round()823 (LEFT_ROTATE8(aes_encryption_table[EXTRACT_LSB_BYTE(saved_state[3])])) ^ in _nx_crypto_aes_encryption_round()826 state_data[1] = aes_encryption_table[EXTRACT_MSB_BYTE(saved_state[1])] ^ in _nx_crypto_aes_encryption_round()[all …]