Home
last modified time | relevance | path

Searched refs:timing_secret (Results 1 – 4 of 4) sorted by relevance

/freebsd/crypto/openssh/
H A Dsshd-session.c885 uint64_t timing_secret = 0; in main() local
1071 recv_rexec_state(REEXEC_CONFIG_PASS_FD, cfg, &timing_secret); in main()
1076 options.timing_secret = timing_secret; in main()
H A Dservconf.h242 u_int64_t timing_secret; member
H A Dsshd.c745 (r = sshbuf_put_u64(m, options.timing_secret)) != 0 || in send_rexec_state()
1209 options.timing_secret = PEEK_U64(hash); in accumulate_host_timing_secret()
H A Dauth2.c236 (unsigned long long)options.timing_secret, user); in user_specific_delay()