Searched refs:data_input_reg (Results 1 – 2 of 2) sorted by relevance
64 poly_state.data_input_reg = cc3xx_lowlevel_pka_allocate_reg(); in cc3xx_lowlevel_poly1305_init()86 cc3xx_lowlevel_pka_write_reg(poly_state.data_input_reg, buf, POLY1305_BLOCK_SIZE); in poly_process_block()90 cc3xx_lowlevel_pka_or(poly_state.data_input_reg, in poly_process_block()91 poly_state.mask_reg, poly_state.data_input_reg); in poly_process_block()95 poly_state.data_input_reg, poly_state.accumulator_reg); in poly_process_block()
34 cc3xx_pka_reg_id_t data_input_reg; member