Lines Matching refs:UINT32_T
31 UINT32_T ul[2];
47 UINT32_T pax[18]; // P-array
48 UINT32_T sbx[4][256]; // S-boxes
57 static UINT32_T pax_init[18] = {
66 static UINT32_T sbx_init[4][256] = {
343 UINT32_T *p_xl, in bf_e_block()
344 UINT32_T *p_xr) in bf_e_block()
346 UINT32_T temp; in bf_e_block()
347 UINT32_T xl = *p_xl; in bf_e_block()
348 UINT32_T xr = *p_xr; in bf_e_block()
405 UINT32_T val, data_l, data_r; in bf_key_init()
464 UINT32_T pax[18], in bf_check_tables()
465 UINT32_T sbx[4][256], in bf_check_tables()
466 UINT32_T val) in bf_check_tables()
469 UINT32_T c = 0; in bf_check_tables()
485 UINT32_T keysum;
512 UINT32_T ui = 0xffffffffUL; in bf_self_test()