Home
last modified time | relevance | path

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

/openthread-3.6.0/third_party/mbedtls/repo/library/
Daes.c200 static const unsigned char RSb[256] = variable
354 static unsigned char RSb[256]; variable
405 RSb[0x63] = 0x00; in aes_gen_tables()
418 RSb[x] = (unsigned char) i; in aes_gen_tables()
441 x = RSb[i]; in aes_gen_tables()
940 ( (uint32_t) RSb[ MBEDTLS_BYTE_0( t.Y[0] ) ] ) ^ in mbedtls_internal_aes_decrypt()
941 ( (uint32_t) RSb[ MBEDTLS_BYTE_1( t.Y[3] ) ] << 8 ) ^ in mbedtls_internal_aes_decrypt()
942 ( (uint32_t) RSb[ MBEDTLS_BYTE_2( t.Y[2] ) ] << 16 ) ^ in mbedtls_internal_aes_decrypt()
943 ( (uint32_t) RSb[ MBEDTLS_BYTE_3( t.Y[1] ) ] << 24 ); in mbedtls_internal_aes_decrypt()
946 ( (uint32_t) RSb[ MBEDTLS_BYTE_0( t.Y[1] ) ] ) ^ in mbedtls_internal_aes_decrypt()
[all …]