Home
last modified time | relevance | path

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

/titanic_41/usr/src/common/crypto/aes/amd64/
H A Daesopt.h98 #define NO_TABLES 0 macro
376 #define ENC_ROUND NO_TABLES
384 #define LAST_ENC_ROUND NO_TABLES
392 #define DEC_ROUND NO_TABLES
400 #define LAST_DEC_ROUND NO_TABLES
413 #define KEY_SCHED NO_TABLES
498 #if ENC_ROUND == NO_TABLES && LAST_ENC_ROUND != NO_TABLES
500 #define LAST_ENC_ROUND NO_TABLES
506 #if ENC_ROUND == NO_TABLES && ENC_UNROLL != NONE
511 #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()