Searched refs:LOCK_SIZE (Results 1 - 1 of 1) sorted by relevance

/freebsd-10-stable/crypto/openssh/
H A Dssh-agent.c140 #define LOCK_SIZE 32 macro
144 u_char lock_pwhash[LOCK_SIZE];
697 u_char passwdhash[LOCK_SIZE];
709 if (timingsafe_bcmp(passwdhash, lock_pwhash, LOCK_SIZE) == 0) {

Completed in 58 milliseconds