/third_party/node/deps/openssl/openssl/crypto/ec/ |
H A D | ecx_backend.h | 10 #define ISX448(id) ((id) == EVP_PKEY_X448) 13 : ((id) == EVP_PKEY_X448 ? X448_KEYLEN \ 18 : ((id) == EVP_PKEY_X448 ? ECX_KEY_TYPE_X448 \
|
H A D | ecx_meth.c | 480 return ecx_generic_import_from(params, vpctx, EVP_PKEY_X448); in x448_import_from() 484 EVP_PKEY_X448, 485 EVP_PKEY_X448, 796 EVP_PKEY_X448, 1354 EVP_PKEY_X448,
|
H A D | ecx_backend.c | 213 } else if (id == EVP_PKEY_X448) { in ossl_ecx_key_op()
|
/third_party/openssl/crypto/ec/ |
H A D | ecx_backend.h | 10 #define ISX448(id) ((id) == EVP_PKEY_X448) 13 : ((id) == EVP_PKEY_X448 ? X448_KEYLEN \ 18 : ((id) == EVP_PKEY_X448 ? ECX_KEY_TYPE_X448 \
|
H A D | ecx_meth.c | 480 return ecx_generic_import_from(params, vpctx, EVP_PKEY_X448); in x448_import_from() 484 EVP_PKEY_X448, 485 EVP_PKEY_X448, 796 EVP_PKEY_X448, 1354 EVP_PKEY_X448,
|
H A D | ecx_backend.c | 210 } else if (id == EVP_PKEY_X448) { in ossl_ecx_key_op()
|
/third_party/node/lib/internal/crypto/ |
H A D | keygen.js | 23 EVP_PKEY_X448, 302 id = EVP_PKEY_X448;
|
/third_party/node/deps/openssl/openssl/include/crypto/ |
H A D | ecx.h | 61 ? EVP_PKEY_X448 \
|
/third_party/openssl/include/crypto/ |
H A D | ecx.h | 61 ? EVP_PKEY_X448 \
|
/third_party/node/src/crypto/ |
H A D | crypto_ec.cc | 57 nid = EVP_PKEY_X448; in GetOKPCurveFromName() 495 case EVP_PKEY_X448: { in DeriveBits() 562 case EVP_PKEY_X448: in Setup() 864 case EVP_PKEY_X448: in ExportJWKEdKey()
|
H A D | crypto_keys.cc | 506 case EVP_PKEY_X448: return ExportJWKEdKey(env, key, target); in ExportJWKAsymmetricKey() 1115 case EVP_PKEY_X448: in InitEDRaw() 1229 case EVP_PKEY_X448: in GetAsymmetricKeyType() 1495 NODE_DEFINE_CONSTANT(target, EVP_PKEY_X448); in Initialize()
|
H A D | crypto_common.cc | 1127 case EVP_PKEY_X448: in GetEphemeralKey()
|
/third_party/rust/crates/rust-openssl/openssl/src/ |
H A D | pkey.rs | 101 pub const X448: Id = Id(ffi::EVP_PKEY_X448);
|
/third_party/rust/crates/rust-openssl/openssl-sys/src/ |
H A D | evp.rs | 20 pub const EVP_PKEY_X448: c_int = NID_X448; consts
|
/third_party/node/deps/openssl/openssl/crypto/x509/ |
H A D | x_pubkey.c | 971 if (EVP_PKEY_get_id(pkey) == EVP_PKEY_X448) in ossl_d2i_X448_PUBKEY() 995 (void)EVP_PKEY_assign(pktmp, EVP_PKEY_X448, (ECX_KEY *)a); in ossl_i2d_X448_PUBKEY()
|
/third_party/openssl/crypto/x509/ |
H A D | x_pubkey.c | 971 if (EVP_PKEY_get_id(pkey) == EVP_PKEY_X448) in ossl_d2i_X448_PUBKEY() 995 (void)EVP_PKEY_assign(pktmp, EVP_PKEY_X448, (ECX_KEY *)a); in ossl_i2d_X448_PUBKEY()
|
/third_party/node/deps/openssl/openssl/crypto/evp/ |
H A D | ctrl_params_translate.c | 2374 { SET, EVP_PKEY_X448, EVP_PKEY_X448, EVP_PKEY_OP_KEYGEN, -1, NULL, NULL, 2376 { SET, EVP_PKEY_X448, EVP_PKEY_X448, EVP_PKEY_OP_PARAMGEN, -1, NULL, NULL,
|
H A D | p_lib.c | 1014 { EVP_PKEY_X448, "X448" },
|
/third_party/openssl/crypto/evp/ |
H A D | ctrl_params_translate.c | 2365 { SET, EVP_PKEY_X448, EVP_PKEY_X448, EVP_PKEY_OP_KEYGEN, -1, NULL, NULL, 2367 { SET, EVP_PKEY_X448, EVP_PKEY_X448, EVP_PKEY_OP_PARAMGEN, -1, NULL, NULL,
|
H A D | p_lib.c | 1012 { EVP_PKEY_X448, "X448" },
|
/third_party/node/deps/openssl/openssl/providers/implementations/encode_decode/ |
H A D | decode_der2key.c | 470 # define x448_evp_type EVP_PKEY_X448
|
H A D | encode_key2any.c | 818 # define x448_evp_type EVP_PKEY_X448
|
/third_party/openssl/providers/implementations/encode_decode/ |
H A D | decode_der2key.c | 466 # define x448_evp_type EVP_PKEY_X448
|
H A D | encode_key2any.c | 810 # define x448_evp_type EVP_PKEY_X448
|
/third_party/openssl/ohos_lite/include/openssl/ |
H A D | evp.h | 63 # define EVP_PKEY_X448 NID_X448 macro
|