Home
last modified time | relevance | path

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

/dports/benchmarks/stress-ng/stress-ng-0.13.09/
H A Dstress-lockf.c37 #define LOCK_SIZE (8) macro
162 if (lockf(fd, F_ULOCK, LOCK_SIZE) < 0) { in stress_lockf_unlock()
196 offset = stress_mwc64() % (LOCK_FILE_SIZE - LOCK_SIZE); in stress_lockf_contention()
202 rc = lockf(fd, lockf_cmd, LOCK_SIZE); in stress_lockf_contention()
220 rc = lockf(bad_fd, lockf_cmd, LOCK_SIZE); in stress_lockf_contention()
225 rc = lockf(fd, F_TEST, LOCK_SIZE); in stress_lockf_contention()
H A Dstress-locka.c40 #define LOCK_SIZE (8) macro
H A Dstress-lockofd.c40 #define LOCK_SIZE (8) macro
/dports/security/pam_ssh/pam_ssh-8.0/openssh/
H A Dssh-agent.c153 #define LOCK_SIZE 32 macro
157 u_char lock_pwhash[LOCK_SIZE];
488 u_char passwdhash[LOCK_SIZE]; in process_lock_agent()
505 if (timingsafe_bcmp(passwdhash, lock_pwhash, LOCK_SIZE) == 0) { in process_lock_agent()
/dports/security/openssh-portable/openssh-8.8p1/
H A Dssh-agent.c157 #define LOCK_SIZE 32 macro
161 u_char lock_pwhash[LOCK_SIZE];
806 u_char passwdhash[LOCK_SIZE]; in process_lock_agent()
824 if (timingsafe_bcmp(passwdhash, lock_pwhash, LOCK_SIZE) == 0) { in process_lock_agent()