Home
last modified time | relevance | path

Searched refs:curve25519 (Results 1 – 9 of 9) sorted by relevance

/OK3568_Linux_fs/kernel/lib/crypto/
H A DMakefile22 libcurve25519-generic-y := curve25519-fiat32.o
23 libcurve25519-generic-$(CONFIG_ARCH_SUPPORTS_INT128) := curve25519-hacl64.o
24 libcurve25519-generic-y += curve25519-generic.o
27 libcurve25519-y += curve25519.o
43 libcurve25519-y += curve25519-selftest.o
H A Dcurve25519-selftest.c1293 ret = curve25519(out, curve25519_test_vectors[i].private, in curve25519_selftest()
1306 ret2 = curve25519(out2, in, (u8[CURVE25519_KEY_SIZE]){ 9 }); in curve25519_selftest()
/OK3568_Linux_fs/kernel/arch/arm/crypto/
H A DMakefile18 obj-$(CONFIG_CRYPTO_CURVE25519_NEON) += curve25519-neon.o
48 curve25519-neon-y := curve25519-core.o curve25519-glue.o
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/dropbear/dropbear/
H A Ddropbear-disable-weak-ciphers.patch22 * Small systems should generally include either curve25519 or ecdh for performance.
23 * curve25519 is less widely supported but is faster
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-support/strongswan/
H A Dstrongswan_5.9.6.bb27 PACKAGECONFIG ?= "curl gmp openssl sqlite3 swanctl curve25519\
49 PACKAGECONFIG[curve25519] = "--enable-curve25519,--disable-curve25519,, ${PN}-plugin-curve25519"
/OK3568_Linux_fs/kernel/include/crypto/
H A Dcurve25519.h32 bool __must_check curve25519(u8 mypublic[CURVE25519_KEY_SIZE], in curve25519() function
/OK3568_Linux_fs/kernel/arch/x86/crypto/
H A DMakefile95 obj-$(CONFIG_CRYPTO_CURVE25519_X86) += curve25519-x86_64.o
/OK3568_Linux_fs/kernel/drivers/net/wireguard/
H A Dnoise.c51 !curve25519(peer->handshake.precomputed_static_static, in wg_noise_precompute_static_static()
411 if (unlikely(!curve25519(dh_calculation, private, public))) in mix_dh()
/OK3568_Linux_fs/kernel/crypto/
H A DMakefile177 obj-$(CONFIG_CRYPTO_CURVE25519) += curve25519-generic.o