/third_party/node/deps/openssl/openssl/providers/implementations/encode_decode/ |
H A D | encode_key2any.c | 816 # define ed448_evp_type EVP_PKEY_ED448 1413 MAKE_ENCODER(ed448, ecx, EVP_PKEY_ED448, EncryptedPrivateKeyInfo, der); 1414 MAKE_ENCODER(ed448, ecx, EVP_PKEY_ED448, EncryptedPrivateKeyInfo, pem); 1415 MAKE_ENCODER(ed448, ecx, EVP_PKEY_ED448, PrivateKeyInfo, der); 1416 MAKE_ENCODER(ed448, ecx, EVP_PKEY_ED448, PrivateKeyInfo, pem); 1417 MAKE_ENCODER(ed448, ecx, EVP_PKEY_ED448, SubjectPublicKeyInfo, der); 1418 MAKE_ENCODER(ed448, ecx, EVP_PKEY_ED448, SubjectPublicKeyInfo, pem); 1425 MAKE_ENCODER(x448, ecx, EVP_PKEY_ED448, EncryptedPrivateKeyInfo, der); 1426 MAKE_ENCODER(x448, ecx, EVP_PKEY_ED448, EncryptedPrivateKeyInfo, pem); 1427 MAKE_ENCODER(x448, ecx, EVP_PKEY_ED448, PrivateKeyInf [all...] |
H A D | decode_der2key.c | 450 # define ed448_evp_type EVP_PKEY_ED448
|
/third_party/openssl/providers/implementations/encode_decode/ |
H A D | encode_key2any.c | 808 # define ed448_evp_type EVP_PKEY_ED448 1402 MAKE_ENCODER(ed448, ecx, EVP_PKEY_ED448, EncryptedPrivateKeyInfo, der); 1403 MAKE_ENCODER(ed448, ecx, EVP_PKEY_ED448, EncryptedPrivateKeyInfo, pem); 1404 MAKE_ENCODER(ed448, ecx, EVP_PKEY_ED448, PrivateKeyInfo, der); 1405 MAKE_ENCODER(ed448, ecx, EVP_PKEY_ED448, PrivateKeyInfo, pem); 1406 MAKE_ENCODER(ed448, ecx, EVP_PKEY_ED448, SubjectPublicKeyInfo, der); 1407 MAKE_ENCODER(ed448, ecx, EVP_PKEY_ED448, SubjectPublicKeyInfo, pem); 1414 MAKE_ENCODER(x448, ecx, EVP_PKEY_ED448, EncryptedPrivateKeyInfo, der); 1415 MAKE_ENCODER(x448, ecx, EVP_PKEY_ED448, EncryptedPrivateKeyInfo, pem); 1416 MAKE_ENCODER(x448, ecx, EVP_PKEY_ED448, PrivateKeyInf [all...] |
H A D | decode_der2key.c | 446 # define ed448_evp_type EVP_PKEY_ED448
|
/third_party/node/deps/openssl/openssl/ssl/ |
H A D | ssl_cert_table.h | 22 {EVP_PKEY_ED448, SSL_aECDSA} /* SSL_PKEY_ED448 */
|
/third_party/openssl/ssl/ |
H A D | ssl_cert_table.h | 22 {EVP_PKEY_ED448, SSL_aECDSA} /* SSL_PKEY_ED448 */
|
/third_party/node/deps/openssl/openssl/crypto/x509/ |
H A D | x509type.c | 47 case EVP_PKEY_ED448: in X509_certificate_type()
|
H A D | x_pubkey.c | 887 if (EVP_PKEY_get_id(pkey) == EVP_PKEY_ED448) in ossl_d2i_ED448_PUBKEY() 911 (void)EVP_PKEY_assign(pktmp, EVP_PKEY_ED448, (ECX_KEY *)a); in ossl_i2d_ED448_PUBKEY()
|
/third_party/openssl/test/ |
H A D | ssl_cert_table_internal_test.c | 57 && test_cert_table(EVP_PKEY_ED448, SSL_aECDSA, SSL_PKEY_ED448); in test_ssl_cert_table()
|
/third_party/openssl/crypto/x509/ |
H A D | x509type.c | 47 case EVP_PKEY_ED448: in X509_certificate_type()
|
H A D | x_pubkey.c | 887 if (EVP_PKEY_get_id(pkey) == EVP_PKEY_ED448) in ossl_d2i_ED448_PUBKEY() 911 (void)EVP_PKEY_assign(pktmp, EVP_PKEY_ED448, (ECX_KEY *)a); in ossl_i2d_ED448_PUBKEY()
|
/third_party/node/lib/internal/crypto/ |
H A D | keygen.js | 21 EVP_PKEY_ED448, 296 id = EVP_PKEY_ED448;
|
/third_party/node/deps/openssl/openssl/include/crypto/ |
H A D | ecx.h | 64 : EVP_PKEY_ED448)))
|
/third_party/openssl/include/crypto/ |
H A D | ecx.h | 64 : EVP_PKEY_ED448)))
|
/third_party/node/deps/openssl/openssl/crypto/ec/ |
H A D | ecx_meth.c | 661 return ecx_generic_import_from(params, vpctx, EVP_PKEY_ED448); in ed448_import_from() 665 EVP_PKEY_ED448, 666 EVP_PKEY_ED448, 923 EVP_PKEY_ED448, EVP_PKEY_FLAG_SIGCTX_CUSTOM, 1374 EVP_PKEY_ED448, EVP_PKEY_FLAG_SIGCTX_CUSTOM,
|
/third_party/openssl/crypto/ec/ |
H A D | ecx_meth.c | 661 return ecx_generic_import_from(params, vpctx, EVP_PKEY_ED448); in ed448_import_from() 665 EVP_PKEY_ED448, 666 EVP_PKEY_ED448, 923 EVP_PKEY_ED448, EVP_PKEY_FLAG_SIGCTX_CUSTOM, 1374 EVP_PKEY_ED448, EVP_PKEY_FLAG_SIGCTX_CUSTOM,
|
/third_party/rust/crates/rust-openssl/openssl/src/ |
H A D | pkey.rs | 97 pub const ED448: Id = Id(ffi::EVP_PKEY_ED448);
|
/third_party/rust/crates/rust-openssl/openssl-sys/src/ |
H A D | evp.rs | 22 pub const EVP_PKEY_ED448: c_int = NID_ED448; consts
|
/third_party/node/src/crypto/ |
H A D | crypto_ec.cc | 53 nid = EVP_PKEY_ED448; in GetOKPCurveFromName() 558 case EVP_PKEY_ED448: in Setup() 858 case EVP_PKEY_ED448: in ExportJWKEdKey()
|
H A D | crypto_keys.cc | 502 case EVP_PKEY_ED448: in ExportJWKAsymmetricKey() 1117 case EVP_PKEY_ED448: { in InitEDRaw() 1225 case EVP_PKEY_ED448: in GetAsymmetricKeyType() 1493 NODE_DEFINE_CONSTANT(target, EVP_PKEY_ED448); in Initialize()
|
H A D | crypto_sig.cc | 270 case EVP_PKEY_ED448: in ValidateDSAParameters()
|
/third_party/node/deps/openssl/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 || EVP_PKEY_get_id(pkey) == EVP_PKEY_ED448) { in do_raw_keyop()
|
/third_party/openssl/apps/ |
H A D | pkeyutl.c | 725 || EVP_PKEY_get_id(pkey) == EVP_PKEY_ED448) { in do_raw_keyop()
|
H A D | dgst.c | 293 if (type == EVP_PKEY_ED25519 || type == EVP_PKEY_ED448) { in dgst_main()
|