Lines Matching refs:cipher
368 #define cipher(iter, inR, inL, outR, outL) { \ in des_encrypt() macro
382 cipher(0, r0, l0, r1, l1); in des_encrypt()
383 cipher(1, r1, l1, r0, l0); in des_encrypt()
384 cipher(2, r0, l0, r1, l1); in des_encrypt()
385 cipher(3, r1, l1, r0, l0); in des_encrypt()
386 cipher(4, r0, l0, r1, l1); in des_encrypt()
387 cipher(5, r1, l1, r0, l0); in des_encrypt()
388 cipher(6, r0, l0, r1, l1); in des_encrypt()
389 cipher(7, r1, l1, r0, l0); in des_encrypt()
390 cipher(8, r0, l0, r1, l1); in des_encrypt()
391 cipher(9, r1, l1, r0, l0); in des_encrypt()
392 cipher(10, r0, l0, r1, l1); in des_encrypt()
393 cipher(11, r1, l1, r0, l0); in des_encrypt()
394 cipher(12, r0, l0, r1, l1); in des_encrypt()
395 cipher(13, r1, l1, r0, l0); in des_encrypt()
396 cipher(14, r0, l0, r1, l1); in des_encrypt()
397 cipher(15, r1, l1, r0, l0); in des_encrypt()