OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:rekey_limit
(Results
1 - 3
of
3
) sorted by relevancy
/src/crypto/external/bsd/openssh/dist/
readconf.h
139
int64_t
rekey_limit
;
member in struct:__anon181
servconf.h
255
int64_t
rekey_limit
;
member in struct:__anon186
packet.c
176
uint64_t max_blocks_in, max_blocks_out,
rekey_limit
;
member in struct:session_state
1049
if (state->
rekey_limit
) {
1051
state->
rekey_limit
/ enc->block_size);
2347
ssh->state->
rekey_limit
= bytes;
2480
(r = sshbuf_put_u64(m, state->
rekey_limit
)) != 0 ||
2620
(r = sshbuf_get_u64(m, &state->
rekey_limit
)) != 0 ||
3054
if (state->
rekey_limit
== 0) {
Completed in 50 milliseconds
Indexes created Mon Apr 27 00:23:16 UTC 2026