Lines Matching defs:state
18 struct otp_state state;21 if (otp_parse_dbentry(state_data, &state) != 0)30 if (i_strocpy(state.seed, random_hex, sizeof(state.seed)) < 0)33 state.seq = 1024;34 state.algo = algo;37 otp_hash(state.algo, state.seed, pw, state.seq, state.hash);38 *result_r = otp_print_dbentry(&state);