Lines Matching refs:r0
371 uint32_t r0, l0, r1, l1; in des_encrypt() local
374 r0 = work2.long1; in des_encrypt()
375 cipher(0, r0, l0, r1, l1); in des_encrypt()
376 cipher(1, r1, l1, r0, l0); in des_encrypt()
377 cipher(2, r0, l0, r1, l1); in des_encrypt()
378 cipher(3, r1, l1, r0, l0); in des_encrypt()
379 cipher(4, r0, l0, r1, l1); in des_encrypt()
380 cipher(5, r1, l1, r0, l0); in des_encrypt()
381 cipher(6, r0, l0, r1, l1); in des_encrypt()
382 cipher(7, r1, l1, r0, l0); in des_encrypt()
383 cipher(8, r0, l0, r1, l1); in des_encrypt()
384 cipher(9, r1, l1, r0, l0); in des_encrypt()
385 cipher(10, r0, l0, r1, l1); in des_encrypt()
386 cipher(11, r1, l1, r0, l0); in des_encrypt()
387 cipher(12, r0, l0, r1, l1); in des_encrypt()
388 cipher(13, r1, l1, r0, l0); in des_encrypt()
389 cipher(14, r0, l0, r1, l1); in des_encrypt()
390 cipher(15, r1, l1, r0, l0); in des_encrypt()
391 work1.long0 = r0; in des_encrypt()