Searched refs:null_point (Results 1 – 2 of 2) sorted by relevance
31 static const uint8_t null_point[CURVE25519_KEY_SIZE]; variable37 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()
851 static uint8_t null_point[NOISE_PUBLIC_KEY_LEN]; in noise_mix_ss() local852 if (timingsafe_bcmp(ss, null_point, NOISE_PUBLIC_KEY_LEN) == 0) in noise_mix_ss()