Searched refs:r_out (Results 1 – 1 of 1) sorted by relevance
/php-src/ext/standard/ |
H A D | crypt_freesec.c | 456 do_des(uint32_t l_in, uint32_t r_in, uint32_t *l_out, uint32_t *r_out, in do_des() argument 562 *r_out = fp_maskr[0][l >> 24] in do_des() 577 uint32_t l_out = 0, r_out = 0, rawl, rawr; in des_cipher() local 593 retval = do_des(rawl, rawr, &l_out, &r_out, count, data); in des_cipher() 599 out[4] = r_out >> 24; in des_cipher() 600 out[5] = r_out >> 16; in des_cipher() 601 out[6] = r_out >> 8; in des_cipher() 602 out[7] = r_out; in des_cipher()
|
Completed in 8 milliseconds