Home
last modified time | relevance | path

Searched refs:RSb (Results 1 – 1 of 1) sorted by relevance

/net-tools-3.6.0/mbedtls-2.4.0/library/
Daes.c221 static const unsigned char RSb[256] = variable
369 static unsigned char RSb[256]; variable
418 RSb[0x63] = 0x00; in aes_gen_tables()
431 RSb[x] = (unsigned char) i; in aes_gen_tables()
452 x = RSb[i]; in aes_gen_tables()
793 ( (uint32_t) RSb[ ( Y0 ) & 0xFF ] ) ^ in mbedtls_aes_decrypt()
794 ( (uint32_t) RSb[ ( Y3 >> 8 ) & 0xFF ] << 8 ) ^ in mbedtls_aes_decrypt()
795 ( (uint32_t) RSb[ ( Y2 >> 16 ) & 0xFF ] << 16 ) ^ in mbedtls_aes_decrypt()
796 ( (uint32_t) RSb[ ( Y1 >> 24 ) & 0xFF ] << 24 ); in mbedtls_aes_decrypt()
799 ( (uint32_t) RSb[ ( Y1 ) & 0xFF ] ) ^ in mbedtls_aes_decrypt()
[all …]