Lines Matching refs:r0
329 u_int r0, l0, r1, l1; in des_encrypt() local
332 r0 = work2.long1; in des_encrypt()
333 cipher(0, r0, l0, r1, l1); in des_encrypt()
334 cipher(1, r1, l1, r0, l0); in des_encrypt()
335 cipher(2, r0, l0, r1, l1); in des_encrypt()
336 cipher(3, r1, l1, r0, l0); in des_encrypt()
337 cipher(4, r0, l0, r1, l1); in des_encrypt()
338 cipher(5, r1, l1, r0, l0); in des_encrypt()
339 cipher(6, r0, l0, r1, l1); in des_encrypt()
340 cipher(7, r1, l1, r0, l0); in des_encrypt()
341 cipher(8, r0, l0, r1, l1); in des_encrypt()
342 cipher(9, r1, l1, r0, l0); in des_encrypt()
343 cipher(10, r0, l0, r1, l1); in des_encrypt()
344 cipher(11, r1, l1, r0, l0); in des_encrypt()
345 cipher(12, r0, l0, r1, l1); in des_encrypt()
346 cipher(13, r1, l1, r0, l0); in des_encrypt()
347 cipher(14, r0, l0, r1, l1); in des_encrypt()
348 cipher(15, r1, l1, r0, l0); in des_encrypt()
349 work1.long0 = r0; in des_encrypt()