Home
last modified time | relevance | path

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

/openbsd/sbin/iked/
H A Ddh.c722 struct curve25519_key *curve25519; in ec25519_init() local
724 if ((curve25519 = calloc(1, sizeof(*curve25519))) == NULL) in ec25519_init()
727 group->curve25519 = curve25519; in ec25519_init()
730 crypto_scalarmult_curve25519(curve25519->public, in ec25519_init()
731 curve25519->secret, basepoint); in ec25519_init()
747 struct curve25519_key *curve25519 = group->curve25519; in ec25519_create_exchange() local
756 struct curve25519_key *curve25519 = group->curve25519; in ec25519_create_shared() local
782 struct curve25519_key *curve25519; in kemsx_create_exchange2() local
789 if (group->curve25519 == NULL) in kemsx_create_exchange2()
827 curve25519 = group->curve25519; in kemsx_create_exchange2()
[all …]
H A Ddh.h45 void *curve25519; member
/openbsd/lib/libcrypto/hidden/openssl/
H A Dcurve25519.h22 #include_next <openssl/curve25519.h>
/openbsd/sys/crypto/
H A Dcurve25519.h23 int curve25519(uint8_t out[CURVE25519_KEY_SIZE],
H A Dcurve25519.c39 return curve25519(pub, secret, base_point); in curve25519_generate_public()
782 int curve25519(uint8_t out[CURVE25519_KEY_SIZE], in curve25519() function
/openbsd/regress/lib/libcrypto/evp/
H A DMakefile13 CFLAGS += -I${.CURDIR}/../../../../lib/libcrypto/curve25519
/openbsd/regress/lib/libcrypto/
H A DMakefile19 SUBDIR += curve25519
/openbsd/lib/libcrypto/
H A DMakefile34 CFLAGS+= -I${LCRYPTO_SRC}/curve25519
253 SRCS+= curve25519-generic.c
254 SRCS+= curve25519.c
625 ${LCRYPTO_SRC}/curve25519 \
685 ${LCRYPTO_SRC}/curve25519/curve25519.h \
/openbsd/usr.bin/ssh/
H A DPROTOCOL99 1.8 transport: curve25519-sha256@libssh.org key exchange algorithm
103 http://git.libssh.org/users/aris/libssh.git/plain/doc/curve25519-sha256@libssh.org.txt?h=curve25519
105 This is identical to curve25519-sha256 as later published in RFC8731.
/openbsd/sys/net/
H A Dwg_noise.c198 else if (!curve25519(r->r_ss, l->l_private, r->r_public)) in noise_remote_precompute()
839 if (!curve25519(dh, private, public)) in noise_mix_dh()
/openbsd/sys/conf/
H A Dfiles938 file crypto/curve25519.c wg
/openbsd/distrib/sets/lists/comp/
H A Dmi62 ./usr/include/crypto/curve25519.h
1121 ./usr/include/openssl/curve25519.h