/freebsd/contrib/libfido2/src/ |
H A D | eddsa.c | 148 if ((pkey = EVP_PKEY_new_raw_public_key(EVP_PKEY_ED25519, NULL, k->x, in eddsa_pk_to_EVP_PKEY() 160 if (EVP_PKEY_base_id(pkey) != EVP_PKEY_ED25519) in eddsa_pk_from_EVP_PKEY() 179 if (EVP_PKEY_base_id(pkey) != EVP_PKEY_ED25519) { in eddsa_verify_sig()
|
/freebsd/crypto/openssl/ssl/ |
H A D | ssl_cert_table.h | 21 {EVP_PKEY_ED25519, SSL_aECDSA}, /* SSL_PKEY_ED25519 */
|
H A D | t1_lib.c | 1062 NID_undef, -1, EVP_PKEY_ED25519, SSL_PKEY_ED25519,
|
/freebsd/contrib/libfido2/src/fido/ |
H A D | eddsa.h | 57 #define EVP_PKEY_ED25519 EVP_PKEY_NONE macro
|
/freebsd/crypto/openssl/crypto/ec/ |
H A D | ecx_backend.h | 11 #define IS25519(id) ((id) == EVP_PKEY_X25519 || (id) == EVP_PKEY_ED25519)
|
H A D | ecx_meth.c | 608 return ecx_generic_import_from(params, vpctx, EVP_PKEY_ED25519); in ed25519_import_from() 612 EVP_PKEY_ED25519, 613 EVP_PKEY_ED25519, 912 EVP_PKEY_ED25519, EVP_PKEY_FLAG_SIGCTX_CUSTOM, 1363 EVP_PKEY_ED25519, EVP_PKEY_FLAG_SIGCTX_CUSTOM,
|
/freebsd/crypto/openssl/crypto/x509/ |
H A D | x509type.c | 48 case EVP_PKEY_ED25519: in X509_certificate_type()
|
H A D | x_pubkey.c | 869 (void)EVP_PKEY_assign(pktmp, EVP_PKEY_ED25519, (ECX_KEY *)a); in ossl_i2d_ED25519_PUBKEY()
|
/freebsd/crypto/openssl/test/ |
H A D | ssl_cert_table_internal_test.c | 56 && test_cert_table(EVP_PKEY_ED25519, SSL_aECDSA, SSL_PKEY_ED25519) in test_ssl_cert_table()
|
H A D | evp_extra_test.c | 598 EVP_PKEY_ED25519, 1, 1, 1, 0}, 600 EVP_PKEY_ED25519, 0, 1, 1, 1}, 2243 EVP_PKEY_ED25519, "01234567890123456789012345678901", 4543 id = EVP_PKEY_ED25519; in test_custom_pmeth() 4608 if (id == EVP_PKEY_ED25519) { in test_custom_pmeth() 4615 if (id != EVP_PKEY_ED25519 && id != EVP_PKEY_X25519) { in test_custom_pmeth() 4650 if (id == EVP_PKEY_ED25519) { in test_custom_pmeth() 4905 pkey = EVP_PKEY_new_raw_private_key(EVP_PKEY_ED25519, e, ed25519key, in test_signatures_with_engine()
|
/freebsd/crypto/openssl/providers/implementations/encode_decode/ |
H A D | encode_key2any.c | 815 # define ed25519_evp_type EVP_PKEY_ED25519 1407 MAKE_ENCODER(ed25519, ecx, EVP_PKEY_ED25519, EncryptedPrivateKeyInfo, der); 1408 MAKE_ENCODER(ed25519, ecx, EVP_PKEY_ED25519, EncryptedPrivateKeyInfo, pem); 1409 MAKE_ENCODER(ed25519, ecx, EVP_PKEY_ED25519, PrivateKeyInfo, der); 1410 MAKE_ENCODER(ed25519, ecx, EVP_PKEY_ED25519, PrivateKeyInfo, pem); 1411 MAKE_ENCODER(ed25519, ecx, EVP_PKEY_ED25519, SubjectPublicKeyInfo, der); 1412 MAKE_ENCODER(ed25519, ecx, EVP_PKEY_ED25519, SubjectPublicKeyInfo, pem);
|
H A D | decode_der2key.c | 459 # define ed25519_evp_type EVP_PKEY_ED25519
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | EVP_PKEY_new.pod | 110 B<EVP_PKEY_ED25519>, B<EVP_PKEY_X448> or B<EVP_PKEY_ED448>. 128 B<EVP_PKEY_X25519>, B<EVP_PKEY_ED25519>, B<EVP_PKEY_X448> or B<EVP_PKEY_ED448>. 141 B<EVP_PKEY_X25519>, B<EVP_PKEY_ED25519>, B<EVP_PKEY_X448> or B<EVP_PKEY_ED448>. 150 Currently this is: B<EVP_PKEY_X25519>, B<EVP_PKEY_ED25519>, B<EVP_PKEY_X448> or
|
/freebsd/crypto/openssl/include/crypto/ |
H A D | ecx.h | 63 ? EVP_PKEY_ED25519 \
|
/freebsd/crypto/openssl/apps/ |
H A D | dgst.c | 293 if (type == EVP_PKEY_ED25519 || type == EVP_PKEY_ED448) { in dgst_main()
|
H A D | pkeyutl.c | 725 if (EVP_PKEY_get_id(pkey) == EVP_PKEY_ED25519 in do_raw_keyop()
|
/freebsd/crypto/openssl/crypto/evp/ |
H A D | p_lib.c | 1011 { EVP_PKEY_ED25519, "ED25519" }, 1086 case EVP_PKEY_ED25519: in EVP_PKEY_can_sign()
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | evp.h | 79 # define EVP_PKEY_ED25519 NID_ED25519 macro
|
/freebsd/crypto/openssh/ |
H A D | sshkey.c | 3638 } else if (EVP_PKEY_base_id(pk) == EVP_PKEY_ED25519 && in sshkey_parse_private_pem_fileblob()
|
H A D | configure.ac | 3249 exit(EVP_PKEY_new_raw_private_key(EVP_PKEY_ED25519, NULL,
|