Searched refs:curve25519 (Results 1 – 9 of 9) sorted by relevance
| /OK3568_Linux_fs/kernel/lib/crypto/ |
| H A D | Makefile | 22 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 D | curve25519-selftest.c | 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()
|
| /OK3568_Linux_fs/kernel/arch/arm/crypto/ |
| H A D | Makefile | 18 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 D | dropbear-disable-weak-ciphers.patch | 22 * 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 D | strongswan_5.9.6.bb | 27 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 D | curve25519.h | 32 bool __must_check curve25519(u8 mypublic[CURVE25519_KEY_SIZE], in curve25519() function
|
| /OK3568_Linux_fs/kernel/arch/x86/crypto/ |
| H A D | Makefile | 95 obj-$(CONFIG_CRYPTO_CURVE25519_X86) += curve25519-x86_64.o
|
| /OK3568_Linux_fs/kernel/drivers/net/wireguard/ |
| H A D | noise.c | 51 !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 D | Makefile | 177 obj-$(CONFIG_CRYPTO_CURVE25519) += curve25519-generic.o
|