Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/icp/asm-x86_64/aes/
H A Daesopt.h97 #define NO_TABLES 0 macro
375 #define ENC_ROUND NO_TABLES
383 #define LAST_ENC_ROUND NO_TABLES
391 #define DEC_ROUND NO_TABLES
399 #define LAST_DEC_ROUND NO_TABLES
412 #define KEY_SCHED NO_TABLES
497 #if ENC_ROUND == NO_TABLES && LAST_ENC_ROUND != NO_TABLES
499 #define LAST_ENC_ROUND NO_TABLES
505 #if ENC_ROUND == NO_TABLES && ENC_UNROLL != NONE
510 #if DEC_ROUND == NO_TABLES && LAST_DEC_ROUND != NO_TABLES
[all …]
H A Daeskey.c244 #if DEC_ROUND == NO_TABLES
349 #if !(DEC_ROUND == NO_TABLES) in aes_decrypt_key128()
436 #if !(DEC_ROUND == NO_TABLES) in aes_decrypt_key192()
540 #if !(DEC_ROUND == NO_TABLES) in aes_decrypt_key256()