Symbol: crypto_kem_sntrup761_PUBLICKEYBYTES
sbin/iked/dh.c
273
(MAXIMUM(crypto_kem_sntrup761_PUBLICKEYBYTES,
sbin/iked/dh.c
800
need = crypto_kem_sntrup761_PUBLICKEYBYTES +
sbin/iked/dh.c
807
crypto_kem_sntrup761_PUBLICKEYBYTES);
sbin/iked/dh.c
808
cp += crypto_kem_sntrup761_PUBLICKEYBYTES;
sbin/iked/dh.c
813
need = crypto_kem_sntrup761_PUBLICKEYBYTES +
sbin/iked/dh.c
865
need = crypto_kem_sntrup761_PUBLICKEYBYTES +
sbin/iked/dh.c
869
cp += crypto_kem_sntrup761_PUBLICKEYBYTES;
sbin/iked/dh.c
90
uint8_t public[crypto_kem_sntrup761_PUBLICKEYBYTES];
usr.bin/ssh/kexsntrup761x25519.c
100
client_pub + crypto_kem_sntrup761_PUBLICKEYBYTES,
usr.bin/ssh/kexsntrup761x25519.c
126
client_pub += crypto_kem_sntrup761_PUBLICKEYBYTES;
usr.bin/ssh/kexsntrup761x25519.c
52
need = crypto_kem_sntrup761_PUBLICKEYBYTES + CURVE25519_SIZE;
usr.bin/ssh/kexsntrup761x25519.c
58
crypto_kem_sntrup761_PUBLICKEYBYTES);
usr.bin/ssh/kexsntrup761x25519.c
60
cp += crypto_kem_sntrup761_PUBLICKEYBYTES;
usr.bin/ssh/kexsntrup761x25519.c
90
need = crypto_kem_sntrup761_PUBLICKEYBYTES + CURVE25519_SIZE;
usr.bin/ssh/kexsntrup761x25519.c
98
crypto_kem_sntrup761_PUBLICKEYBYTES);
usr.bin/ssh/sntrup761.c
2103
for (i = 0; i < crypto_kem_sntrup761_PUBLICKEYBYTES; ++i) *sk++ = pk[i];
usr.bin/ssh/sntrup761.c
2105
Hash_prefix(sk + Small_bytes, 4, pk, crypto_kem_sntrup761_PUBLICKEYBYTES);
usr.bin/ssh/sntrup761.c
2118
Hash_prefix(cache, 4, pk, crypto_kem_sntrup761_PUBLICKEYBYTES);
usr.bin/ssh/sntrup761.c
2134
const unsigned char *rho = pk + crypto_kem_sntrup761_PUBLICKEYBYTES;