Home
last modified time | relevance | path

Searched refs:EVP_PKEY_X448 (Results 1 - 25 of 30) sorted by relevance

12

/third_party/node/deps/openssl/openssl/crypto/ec/
H A Decx_backend.h10 #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 Decx_meth.c480 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 Decx_backend.c213 } else if (id == EVP_PKEY_X448) { in ossl_ecx_key_op()
/third_party/openssl/crypto/ec/
H A Decx_backend.h10 #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 Decx_meth.c480 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 Decx_backend.c210 } else if (id == EVP_PKEY_X448) { in ossl_ecx_key_op()
/third_party/node/lib/internal/crypto/
H A Dkeygen.js23 EVP_PKEY_X448,
302 id = EVP_PKEY_X448;
/third_party/node/deps/openssl/openssl/include/crypto/
H A Decx.h61 ? EVP_PKEY_X448 \
/third_party/openssl/include/crypto/
H A Decx.h61 ? EVP_PKEY_X448 \
/third_party/node/src/crypto/
H A Dcrypto_ec.cc57 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 Dcrypto_keys.cc506 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 Dcrypto_common.cc1127 case EVP_PKEY_X448: in GetEphemeralKey()
/third_party/rust/crates/rust-openssl/openssl/src/
H A Dpkey.rs101 pub const X448: Id = Id(ffi::EVP_PKEY_X448);
/third_party/rust/crates/rust-openssl/openssl-sys/src/
H A Devp.rs20 pub const EVP_PKEY_X448: c_int = NID_X448; consts
/third_party/node/deps/openssl/openssl/crypto/x509/
H A Dx_pubkey.c971 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 Dx_pubkey.c971 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 Dctrl_params_translate.c2374 { 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 Dp_lib.c1014 { EVP_PKEY_X448, "X448" },
/third_party/openssl/crypto/evp/
H A Dctrl_params_translate.c2365 { 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 Dp_lib.c1012 { EVP_PKEY_X448, "X448" },
/third_party/node/deps/openssl/openssl/providers/implementations/encode_decode/
H A Ddecode_der2key.c470 # define x448_evp_type EVP_PKEY_X448
H A Dencode_key2any.c818 # define x448_evp_type EVP_PKEY_X448
/third_party/openssl/providers/implementations/encode_decode/
H A Ddecode_der2key.c466 # define x448_evp_type EVP_PKEY_X448
H A Dencode_key2any.c810 # define x448_evp_type EVP_PKEY_X448
/third_party/openssl/ohos_lite/include/openssl/
H A Devp.h63 # define EVP_PKEY_X448 NID_X448 macro

Completed in 39 milliseconds

12