Home
last modified time | relevance | path

Searched refs:rekey (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/netgraph/
H A Dng_mppc.c658 u_int rekey; in ng_mppc_decompress() local
661 rekey = ((d->cfg.bits & MPPE_STATELESS) != 0) ? in ng_mppc_decompress()
663 if (rekey > mppe_max_rekey) { in ng_mppc_decompress()
/freebsd/crypto/openssh/regress/
H A DREADME.regress77 rekey.sh: rekey
H A DMakefile37 rekey \
/freebsd/contrib/wpa/src/rsn_supp/
H A Dwpa.c2997 int rekey; in wpa_supplicant_process_1_of_2_wpa() local
3011 rekey = wpa_sm_get_state(sm) == WPA_COMPLETED; in wpa_supplicant_process_1_of_2_wpa()
3104 if (rekey) { in wpa_supplicant_process_1_of_2_wpa()
/freebsd/crypto/openssh/
H A DChangeLog609 Move rekey test into valgrind-2.
611 Now that the rekey test has been optimized it's fast enough to not be in
710 All of the rekey tests use it (otherwise the encrypted byte counts would
730 upstream: Unnest rekey param parsing test and use ssh not sshd.
/freebsd/contrib/wpa/wpa_supplicant/
H A DChangeLog1104 - Support GTK rekey offload.