Home
last modified time | relevance | path

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

/openbmc/linux/include/crypto/
H A 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()
/openbmc/linux/lib/crypto/
H A Dcurve25519-generic.c15 const u8 curve25519_null_point[CURVE25519_KEY_SIZE] __aligned(32) = { 0 }; variable
18 EXPORT_SYMBOL(curve25519_null_point);
/openbmc/linux/crypto/
H A Dcurve25519-generic.c17 crypto_memneq(buf, curve25519_null_point, CURVE25519_KEY_SIZE)) in curve25519_set_secret()
/openbmc/linux/arch/arm/crypto/
H A Dcurve25519-glue.c57 crypto_memneq(buf, curve25519_null_point, CURVE25519_KEY_SIZE)) in curve25519_set_secret()
/openbmc/linux/arch/x86/crypto/
H A Dcurve25519-x86_64.c1623 crypto_memneq(buf, curve25519_null_point, CURVE25519_KEY_SIZE)) in curve25519_set_secret()
/openbmc/linux/drivers/crypto/hisilicon/hpre/
H A Dhpre_crypto.c1738 !crypto_memneq(buf, curve25519_null_point, CURVE25519_KEY_SIZE)) { in hpre_curve25519_set_secret()
1875 if (!crypto_memneq(ptr, curve25519_null_point, CURVE25519_KEY_SIZE)) { in hpre_curve25519_src_init()