Home
last modified time | relevance | path

Searched refs:EVP_PKEY_ED25519 (Results 1 – 20 of 20) sorted by relevance

/freebsd/contrib/libfido2/src/
H A Deddsa.c148 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 Dssl_cert_table.h21 {EVP_PKEY_ED25519, SSL_aECDSA}, /* SSL_PKEY_ED25519 */
H A Dt1_lib.c1062 NID_undef, -1, EVP_PKEY_ED25519, SSL_PKEY_ED25519,
/freebsd/contrib/libfido2/src/fido/
H A Deddsa.h57 #define EVP_PKEY_ED25519 EVP_PKEY_NONE macro
/freebsd/crypto/openssl/crypto/ec/
H A Decx_backend.h11 #define IS25519(id) ((id) == EVP_PKEY_X25519 || (id) == EVP_PKEY_ED25519)
H A Decx_meth.c608 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 Dx509type.c48 case EVP_PKEY_ED25519: in X509_certificate_type()
H A Dx_pubkey.c869 (void)EVP_PKEY_assign(pktmp, EVP_PKEY_ED25519, (ECX_KEY *)a); in ossl_i2d_ED25519_PUBKEY()
/freebsd/crypto/openssl/test/
H A Dssl_cert_table_internal_test.c56 && test_cert_table(EVP_PKEY_ED25519, SSL_aECDSA, SSL_PKEY_ED25519) in test_ssl_cert_table()
H A Devp_extra_test.c598 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 Dencode_key2any.c815 # 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 Ddecode_der2key.c459 # define ed25519_evp_type EVP_PKEY_ED25519
/freebsd/crypto/openssl/doc/man3/
H A DEVP_PKEY_new.pod110 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 Decx.h63 ? EVP_PKEY_ED25519 \
/freebsd/crypto/openssl/apps/
H A Ddgst.c293 if (type == EVP_PKEY_ED25519 || type == EVP_PKEY_ED448) { in dgst_main()
H A Dpkeyutl.c725 if (EVP_PKEY_get_id(pkey) == EVP_PKEY_ED25519 in do_raw_keyop()
/freebsd/crypto/openssl/crypto/evp/
H A Dp_lib.c1011 { EVP_PKEY_ED25519, "ED25519" },
1086 case EVP_PKEY_ED25519: in EVP_PKEY_can_sign()
/freebsd/crypto/openssl/include/openssl/
H A Devp.h79 # define EVP_PKEY_ED25519 NID_ED25519 macro
/freebsd/crypto/openssh/
H A Dsshkey.c3638 } else if (EVP_PKEY_base_id(pk) == EVP_PKEY_ED25519 && in sshkey_parse_private_pem_fileblob()
H A Dconfigure.ac3249 exit(EVP_PKEY_new_raw_private_key(EVP_PKEY_ED25519, NULL,