Searched refs:EVP_PKEY_ED448 (Results 1 – 15 of 15) sorted by relevance
/freebsd/crypto/openssl/providers/implementations/encode_decode/ |
H A D | encode_key2any.c | 816 # define ed448_evp_type EVP_PKEY_ED448 1413 MAKE_ENCODER(ed448, ecx, EVP_PKEY_ED448, EncryptedPrivateKeyInfo, der); 1414 MAKE_ENCODER(ed448, ecx, EVP_PKEY_ED448, EncryptedPrivateKeyInfo, pem); 1415 MAKE_ENCODER(ed448, ecx, EVP_PKEY_ED448, PrivateKeyInfo, der); 1416 MAKE_ENCODER(ed448, ecx, EVP_PKEY_ED448, PrivateKeyInfo, pem); 1417 MAKE_ENCODER(ed448, ecx, EVP_PKEY_ED448, SubjectPublicKeyInfo, der); 1418 MAKE_ENCODER(ed448, ecx, EVP_PKEY_ED448, SubjectPublicKeyInfo, pem); 1425 MAKE_ENCODER(x448, ecx, EVP_PKEY_ED448, EncryptedPrivateKeyInfo, der); 1426 MAKE_ENCODER(x448, ecx, EVP_PKEY_ED448, EncryptedPrivateKeyInfo, pem); 1427 MAKE_ENCODER(x448, ecx, EVP_PKEY_ED448, PrivateKeyInfo, der); [all …]
|
H A D | decode_der2key.c | 469 # define ed448_evp_type EVP_PKEY_ED448
|
/freebsd/crypto/openssl/ssl/ |
H A D | ssl_cert_table.h | 22 {EVP_PKEY_ED448, SSL_aECDSA} /* SSL_PKEY_ED448 */
|
H A D | t1_lib.c | 1065 NID_undef, -1, EVP_PKEY_ED448, SSL_PKEY_ED448,
|
/freebsd/crypto/openssl/crypto/x509/ |
H A D | x509type.c | 47 case EVP_PKEY_ED448: in X509_certificate_type()
|
H A D | x_pubkey.c | 887 if (EVP_PKEY_get_id(pkey) == EVP_PKEY_ED448) in ossl_d2i_ED448_PUBKEY() 911 (void)EVP_PKEY_assign(pktmp, EVP_PKEY_ED448, (ECX_KEY *)a); in ossl_i2d_ED448_PUBKEY()
|
/freebsd/crypto/openssl/test/ |
H A D | ssl_cert_table_internal_test.c | 57 && test_cert_table(EVP_PKEY_ED448, SSL_aECDSA, SSL_PKEY_ED448); in test_ssl_cert_table()
|
H A D | evp_extra_test.c | 2250 EVP_PKEY_ED448,
|
/freebsd/crypto/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>. 151 B<EVP_PKEY_ED448>.
|
/freebsd/crypto/openssl/crypto/ec/ |
H A D | ecx_meth.c | 661 return ecx_generic_import_from(params, vpctx, EVP_PKEY_ED448); in ed448_import_from() 665 EVP_PKEY_ED448, 666 EVP_PKEY_ED448, 923 EVP_PKEY_ED448, EVP_PKEY_FLAG_SIGCTX_CUSTOM, 1374 EVP_PKEY_ED448, EVP_PKEY_FLAG_SIGCTX_CUSTOM,
|
/freebsd/crypto/openssl/include/crypto/ |
H A D | ecx.h | 64 : EVP_PKEY_ED448)))
|
/freebsd/crypto/openssl/apps/ |
H A D | dgst.c | 293 if (type == EVP_PKEY_ED25519 || type == EVP_PKEY_ED448) { in dgst_main()
|
H A D | pkeyutl.c | 726 || EVP_PKEY_get_id(pkey) == EVP_PKEY_ED448) { in do_raw_keyop()
|
/freebsd/crypto/openssl/crypto/evp/ |
H A D | p_lib.c | 1012 { EVP_PKEY_ED448, "ED448" }, 1087 case EVP_PKEY_ED448: in EVP_PKEY_can_sign()
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | evp.h | 81 # define EVP_PKEY_ED448 NID_ED448 macro
|