Searched defs:cur_hash (Results 1 - 2 of 2) sorted by relevance
/dovecot/src/auth/ |
H A D | mech-skey.c | 127 unsigned char hash[OTP_HASH_SIZE], cur_hash[OTP_HASH_SIZE]; local 145 otp_next_hash(state->algo, hash, cur_hash); 147 ret = memcmp(cur_hash, state->hash, OTP_HASH_SIZE);
|
H A D | mech-otp.c | 139 unsigned char hash[OTP_HASH_SIZE], cur_hash[OTP_HASH_SIZE]; local 151 otp_next_hash(state->algo, hash, cur_hash); 153 ret = memcmp(cur_hash, state->hash, OTP_HASH_SIZE); 173 unsigned char hash[OTP_HASH_SIZE], cur_hash[OTP_HASH_SIZE]; local 177 ret = otp_parse_init_response(data, &new_state, cur_hash, hex, &error); 186 otp_next_hash(request->state.algo, cur_hash, hash);
|
Completed in 10 milliseconds