Searched refs:pub1 (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/tests/sys/net/
H A Dif_wg.sh41 local epair pri1 pri2 pub1 pub2 wg1 wg2
67 pub1=$(jexec wgtest1 wg show $wg1 public-key)
80 jexec wgtest2 wg set $wg2 peer "$pub1" \
104 local epair pri1 pri2 pub1 pub2 wg1 wg2
134 pub1=$(jexec wgtest1 wg show $wg1 public-key)
147 jexec wgtest2 wg set $wg2 peer "$pub1" \
197 local epair pri1 pub1 wg1
212 pub1=$(jexec wgtest1 wg show $wg1 public-key)
215 jexec wgtest1 wg set ${wg1} peer "${pub1}" \
238 local epair pri1 pub1 pri
[all...]
/freebsd-current/crypto/openssl/test/
H A Dectest.c2712 unsigned char *pub1 = NULL , *pub2 = NULL; local
2837 * retrieve bytes for pub1 for later
2846 || !TEST_ptr(pub1 = OPENSSL_malloc(bsize))
2849 pub1, bsize, ctx), bsize))
2901 pub1, bsize))
2957 OPENSSL_free(pub1);

Completed in 121 milliseconds