X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=include%2Fcrypto%2Fecx.h;h=ef3bf0f3a818660a49941e111f0b4659536ac74b;hp=2aa1ae1d6f93ae60a11d33fb02e8c89efe0219c8;hb=969024b4580172b1cd836550e227d64515c628bc;hpb=43cd37014ef4433ae8e82ba64bddc42cf0bd618a diff --git a/include/crypto/ecx.h b/include/crypto/ecx.h index 2aa1ae1d6f..ef3bf0f3a8 100644 --- a/include/crypto/ecx.h +++ b/include/crypto/ecx.h @@ -108,14 +108,8 @@ int X448(uint8_t out_shared_key[56], const uint8_t private_key[56], void X448_public_from_private(uint8_t out_public_value[56], const uint8_t private_key[56]); -int s390x_x25519_mul(unsigned char u_dst[32], - const unsigned char u_src[32], - const unsigned char d_src[32]); -int s390x_x448_mul(unsigned char u_dst[56], - const unsigned char u_src[56], - const unsigned char d_src[56]); - /* Backend support */ +int ecx_public_from_private(ECX_KEY *key); int ecx_key_fromdata(ECX_KEY *ecx, const OSSL_PARAM params[], int include_private);