Searched refs:MK_LEN (Results 1 – 1 of 1) sorted by relevance
29 #define MK_LEN (TEXT_LEN / WORD_LEN) macro86 static const u32 CipherDataIdx[MK_LEN][MK_LEN] =102 for (j = 0; j < MK_LEN; j++) in T_Transform()137 u32 Cipher_Text[MK_LEN]; in CalculateEnKey()139 for (j = 0; j < MK_LEN; j++) in CalculateEnKey()152 Key_Store[i] = Iterate(TRUE, Next_Input, Cipher_Text, i & (MK_LEN - 1)); in CalculateEnKey()160 u32 Plain_Text[MK_LEN]; in SMS4_Run()161 for (j = 0; j < MK_LEN; j++) in SMS4_Run()174 (void)Iterate(FALSE, Next_Input, Plain_Text, i & (MK_LEN - 1)); in SMS4_Run()176 for (j = 0; j < MK_LEN; j++) in SMS4_Run()[all …]