Home
last modified time | relevance | path

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

/freebsd/crypto/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()
/freebsd/crypto/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.
/freebsd/crypto/openssl/include/crypto/
H A Decx.h61 ? EVP_PKEY_X448 \
/freebsd/crypto/openssl/doc/man7/
H A DX25519.pod28 EVP_PKEY_CTX *pctx = EVP_PKEY_CTX_new_id(EVP_PKEY_X448, NULL);
/freebsd/crypto/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()
/freebsd/crypto/openssl/crypto/evp/
H A Dctrl_params_translate.c2378 { SET, EVP_PKEY_X448, EVP_PKEY_X448, EVP_PKEY_OP_KEYGEN, -1, NULL, NULL,
2380 { SET, EVP_PKEY_X448, EVP_PKEY_X448, EVP_PKEY_OP_PARAMGEN, -1, NULL, NULL,
H A Dp_lib.c1014 { EVP_PKEY_X448, "X448" },
/freebsd/crypto/openssl/providers/implementations/encode_decode/
H A Ddecode_der2key.c489 # define x448_evp_type EVP_PKEY_X448
H A Dencode_key2any.c818 # define x448_evp_type EVP_PKEY_X448
/freebsd/crypto/openssl/include/openssl/
H A Devp.h80 # define EVP_PKEY_X448 NID_X448 macro
/freebsd/crypto/openssl/ssl/
H A Dt1_lib.c174 {EVP_PKEY_X448, OSSL_TLS_GROUP_ID_x448},
/freebsd/crypto/openssl/test/
H A Devp_extra_test.c2246 EVP_PKEY_X448,