Home
last modified time | relevance | path

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

/AliOS-Things-master/components/linkkit/infra/
A Dinfra_aes.c329 static const uint32_t RT2[256] = { RT }; variable
363 static uint32_t RT2[256]; variable
448 RT2[i] = ROTL8(RT1[i]); in aes_gen_tables()
449 RT3[i] = ROTL8(RT2[i]); in aes_gen_tables()
626 RT2[FSb[(*SK >> 16) & 0xFF]] ^ RT3[FSb[(*SK >> 24) & 0xFF]]; in infra_aes_setkey_dec()
660 RT2[(Y2 >> 16) & 0xFF] ^ RT3[(Y1 >> 24) & 0xFF]; \
663 RT2[(Y3 >> 16) & 0xFF] ^ RT3[(Y2 >> 24) & 0xFF]; \
666 RT2[(Y0 >> 16) & 0xFF] ^ RT3[(Y3 >> 24) & 0xFF]; \
669 RT2[(Y1 >> 16) & 0xFF] ^ RT3[(Y0 >> 24) & 0xFF]; \
/AliOS-Things-master/components/mbedtls/library/
A Daes.c345 static const uint32_t RT2[256] = { RT }; variable
386 static uint32_t RT2[256]; variable
478 RT2[i] = ROTL8( RT1[i] ); in aes_gen_tables()
479 RT3[i] = ROTL8( RT2[i] ); in aes_gen_tables()
508 #define AES_RT2(idx) RT2[idx]

Completed in 11 milliseconds