/third_party/openssl/test/recipes/30-test_evp_data/ |
D | evppkey_ecx.txt | 162 Title = ED25519 tests from RFC8032 164 PrivateKey=ED25519-1 169 PrivateKey=ED25519-2 174 PrivateKey=ED25519-3 179 PrivateKey=ED25519-4 184 PrivateKey=ED25519-5 189 PublicKey=ED25519-1-PUBLIC 194 PublicKey=ED25519-2-PUBLIC 199 PublicKey=ED25519-3-PUBLIC 204 PublicKey=ED25519-4-PUBLIC [all …]
|
/third_party/openssl/doc/man7/ |
D | EVP_PKEY-X25519.pod | 5 EVP_PKEY-X25519, EVP_PKEY-X448, EVP_PKEY-ED25519, EVP_PKEY-ED448, 6 EVP_KEYMGMT-X25519, EVP_KEYMGMT-X448, EVP_KEYMGMT-ED25519, EVP_KEYMGMT-ED448 7 - EVP_PKEY X25519, X448, ED25519 and ED448 keytype and algorithm support 11 The B<X25519>, B<X448>, B<ED25519> and B<ED448> keytypes are 19 =head2 Common X25519, X448, ED25519 and ED448 parameters 49 =head2 ED25519 and ED448 parameters 80 EVP_PKEY_CTX_new_from_name(NULL, "ED25519", NULL); 89 An B<X448>, B<ED25519>, or B<ED448> key can be generated likewise. 95 L<EVP_SIGNATURE-ED25519(7)>, L<EVP_SIGNATURE-ED448(7)>
|
D | EVP_SIGNATURE-ED25519.pod | 5 EVP_SIGNATURE-ED25519, 18 =head2 ED25519 and ED448 Signature Parameters 67 To sign a message using a ED25519 or ED448 key:
|
/third_party/openssl/test/certs/ |
D | root-ed25519.pem | 6 Signature Algorithm: ED25519 13 Public Key Algorithm: ED25519 14 ED25519 Public-Key: 27 Signature Algorithm: ED25519
|
D | ee-ed25519.pem | 5 Signature Algorithm: ED25519 25 Signature Algorithm: ED25519
|
/third_party/openssl/doc/man3/ |
D | EVP_PKEY_fromdata.pod | 43 L<B<EVP_PKEY-ED448>(7)|EVP_PKEY-ED448(7)/Common X25519, X448, ED25519 and ED448 parameters>, 44 L<B<EVP_PKEY-X25519>(7)|EVP_PKEY-X25519(7)/Common X25519, X448, ED25519 and ED448 parameters>, 45 L<B<EVP_PKEY-X448>(7)|EVP_PKEY-X448(7)/Common X25519, X448, ED25519 and ED448 parameters>, 46 and L<B<EVP_PKEY-ED25519>(7)|EVP_PKEY-ED25519(7)/Common X25519, X448, ED25519 and ED448 parameters>… 264 L<EVP_PKEY-ED25519(7)>
|
D | EVP_PKEY_todata.pod | 48 L<EVP_PKEY-ED25519(7)>
|
D | EVP_PKEY_CTX_set_params.pod | 57 L<EVP_PKEY-X25519(7)/Common X25519, X448, ED25519 and ED448 parameters>
|
D | X509_digest.pod | 47 SHA512 if the signature alorithm is ED25519,
|
D | EVP_PKEY_new.pod | 98 "X25519", "ED25519", "X448" or "ED448". I<key> points to the raw private key 122 "X25519", "ED25519", "X448" or "ED448".
|
D | EVP_PKEY_keygen.pod | 103 If I<type> is C<X25519>, C<X448>, C<ED25519>, C<ED448>, or C<SM2>
|
/third_party/node/deps/openssl/openssl/providers/ |
D | encoders.inc | 60 ENCODER_TEXT("ED25519", ed25519, yes), 198 ENCODER_w_structure("ED25519", ed25519, yes, der, EncryptedPrivateKeyInfo), 199 ENCODER_w_structure("ED25519", ed25519, yes, pem, EncryptedPrivateKeyInfo), 200 ENCODER_w_structure("ED25519", ed25519, yes, der, PrivateKeyInfo), 201 ENCODER_w_structure("ED25519", ed25519, yes, pem, PrivateKeyInfo), 202 ENCODER_w_structure("ED25519", ed25519, yes, der, SubjectPublicKeyInfo), 203 ENCODER_w_structure("ED25519", ed25519, yes, pem, SubjectPublicKeyInfo),
|
D | decoders.inc | 61 DECODER_w_structure("ED25519", der, PrivateKeyInfo, ed25519, yes), 62 DECODER_w_structure("ED25519", der, SubjectPublicKeyInfo, ed25519, yes),
|
/third_party/openssl/providers/ |
D | encoders.inc | 60 ENCODER_TEXT("ED25519", ed25519, yes), 198 ENCODER_w_structure("ED25519", ed25519, yes, der, EncryptedPrivateKeyInfo), 199 ENCODER_w_structure("ED25519", ed25519, yes, pem, EncryptedPrivateKeyInfo), 200 ENCODER_w_structure("ED25519", ed25519, yes, der, PrivateKeyInfo), 201 ENCODER_w_structure("ED25519", ed25519, yes, pem, PrivateKeyInfo), 202 ENCODER_w_structure("ED25519", ed25519, yes, der, SubjectPublicKeyInfo), 203 ENCODER_w_structure("ED25519", ed25519, yes, pem, SubjectPublicKeyInfo),
|
D | decoders.inc | 61 DECODER_w_structure("ED25519", der, PrivateKeyInfo, ed25519, yes), 62 DECODER_w_structure("ED25519", der, SubjectPublicKeyInfo, ed25519, yes),
|
/third_party/node/deps/openssl/openssl/crypto/objects/ |
D | obj_xref.txt | 24 ED25519 undef ED25519
|
D | obj_mac.num | 1087 ED25519 1087
|
/third_party/openssl/crypto/objects/ |
D | obj_xref.txt | 24 ED25519 undef ED25519
|
/third_party/openssl/test/recipes/30-test_evp_pkey_provided/ |
D | ED25519.pub.txt | 1 ED25519 Public-Key:
|
D | ED25519.priv.txt | 1 ED25519 Private-Key:
|
/third_party/rust/crates/rust-openssl/openssl/src/ |
D | pkey.rs | 95 pub const ED25519: Id = Id(ffi::EVP_PKEY_ED25519); constant 388 Id::ED25519 => "Ed25519", in fmt() 579 PKey::generate_eddsa(Id::ED25519) in generate_ed25519() 1112 test_raw_public_key(PKey::generate_ed25519, Id::ED25519); in test_raw_public_key_bytes() 1123 test_raw_private_key(PKey::generate_ed25519, Id::ED25519); in test_raw_private_key_bytes()
|
/third_party/openssl/providers/implementations/signature/ |
D | eddsa_sig.c | 172 if (S390X_CAN_SIGN(ED25519)) { in ed25519_digest_sign() 242 if (S390X_CAN_SIGN(ED25519)) in ed25519_digest_verify()
|
/third_party/node/deps/openssl/openssl/providers/implementations/signature/ |
D | eddsa_sig.c | 172 if (S390X_CAN_SIGN(ED25519)) { in ed25519_digest_sign() 242 if (S390X_CAN_SIGN(ED25519)) in ed25519_digest_verify()
|
/third_party/openssl/test/ |
D | endecode_test.c | 1019 KEYS(ED25519); 1020 IMPLEMENT_TEST_SUITE(ED25519, "ED25519", 1) 1374 MAKE_KEYS(ED25519, "ED25519", NULL); in setup_tests() 1420 ADD_TEST_SUITE(ED25519); in setup_tests() 1477 FREE_KEYS(ED25519); in cleanup_tests()
|
/third_party/openssl/doc/man1/ |
D | openssl-genpkey.pod.in | 75 X25519, X448, ED25519 and ED448. 120 below. There are no key generation options defined for the X25519, X448, ED25519 491 The ability to generate X448, ED25519 and ED448 keys was added in OpenSSL 1.1.1.
|