Home
last modified time | relevance | path

Searched refs:fp_maskr (Results 1 – 1 of 1) sorted by last modified time

/PHP-7.0/ext/standard/
H A Dcrypt_freesec.c183 static uint32_t fp_maskl[8][256], fp_maskr[8][256]; variable
282 *(fr = &fp_maskr[k][i]) = 0; in _crypt_extended_init()
568 *r_out = fp_maskr[0][l >> 24] in do_des()
569 | fp_maskr[1][(l >> 16) & 0xff] in do_des()
570 | fp_maskr[2][(l >> 8) & 0xff] in do_des()
571 | fp_maskr[3][l & 0xff] in do_des()
572 | fp_maskr[4][r >> 24] in do_des()
573 | fp_maskr[5][(r >> 16) & 0xff] in do_des()
574 | fp_maskr[6][(r >> 8) & 0xff] in do_des()
575 | fp_maskr[7][r & 0xff]; in do_des()

Completed in 7 milliseconds