Home
last modified time | relevance | path

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

/third_party/mbedtls/library/
Daes.c69 static const unsigned char FSb[256] = variable
343 static unsigned char FSb[256]; variable
404 FSb[0x00] = 0x63; in aes_gen_tables()
417 FSb[i] = (unsigned char) x; in aes_gen_tables()
426 x = FSb[i]; in aes_gen_tables()
580 ( (uint32_t) FSb[ MBEDTLS_BYTE_1( RK[3] ) ] ) ^ in mbedtls_aes_setkey_enc()
581 ( (uint32_t) FSb[ MBEDTLS_BYTE_2( RK[3] ) ] << 8 ) ^ in mbedtls_aes_setkey_enc()
582 ( (uint32_t) FSb[ MBEDTLS_BYTE_3( RK[3] ) ] << 16 ) ^ in mbedtls_aes_setkey_enc()
583 ( (uint32_t) FSb[ MBEDTLS_BYTE_0( RK[3] ) ] << 24 ); in mbedtls_aes_setkey_enc()
596 ( (uint32_t) FSb[ MBEDTLS_BYTE_1( RK[5] ) ] ) ^ in mbedtls_aes_setkey_enc()
[all …]
Dcamellia.c64 static const unsigned char FSb[256] = variable
84 #define SBOX1(n) FSb[(n)]
85 #define SBOX2(n) (unsigned char)((FSb[(n)] >> 7 ^ FSb[(n)] << 1) & 0xff)
86 #define SBOX3(n) (unsigned char)((FSb[(n)] >> 1 ^ FSb[(n)] << 7) & 0xff)
87 #define SBOX4(n) FSb[((n) << 1 ^ (n) >> 7) &0xff]
91 static const unsigned char FSb[256] = variable
171 #define SBOX1(n) FSb[(n)]
/third_party/chromium/patch/
D0001-cve.patch57385 zRI%5@2@qC@4FSb$5t;twy{S@Ac6W~VW%53*tH;?iv@~_q(H^P&;X}D?BUx0uXtS?t