Home
last modified time | relevance | path

Searched refs:pub2 (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/tests/sys/net/
H A Dif_wg.sh41 local epair pri1 pri2 pub1 pub2 wg1 wg2
71 pub2=$(jexec wgtest2 wg show $wg2 public-key)
74 jexec wgtest1 wg set $wg1 peer "$pub2" \
104 local epair pri1 pri2 pub1 pub2 wg1 wg2
138 pub2=$(jexec wgtest2 wg show $wg2 public-key)
141 jexec wgtest1 wg set $wg1 peer "$pub2" \
290 local pri1 pri2 pub1 pub2 wg1 wg2
314 pub2=$(jexec wgtest2 wg show $wg2 public-key)
317 jexec wgtest1 wg set $wg1 peer "$pub2" \
/freebsd-14.2/crypto/openssl/test/
H A Dectest.c2712 unsigned char *pub1 = NULL , *pub2 = NULL; in custom_params_test() local
2857 || !TEST_ptr(pub2 = OPENSSL_malloc(bsize)) in custom_params_test()
2860 pub2, bsize, ctx), bsize)) in custom_params_test()
2915 pub2, bsize)) in custom_params_test()
2958 OPENSSL_free(pub2); in custom_params_test()