Searched refs:curve25519 (Results 1 – 7 of 7) sorted by relevance
22 libcurve25519-generic-y := curve25519-fiat32.o23 libcurve25519-generic-$(CONFIG_ARCH_SUPPORTS_INT128) := curve25519-hacl64.o24 libcurve25519-generic-y += curve25519-generic.o27 libcurve25519-y += curve25519.o43 libcurve25519-y += curve25519-selftest.o
1293 ret = curve25519(out, curve25519_test_vectors[i].private, in curve25519_selftest()1306 ret2 = curve25519(out2, in, (u8[CURVE25519_KEY_SIZE]){ 9 }); in curve25519_selftest()
15 obj-$(CONFIG_CRYPTO_CURVE25519_NEON) += curve25519-neon.o42 curve25519-neon-y := curve25519-core.o curve25519-glue.o
32 bool __must_check curve25519(u8 mypublic[CURVE25519_KEY_SIZE], in curve25519() function
95 obj-$(CONFIG_CRYPTO_CURVE25519_X86) += curve25519-x86_64.o
51 !curve25519(peer->handshake.precomputed_static_static, in wg_noise_precompute_static_static()411 if (unlikely(!curve25519(dh_calculation, private, public))) in mix_dh()
183 obj-$(CONFIG_CRYPTO_CURVE25519) += curve25519-generic.o