| /src/crypto/external/apache2/openssl/dist/ssl/ |
| ssl_cert_table.h | 21 { EVP_PKEY_ED25519, SSL_aECDSA }, /* SSL_PKEY_ED25519 */
|
| /src/crypto/external/bsd/openssl/dist/ssl/ |
| ssl_cert_table.h | 21 {EVP_PKEY_ED25519, SSL_aECDSA}, /* SSL_PKEY_ED25519 */
|
| /src/crypto/external/bsd/openssl.old/dist/ssl/ |
| ssl_cert_table.h | 21 {EVP_PKEY_ED25519, SSL_aECDSA}, /* SSL_PKEY_ED25519 */
|
| /src/crypto/external/apache2/openssl/dist/crypto/ec/ |
| ecx_backend.h | 11 #define IS25519(id) ((id) == EVP_PKEY_X25519 || (id) == EVP_PKEY_ED25519)
|
| ecx_meth.c | 607 return ecx_generic_import_from(params, vpctx, EVP_PKEY_ED25519); 611 EVP_PKEY_ED25519, 612 EVP_PKEY_ED25519, 917 EVP_PKEY_ED25519, EVP_PKEY_FLAG_SIGCTX_CUSTOM, 1405 EVP_PKEY_ED25519, EVP_PKEY_FLAG_SIGCTX_CUSTOM,
|
| /src/crypto/external/bsd/openssl/dist/crypto/ec/ |
| ecx_backend.h | 11 #define IS25519(id) ((id) == EVP_PKEY_X25519 || (id) == EVP_PKEY_ED25519)
|
| ecx_meth.c | 608 return ecx_generic_import_from(params, vpctx, EVP_PKEY_ED25519); 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,
|
| /src/external/bsd/libfido2/dist/src/fido/ |
| eddsa.h | 57 #define EVP_PKEY_ED25519 EVP_PKEY_NONE
|
| /src/external/bsd/libfido2/dist/src/ |
| eddsa.c | 148 if ((pkey = EVP_PKEY_new_raw_public_key(EVP_PKEY_ED25519, NULL, k->x, 160 if (EVP_PKEY_base_id(pkey) != EVP_PKEY_ED25519) 179 if (EVP_PKEY_base_id(pkey) != EVP_PKEY_ED25519) {
|
| /src/crypto/external/apache2/openssl/dist/crypto/x509/ |
| x509type.c | 48 case EVP_PKEY_ED25519:
|
| /src/crypto/external/apache2/openssl/dist/test/ |
| ssl_cert_table_internal_test.c | 57 && test_cert_table(EVP_PKEY_ED25519, SSL_aECDSA, SSL_PKEY_ED25519)
|
| /src/crypto/external/bsd/openssl/dist/crypto/x509/ |
| x509type.c | 48 case EVP_PKEY_ED25519:
|
| /src/crypto/external/bsd/openssl/dist/test/ |
| ssl_cert_table_internal_test.c | 56 && test_cert_table(EVP_PKEY_ED25519, SSL_aECDSA, SSL_PKEY_ED25519)
|
| /src/crypto/external/bsd/openssl.old/dist/crypto/x509/ |
| x509type.c | 48 case EVP_PKEY_ED25519:
|
| /src/crypto/external/bsd/openssl.old/dist/test/ |
| ssl_cert_table_internal_test.c | 71 if (!test_cert_table(EVP_PKEY_ED25519, SSL_aECDSA, SSL_PKEY_ED25519))
|
| /src/crypto/external/bsd/openssl.old/dist/crypto/ec/ |
| ecx_meth.c | 32 #define IS25519(id) ((id) == EVP_PKEY_X25519 || (id) == EVP_PKEY_ED25519) 106 case EVP_PKEY_ED25519: 569 EVP_PKEY_ED25519, 570 EVP_PKEY_ED25519, 822 EVP_PKEY_ED25519, EVP_PKEY_FLAG_SIGCTX_CUSTOM,
|
| /src/crypto/external/apache2/openssl/dist/include/crypto/ |
| ecx.h | 62 ? EVP_PKEY_ED25519 \
|
| /src/crypto/external/bsd/openssl/dist/include/crypto/ |
| ecx.h | 63 ? EVP_PKEY_ED25519 \
|
| /src/crypto/external/bsd/openssl/dist/providers/implementations/encode_decode/ |
| 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);
|
| decode_der2key.c | 459 # define ed25519_evp_type EVP_PKEY_ED25519
|
| /src/external/mpl/dhcp/bind/dist/lib/dns/ |
| openssleddsa_link.c | 72 pkey_type = EVP_PKEY_ED25519; 616 baseid = EVP_PKEY_ED25519;
|
| /src/crypto/external/bsd/openssl/dist/apps/ |
| dgst.c | 293 if (type == EVP_PKEY_ED25519 || type == EVP_PKEY_ED448) {
|
| pkeyutl.c | 725 if (EVP_PKEY_get_id(pkey) == EVP_PKEY_ED25519
|
| /src/crypto/external/bsd/openssl.old/dist/apps/ |
| dgst.c | 269 if (type == EVP_PKEY_ED25519 || type == EVP_PKEY_ED448) {
|
| /src/external/mpl/bind/dist/lib/dns/ |
| openssleddsa_link.c | 68 .pkey_type = EVP_PKEY_ED25519,
|