Home
last modified time | relevance | path

Searched refs:curve25519_null_point (Results 1 – 6 of 6) sorted by relevance

/linux-5.19.10/include/crypto/
Dcurve25519.h17 extern const u8 curve25519_null_point[];
42 return crypto_memneq(mypublic, curve25519_null_point, in curve25519()
50 if (unlikely(!crypto_memneq(secret, curve25519_null_point, in curve25519_generate_public()
58 return crypto_memneq(pub, curve25519_null_point, CURVE25519_KEY_SIZE); in curve25519_generate_public()
/linux-5.19.10/lib/crypto/
Dcurve25519-generic.c15 const u8 curve25519_null_point[CURVE25519_KEY_SIZE] __aligned(32) = { 0 }; variable
18 EXPORT_SYMBOL(curve25519_null_point);
/linux-5.19.10/crypto/
Dcurve25519-generic.c17 crypto_memneq(buf, curve25519_null_point, CURVE25519_KEY_SIZE)) in curve25519_set_secret()
/linux-5.19.10/arch/arm/crypto/
Dcurve25519-glue.c57 crypto_memneq(buf, curve25519_null_point, CURVE25519_KEY_SIZE)) in curve25519_set_secret()
/linux-5.19.10/arch/x86/crypto/
Dcurve25519-x86_64.c1623 crypto_memneq(buf, curve25519_null_point, CURVE25519_KEY_SIZE)) in curve25519_set_secret()
/linux-5.19.10/drivers/crypto/hisilicon/hpre/
Dhpre_crypto.c1705 !crypto_memneq(buf, curve25519_null_point, CURVE25519_KEY_SIZE)) { in hpre_curve25519_set_secret()
1842 if (!crypto_memneq(ptr, curve25519_null_point, CURVE25519_KEY_SIZE)) { in hpre_curve25519_src_init()