Lines Matching refs:RSb

205 MBEDTLS_MAYBE_UNUSED static const unsigned char RSb[256] =  variable
354 MBEDTLS_MAYBE_UNUSED static unsigned char RSb[256]; variable
404 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()
976 ((uint32_t) RSb[MBEDTLS_BYTE_1(t.Y[0])] << 8) ^ in mbedtls_internal_aes_decrypt()
977 ((uint32_t) RSb[MBEDTLS_BYTE_2(t.Y[3])] << 16) ^ in mbedtls_internal_aes_decrypt()
978 ((uint32_t) RSb[MBEDTLS_BYTE_3(t.Y[2])] << 24); in mbedtls_internal_aes_decrypt()
981 ((uint32_t) RSb[MBEDTLS_BYTE_0(t.Y[2])]) ^ in mbedtls_internal_aes_decrypt()
982 ((uint32_t) RSb[MBEDTLS_BYTE_1(t.Y[1])] << 8) ^ in mbedtls_internal_aes_decrypt()
983 ((uint32_t) RSb[MBEDTLS_BYTE_2(t.Y[0])] << 16) ^ in mbedtls_internal_aes_decrypt()
984 ((uint32_t) RSb[MBEDTLS_BYTE_3(t.Y[3])] << 24); in mbedtls_internal_aes_decrypt()
987 ((uint32_t) RSb[MBEDTLS_BYTE_0(t.Y[3])]) ^ in mbedtls_internal_aes_decrypt()
988 ((uint32_t) RSb[MBEDTLS_BYTE_1(t.Y[2])] << 8) ^ in mbedtls_internal_aes_decrypt()
989 ((uint32_t) RSb[MBEDTLS_BYTE_2(t.Y[1])] << 16) ^ in mbedtls_internal_aes_decrypt()
990 ((uint32_t) RSb[MBEDTLS_BYTE_3(t.Y[0])] << 24); in mbedtls_internal_aes_decrypt()