Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/providers/implementations/encode_decode/
H A Dencode_key2any.c816 # 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 Ddecode_der2key.c469 # define ed448_evp_type EVP_PKEY_ED448
/freebsd/crypto/openssl/ssl/
H A Dssl_cert_table.h22 {EVP_PKEY_ED448, SSL_aECDSA} /* SSL_PKEY_ED448 */
H A Dt1_lib.c1065 NID_undef, -1, EVP_PKEY_ED448, SSL_PKEY_ED448,
/freebsd/crypto/openssl/crypto/x509/
H A Dx509type.c47 case EVP_PKEY_ED448: in X509_certificate_type()
H A Dx_pubkey.c887 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 Dssl_cert_table_internal_test.c57 && test_cert_table(EVP_PKEY_ED448, SSL_aECDSA, SSL_PKEY_ED448); in test_ssl_cert_table()
H A Devp_extra_test.c2250 EVP_PKEY_ED448,
/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>.
151 B<EVP_PKEY_ED448>.
/freebsd/crypto/openssl/crypto/ec/
H A Decx_meth.c661 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 Decx.h64 : EVP_PKEY_ED448)))
/freebsd/crypto/openssl/apps/
H A Ddgst.c293 if (type == EVP_PKEY_ED25519 || type == EVP_PKEY_ED448) { in dgst_main()
H A Dpkeyutl.c726 || EVP_PKEY_get_id(pkey) == EVP_PKEY_ED448) { in do_raw_keyop()
/freebsd/crypto/openssl/crypto/evp/
H A Dp_lib.c1012 { EVP_PKEY_ED448, "ED448" },
1087 case EVP_PKEY_ED448: in EVP_PKEY_can_sign()
/freebsd/crypto/openssl/include/openssl/
H A Devp.h81 # define EVP_PKEY_ED448 NID_ED448 macro