Home
last modified time | relevance | path

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

/linux-2.4.37.9/crypto/
Daes.c328 #define f_nround(bo, bi, k) \ macro
353 f_nround (b1, b0, kp); in aes_encrypt()
354 f_nround (b0, b1, kp); in aes_encrypt()
358 f_nround (b1, b0, kp); in aes_encrypt()
359 f_nround (b0, b1, kp); in aes_encrypt()
362 f_nround (b1, b0, kp); in aes_encrypt()
363 f_nround (b0, b1, kp); in aes_encrypt()
364 f_nround (b1, b0, kp); in aes_encrypt()
365 f_nround (b0, b1, kp); in aes_encrypt()
366 f_nround (b1, b0, kp); in aes_encrypt()
[all …]