Home
last modified time | relevance | path

Searched refs:X25519 (Results 1 – 21 of 21) sorted by relevance

/freebsd-13-stable/crypto/openssl/doc/man7/
HDX25519.pod5 X25519,
7 - EVP_PKEY X25519 and X448 support
11 The B<X25519> and B<X448> EVP_PKEY implementation supports key generation and
12 key derivation using B<X25519> and B<X448>. It has associated private and public
22 A context for the B<X25519> algorithm can be obtained by calling:
30 X25519 or X448 private keys can be set directly using
36 X25519 or X448 public keys can be set directly using
42 This example generates an B<X25519> private key and writes it to standard
56 B<X25519> and B<X448>.
/freebsd-13-stable/crypto/libecc/src/tests/
HDx25519_test_vectors.h33 .ecdh_type = X25519,
64 .ecdh_type = X25519,
98 .ecdh_type = X25519,
130 .ecdh_type = X25519,
HDec_self_tests_core.c1101 case X25519:{
/freebsd-13-stable/secure/lib/libcrypto/man/man7/
HDMakefile6 MAN+= X25519.7
20 MLINKS+= X25519.7 X448.7
/freebsd-13-stable/crypto/openssl/doc/HOWTO/
HDkeys.txt101 For X25519 and X448, it's treated as a distinct algorithm but not as one of
103 the following command to generate an X25519 key:
105 openssl genpkey -algorithm X25519 -out xkey.pem
/freebsd-13-stable/crypto/libecc/src/wycheproof_tests/
HDlibecc_wycheproof_tests.h565485 .xdh_alg = X25519,
565512 .xdh_alg = X25519,
565539 .xdh_alg = X25519,
565566 .xdh_alg = X25519,
565593 .xdh_alg = X25519,
565620 .xdh_alg = X25519,
565647 .xdh_alg = X25519,
565674 .xdh_alg = X25519,
565701 .xdh_alg = X25519,
565728 .xdh_alg = X25519,
[all …]
HDlibecc_wycheproof.c305 if(t->xdh_alg == X25519){ in check_wycheproof_xdh()
367 if(t->xdh_alg == X25519){ in check_wycheproof_xdh()
/freebsd-13-stable/crypto/openssl/doc/man1/
HDgenpkey.pod70 X25519, X448, ED25519 and ED448.
112 below. There are no key generation options defined for the X25519, X448, ED25519
311 Generate an X25519 private key:
313 openssl genpkey -algorithm X25519 -out xkey.pem
323 The ability to generate X25519 keys was added in OpenSSL 1.1.0.
HDpkeyutl.pod294 =head1 X25519 and X448 ALGORITHMS
296 The X25519 and X448 algorithms support key derivation only. Currently there are
/freebsd-13-stable/crypto/libecc/include/libecc/
HDlib_ecc_types.h65 X25519 = 16, enumerator
/freebsd-13-stable/crypto/libecc/
HDmeson.build170 assert(not (with_small_stack_opt and with_x25519_opt), 'Small stack and X25519 are incompatible opt…
HDREADME.md43 …* X25519 and X448 as specified in [RFC7748](https://datatracker.ietf.org/doc/html/rfc7748) (with s…
466 with EdDSA and X25519 as these specific functions need more than this amount of stack because of th…
840 mode is not compatible with the EdDSA signature and X25519 ECDH algorithm).
/freebsd-13-stable/crypto/openssl/crypto/ec/
HDecx_meth.c691 && X25519(key, privkey, pubkey) == 0)) in pkey_ecx_derive25519()
HDec_local.h664 int X25519(uint8_t out_shared_key[32], const uint8_t private_key[32],
HDcurve25519.c5562 int X25519(uint8_t out_shared_key[32], const uint8_t private_key[32], in X25519() function
/freebsd-13-stable/crypto/openssl/crypto/objects/
HDobj_mac.num1034 X25519 1034
HDobjects.txt1609 1 3 101 110 : X25519
/freebsd-13-stable/crypto/openssl/doc/man3/
HDSSL_CONF_cmd.pod82 applicable (e.g. B<X25519>) or an OpenSSL OID name (e.g. B<prime256v1>). Group
362 applicable (e.g. B<X25519>) or an OpenSSL OID name (e.g. B<prime256v1>). Group
/freebsd-13-stable/crypto/openssl/
HDNEWS181 o X448 (adding to the existing X25519 support in 1.1.0)
292 o Support for X25519
HDCHANGES1986 *) Add X25519 support.
1987 Add ASN.1 and EVP_PKEY methods for X25519. This includes support
1993 X25519(29).
/freebsd-13-stable/crypto/openssh/
HDChangeLog527 ML-KEM768 with ECDH/X25519 from the Internet-draft: