Searched refs:rekeying (Results 1 – 13 of 13) sorted by relevance
/external/openssh/ |
D | clientloop.c | 562 int *maxfdp, u_int *nallocp, int rekeying) in client_wait_until_can_do_something() argument 569 channel_prepare_select(readsetp, writesetp, maxfdp, nallocp, rekeying); in client_wait_until_can_do_something() 1384 int max_fd = 0, max_fd2 = 0, len, rekeying = 0; in client_loop() local 1469 rekeying = (xxx_kex != NULL && !xxx_kex->done); in client_loop() 1471 if (rekeying) { in client_loop() 1503 &max_fd2, &nalloc, rekeying); in client_loop() 1509 if (!rekeying) { in client_loop()
|
D | serverloop.c | 822 int rekeying = 0, max_fd, nalloc = 0; in server_loop2() local 847 rekeying = (xxx_kex != NULL && !xxx_kex->done); in server_loop2() 849 if (!rekeying && packet_not_very_much_data_to_write()) in server_loop2() 861 if (!rekeying) { in server_loop2()
|
D | packet.c | 186 int rekeying; member 974 if (active_state->rekeying) { in packet_send2() 990 active_state->rekeying = 1; in packet_send2() 996 active_state->rekeying = 0; in packet_send2()
|
D | channels.c | 2093 u_int *nallocp, int rekeying) argument 2115 if (!rekeying)
|
D | ssh.0 | 531 ~R Request rekeying of the connection (only useful for SSH protocol
|
/external/ipsec-tools/src/racoon/ |
D | TODO | 115 see, draft-*-ipsec-rekeying*.txt 117 see, draft-*-ipsec-rekeying*.txt
|
/external/wpa_supplicant_8/hostapd/ |
D | README | 225 WEP keys can be automatically updated by configuring rekeying. This 228 interval for rekeying in seconds. 352 # Time interval for rekeying GTK (broadcast/multicast encryption keys) in 356 # Time interval for rekeying GMK (master key used internally to generate GTKs
|
D | ChangeLog | 124 * fix IGTK PN in group rekeying (IEEE 802.11w) 222 enforce frequent PTK rekeying, e.g., to mitigate some attacks against 662 * added support for strict GTK rekeying (wpa_strict_rekey in 704 * fixed WPA/WPA2 group rekeying to use key index correctly (GN/GM) 705 * fixed group rekeying to send zero TSC in EAPOL-Key messages to fix
|
/external/dropbear/ |
D | filelist.txt | 20 keys. This also runs when rekeying during the
|
/external/wpa_supplicant_6/wpa_supplicant/ |
D | wpa_supplicant.conf.orig | 335 # enforce rekeying of PTK to mitigate some attacks against TKIP deficiencies. 538 # WPA-Personal(PSK) with TKIP and enforcement for frequent PTK rekeying
|
D | ChangeLog | 60 used to enforce frequent PTK rekeying, e.g., to mitigate some attacks
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | ChangeLog | 333 used to enforce frequent PTK rekeying, e.g., to mitigate some attacks
|
/external/srtp/doc/ |
D | rfc3711.txt | 2488 rekeying in a way that the maximum packet limit is not reached on any
|