Searched refs:f_nround (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/crypto/ |
D | aes_generic.c | 1312 #define f_nround(bo, bi, k) do {\ macro 1347 f_nround(b1, b0, kp); in aes_encrypt() 1348 f_nround(b0, b1, kp); in aes_encrypt() 1352 f_nround(b1, b0, kp); in aes_encrypt() 1353 f_nround(b0, b1, kp); in aes_encrypt() 1356 f_nround(b1, b0, kp); in aes_encrypt() 1357 f_nround(b0, b1, kp); in aes_encrypt() 1358 f_nround(b1, b0, kp); in aes_encrypt() 1359 f_nround(b0, b1, kp); in aes_encrypt() 1360 f_nround(b1, b0, kp); in aes_encrypt() [all …]
|