Home
last modified time | relevance | path

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

/openbsd-src/sys/crypto/
H A Dcurve25519.c31 static const uint8_t null_point[CURVE25519_KEY_SIZE]; variable
37 if (timingsafe_bcmp(secret, null_point, CURVE25519_KEY_SIZE) == 0) in curve25519_generate_public()
890 return timingsafe_bcmp(out, null_point, CURVE25519_KEY_SIZE); in curve25519()
/openbsd-src/sys/net/
H A Dwg_noise.c851 static uint8_t null_point[NOISE_PUBLIC_KEY_LEN]; in noise_mix_ss() local
852 if (timingsafe_bcmp(ss, null_point, NOISE_PUBLIC_KEY_LEN) == 0) in noise_mix_ss()