Lines Matching refs:cipher
328 #define cipher(iter, inR, inL, outR, outL) { \ in des_encrypt() macro
342 cipher(0, r0, l0, r1, l1); in des_encrypt()
343 cipher(1, r1, l1, r0, l0); in des_encrypt()
344 cipher(2, r0, l0, r1, l1); in des_encrypt()
345 cipher(3, r1, l1, r0, l0); in des_encrypt()
346 cipher(4, r0, l0, r1, l1); in des_encrypt()
347 cipher(5, r1, l1, r0, l0); in des_encrypt()
348 cipher(6, r0, l0, r1, l1); in des_encrypt()
349 cipher(7, r1, l1, r0, l0); in des_encrypt()
350 cipher(8, r0, l0, r1, l1); in des_encrypt()
351 cipher(9, r1, l1, r0, l0); in des_encrypt()
352 cipher(10, r0, l0, r1, l1); in des_encrypt()
353 cipher(11, r1, l1, r0, l0); in des_encrypt()
354 cipher(12, r0, l0, r1, l1); in des_encrypt()
355 cipher(13, r1, l1, r0, l0); in des_encrypt()
356 cipher(14, r0, l0, r1, l1); in des_encrypt()
357 cipher(15, r1, l1, r0, l0); in des_encrypt()