Searched refs:EVP_PKEY_X448 (Results 1 – 15 of 15) sorted by relevance
/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 | 478 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 D | ecx_backend.c | 209 } else if (id == EVP_PKEY_X448) { in ossl_ecx_key_op()
|
/openssl/doc/man3/ |
H A D | EVP_PKEY_new.pod | 110 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 D | EVP_PKEY_CTX_new.pod | 87 B<EVP_PKEY_X448>, and are used by legacy methods.
|
/openssl/include/crypto/ |
H A D | ecx.h | 61 ? EVP_PKEY_X448 \
|
/openssl/doc/man7/ |
H A D | X25519.pod | 28 EVP_PKEY_CTX *pctx = EVP_PKEY_CTX_new_id(EVP_PKEY_X448, NULL);
|
/openssl/crypto/x509/ |
H A D | x_pubkey.c | 976 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 D | ctrl_params_translate.c | 2440 { 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 D | p_lib.c | 1021 { EVP_PKEY_X448, "X448" },
|
/openssl/providers/implementations/encode_decode/ |
H A D | decode_der2key.c | 516 # define x448_evp_type EVP_PKEY_X448
|
H A D | encode_key2any.c | 816 # define x448_evp_type EVP_PKEY_X448
|
/openssl/include/openssl/ |
H A D | evp.h | 81 # define EVP_PKEY_X448 NID_X448 macro
|
/openssl/ssl/ |
H A D | t1_lib.c | 176 {EVP_PKEY_X448, OSSL_TLS_GROUP_ID_x448},
|
/openssl/test/ |
H A D | evp_extra_test.c | 2601 EVP_PKEY_X448,
|
Completed in 73 milliseconds