Searched refs:calc_sb_tbl (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/crypto/ |
H A D | twofish_common.c | 396 static const u8 calc_sb_tbl[512] = { variable 635 CALC_SB256_2( i, calc_sb_tbl[j], calc_sb_tbl[k] ); in __twofish_setkey() 657 CALC_SB192_2( i, calc_sb_tbl[j], calc_sb_tbl[k] ); in __twofish_setkey() 670 CALC_SB_2( i, calc_sb_tbl[j], calc_sb_tbl[k] ); in __twofish_setkey()
|
/kernel/linux/linux-6.6/crypto/ |
H A D | twofish_common.c | 396 static const u8 calc_sb_tbl[512] = { variable 635 CALC_SB256_2( i, calc_sb_tbl[j], calc_sb_tbl[k] ); in __twofish_setkey() 657 CALC_SB192_2( i, calc_sb_tbl[j], calc_sb_tbl[k] ); in __twofish_setkey() 670 CALC_SB_2( i, calc_sb_tbl[j], calc_sb_tbl[k] ); in __twofish_setkey()
|
Completed in 3 milliseconds