Home
last modified time | relevance | path

Searched refs:EVP_PKEY_X448 (Results 1 – 15 of 15) sorted by relevance

/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.c478 return ecx_generic_import_from(params, vpctx, EVP_PKEY_X448); in x448_import_from()
482 EVP_PKEY_X448,
483 EVP_PKEY_X448,
795 EVP_PKEY_X448,
1357 EVP_PKEY_X448,
H A Decx_backend.c209 } else if (id == EVP_PKEY_X448) { in ossl_ecx_key_op()
/openssl/doc/man3/
H A DEVP_PKEY_new.pod110 B<EVP_PKEY_ED25519>, B<EVP_PKEY_X448> or B<EVP_PKEY_ED448>.
128 B<EVP_PKEY_X25519>, B<EVP_PKEY_ED25519>, B<EVP_PKEY_X448> or B<EVP_PKEY_ED448>.
141 B<EVP_PKEY_X25519>, B<EVP_PKEY_ED25519>, B<EVP_PKEY_X448> or B<EVP_PKEY_ED448>.
150 Currently this is: B<EVP_PKEY_X25519>, B<EVP_PKEY_ED25519>, B<EVP_PKEY_X448> or
H A DEVP_PKEY_CTX_new.pod87 B<EVP_PKEY_X448>, and are used by legacy methods.
/openssl/include/crypto/
H A Decx.h61 ? EVP_PKEY_X448 \
/openssl/doc/man7/
H A DX25519.pod28 EVP_PKEY_CTX *pctx = EVP_PKEY_CTX_new_id(EVP_PKEY_X448, NULL);
/openssl/crypto/x509/
H A Dx_pubkey.c976 if (EVP_PKEY_get_id(pkey) == EVP_PKEY_X448) in ossl_d2i_X448_PUBKEY()
1000 (void)EVP_PKEY_assign(pktmp, EVP_PKEY_X448, (ECX_KEY *)a); in ossl_i2d_X448_PUBKEY()
/openssl/crypto/evp/
H A Dctrl_params_translate.c2440 { SET, EVP_PKEY_X448, EVP_PKEY_X448, EVP_PKEY_OP_KEYGEN, -1, NULL, NULL,
2442 { SET, EVP_PKEY_X448, EVP_PKEY_X448, EVP_PKEY_OP_PARAMGEN, -1, NULL, NULL,
H A Dp_lib.c1021 { EVP_PKEY_X448, "X448" },
/openssl/providers/implementations/encode_decode/
H A Ddecode_der2key.c516 # define x448_evp_type EVP_PKEY_X448
H A Dencode_key2any.c816 # define x448_evp_type EVP_PKEY_X448
/openssl/include/openssl/
H A Devp.h81 # define EVP_PKEY_X448 NID_X448 macro
/openssl/ssl/
H A Dt1_lib.c176 {EVP_PKEY_X448, OSSL_TLS_GROUP_ID_x448},
/openssl/test/
H A Devp_extra_test.c2601 EVP_PKEY_X448,

Completed in 73 milliseconds