Searched refs:r_out (Results 1 – 1 of 1) sorted by relevance
/PHP-5.6/ext/standard/ |
H A D | crypt_freesec.c | 464 do_des(uint32_t l_in, uint32_t r_in, uint32_t *l_out, uint32_t *r_out, in do_des() argument 570 *r_out = fp_maskr[0][l >> 24] in do_des() 585 uint32_t l_out, r_out, rawl, rawr; in des_cipher() local 601 retval = do_des(rawl, rawr, &l_out, &r_out, count, data); in des_cipher() 607 out[4] = r_out >> 24; in des_cipher() 608 out[5] = r_out >> 16; in des_cipher() 609 out[6] = r_out >> 8; in des_cipher() 610 out[7] = r_out; in des_cipher()
|
Completed in 5 milliseconds