Home
last modified time | relevance | path

Searched refs:EVP_PKEY_ED448 (Results 1 - 25 of 33) sorted by relevance

12

/third_party/node/deps/openssl/openssl/providers/implementations/encode_decode/
H A Dencode_key2any.c816 # 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 Ddecode_der2key.c450 # define ed448_evp_type EVP_PKEY_ED448
/third_party/openssl/providers/implementations/encode_decode/
H A Dencode_key2any.c808 # 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 Ddecode_der2key.c446 # define ed448_evp_type EVP_PKEY_ED448
/third_party/node/deps/openssl/openssl/ssl/
H A Dssl_cert_table.h22 {EVP_PKEY_ED448, SSL_aECDSA} /* SSL_PKEY_ED448 */
/third_party/openssl/ssl/
H A Dssl_cert_table.h22 {EVP_PKEY_ED448, SSL_aECDSA} /* SSL_PKEY_ED448 */
/third_party/node/deps/openssl/openssl/crypto/x509/
H A Dx509type.c47 case EVP_PKEY_ED448: in X509_certificate_type()
H A Dx_pubkey.c887 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 Dssl_cert_table_internal_test.c57 && test_cert_table(EVP_PKEY_ED448, SSL_aECDSA, SSL_PKEY_ED448); in test_ssl_cert_table()
/third_party/openssl/crypto/x509/
H A Dx509type.c47 case EVP_PKEY_ED448: in X509_certificate_type()
H A Dx_pubkey.c887 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 Dkeygen.js21 EVP_PKEY_ED448,
296 id = EVP_PKEY_ED448;
/third_party/node/deps/openssl/openssl/include/crypto/
H A Decx.h64 : EVP_PKEY_ED448)))
/third_party/openssl/include/crypto/
H A Decx.h64 : EVP_PKEY_ED448)))
/third_party/node/deps/openssl/openssl/crypto/ec/
H A Decx_meth.c661 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 Decx_meth.c661 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 Dpkey.rs97 pub const ED448: Id = Id(ffi::EVP_PKEY_ED448);
/third_party/rust/crates/rust-openssl/openssl-sys/src/
H A Devp.rs22 pub const EVP_PKEY_ED448: c_int = NID_ED448; consts
/third_party/node/src/crypto/
H A Dcrypto_ec.cc53 nid = EVP_PKEY_ED448; in GetOKPCurveFromName()
558 case EVP_PKEY_ED448: in Setup()
858 case EVP_PKEY_ED448: in ExportJWKEdKey()
H A Dcrypto_keys.cc502 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 Dcrypto_sig.cc270 case EVP_PKEY_ED448: in ValidateDSAParameters()
/third_party/node/deps/openssl/openssl/apps/
H A Ddgst.c293 if (type == EVP_PKEY_ED25519 || type == EVP_PKEY_ED448) { in dgst_main()
H A Dpkeyutl.c725 || EVP_PKEY_get_id(pkey) == EVP_PKEY_ED448) { in do_raw_keyop()
/third_party/openssl/apps/
H A Dpkeyutl.c725 || EVP_PKEY_get_id(pkey) == EVP_PKEY_ED448) { in do_raw_keyop()
H A Ddgst.c293 if (type == EVP_PKEY_ED25519 || type == EVP_PKEY_ED448) { in dgst_main()

Completed in 27 milliseconds

12