Home
last modified time | relevance | path

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

/external/boringssl/src/decrepit/cast/
Dcast_tables.c151 const uint32_t CAST_S_table2[256] = { variable
Dcast.c85 extern const uint32_t CAST_S_table2[256];
105 c = CAST_S_table2[(t >> 24) & 0xff]; \