Home
last modified time | relevance | path

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

/PHP-7.4/ext/standard/
H A Dcrypt_freesec.c458 do_des(uint32_t l_in, uint32_t r_in, uint32_t *l_out, uint32_t *r_out, in do_des() argument
564 *r_out = fp_maskr[0][l >> 24] in do_des()
579 uint32_t l_out = 0, r_out = 0, rawl, rawr; in des_cipher() local
595 retval = do_des(rawl, rawr, &l_out, &r_out, count, data); in des_cipher()
601 out[4] = r_out >> 24; in des_cipher()
602 out[5] = r_out >> 16; in des_cipher()
603 out[6] = r_out >> 8; in des_cipher()
604 out[7] = r_out; in des_cipher()

Completed in 6 milliseconds