Searched refs:RSb (Results 1 – 1 of 1) sorted by relevance
205 MBEDTLS_MAYBE_UNUSED static const unsigned char RSb[256] = variable354 MBEDTLS_MAYBE_UNUSED static unsigned char RSb[256]; variable404 RSb[0x63] = 0x00; in aes_gen_tables()418 RSb[x] = (unsigned char) i; in aes_gen_tables()442 x = RSb[i]; in aes_gen_tables()969 ((uint32_t) RSb[MBEDTLS_BYTE_0(t.Y[0])]) ^ in mbedtls_internal_aes_decrypt()970 ((uint32_t) RSb[MBEDTLS_BYTE_1(t.Y[3])] << 8) ^ in mbedtls_internal_aes_decrypt()971 ((uint32_t) RSb[MBEDTLS_BYTE_2(t.Y[2])] << 16) ^ in mbedtls_internal_aes_decrypt()972 ((uint32_t) RSb[MBEDTLS_BYTE_3(t.Y[1])] << 24); in mbedtls_internal_aes_decrypt()975 ((uint32_t) RSb[MBEDTLS_BYTE_0(t.Y[1])]) ^ in mbedtls_internal_aes_decrypt()[all …]