Home
last modified time | relevance | path

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

/NextBSD/contrib/apr/random/unix/
HDapr_random.c197 static void rekey(apr_random_t *g) in rekey() function
258 rekey(g); in apr_random_add_entropy()
/NextBSD/sys/netgraph/
HDng_mppc.c659 u_int rekey; in ng_mppc_decompress() local
662 rekey = ((d->cfg.bits & MPPE_STATELESS) != 0) ? in ng_mppc_decompress()
664 if (rekey > mppe_max_rekey) { in ng_mppc_decompress()
/NextBSD/crypto/openssh/regress/
HDMakefile25 rekey \
/NextBSD/crypto/openssh/
HDChangeLog764 [regress/cipher-speed.sh regress/integrity.sh regress/rekey.sh]
780 [regress/test-exec.sh regress/rekey.sh]
794 [regress/rekey.sh]
827 [regress/test-exec.sh regress/rekey.sh]
835 - (djm) [regress/modpipe.c regress/rekey.sh] Never intended to commit these
858 [regress/rekey.sh]
861 [regress/rekey.sh]
865 [regress/rekey.sh]
866 Factor out the data transfer rekey tests
1316 use ssh and sshd as testdata since it needs to be >256k for the rekey test
[all …]
/NextBSD/contrib/wpa/src/rsn_supp/
HDwpa.c1454 int rekey, ret; in wpa_supplicant_process_1_of_2() local
1465 rekey = wpa_sm_get_state(sm) == WPA_COMPLETED; in wpa_supplicant_process_1_of_2()
1491 if (rekey) { in wpa_supplicant_process_1_of_2()
/NextBSD/contrib/wpa/wpa_supplicant/
HDChangeLog689 - Support GTK rekey offload.