Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/icp/asm-x86_64/aes/
H A Daesopt.h371 #define ENC_ROUND FOUR_TABLES macro
373 #define ENC_ROUND ONE_TABLE
375 #define ENC_ROUND NO_TABLES
497 #if ENC_ROUND == NO_TABLES && LAST_ENC_ROUND != NO_TABLES
500 #elif ENC_ROUND == ONE_TABLE && LAST_ENC_ROUND == FOUR_TABLES
505 #if ENC_ROUND == NO_TABLES && ENC_UNROLL != NONE
610 #if defined(ENC_ROUND)
611 #undef ENC_ROUND
613 #define ENC_ROUND FOUR_TABLES macro
633 #if ENC_ROUND == ONE_TABLE
[all …]