Home
last modified time | relevance | path

Searched refs:X25519 (Results 1 - 7 of 7) sorted by relevance

/third_party/openssl/test/
H A Dendecode_test.c1023 KEYS(X25519); variable
1024 IMPLEMENT_TEST_SUITE(X25519, "X25519", 1)
1028 * ED25519, ED448, X25519 and X448 have no support for
1376 MAKE_KEYS(X25519, "X25519", NULL); in setup_tests()
1422 ADD_TEST_SUITE(X25519); in setup_tests()
1425 * ED25519, ED448, X25519 and X448 have no support for in setup_tests()
1479 FREE_KEYS(X25519); in cleanup_tests()
/third_party/rust/crates/rust-openssl/openssl/src/
H A Dpkey.rs99 pub const X25519: Id = Id(ffi::EVP_PKEY_X25519); consts
261 /// Currently this is: [`Id::X25519`], [`Id::ED25519`], [`Id::X448`] or [`Id::ED448`].
312 /// Currently this is: [`Id::HMAC`], [`Id::X25519`], [`Id::ED25519`], [`Id::X448`] or [`Id::ED448`].
500 /// Generates a new private X25519 key.
513 /// let public_key = PKey::public_key_from_raw_bytes(public, Id::X25519)?;
525 PKey::generate_eddsa(Id::X25519) in generate_x25519()
725 /// Algorithm types that support raw private keys are HMAC, X25519, ED25519, X448 or ED448
766 /// Algorithm types that support raw public keys are X25519, ED25519, X448 or ED448
1111 test_raw_public_key(PKey::generate_x25519, Id::X25519); in test_raw_public_key_bytes()
1122 test_raw_private_key(PKey::generate_x25519, Id::X25519); in test_raw_private_key_bytes()
[all...]
/third_party/openssl/ohos_lite/crypto/ec/
H A Dec_local.h664 int X25519(uint8_t out_shared_key[32], const uint8_t private_key[32],
H A Dcurve25519.c752 * The field functions are shared by Ed25519 and X25519 where possible.
5562 int X25519(uint8_t out_shared_key[32], const uint8_t private_key[32], in X25519() function
/third_party/node/deps/openssl/openssl/crypto/evp/
H A Dp_lib.c901 IMPLEMENT_ECX_VARIANT(X25519) in IMPLEMENT_ECX_VARIANT()
1013 { EVP_PKEY_X25519, "X25519" },
/third_party/openssl/crypto/evp/
H A Dp_lib.c899 IMPLEMENT_ECX_VARIANT(X25519) in IMPLEMENT_ECX_VARIANT()
1011 { EVP_PKEY_X25519, "X25519" },
/third_party/mbedtls/tests/data_files/
H A DMakefile1338 $(OPENSSL) genpkey -algorithm X25519 -out $@ -outform DER

Completed in 25 milliseconds