summaryrefslogtreecommitdiffstats
path: root/include/crypto/ecx.h
diff options
context:
space:
mode:
authorPauli <paul.dale@oracle.com>2020-04-02 14:37:26 +1000
committerPauli <paul.dale@oracle.com>2020-04-17 19:51:37 +1000
commitc1e48c5171affd99111fd08e7a0a7e1a76121138 (patch)
tree0d4950fd0e0bd1ca1979e6f731a7efd65f6b9feb /include/crypto/ecx.h
parent43cd37014ef4433ae8e82ba64bddc42cf0bd618a (diff)
s390: ECX key generation fixes.
Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/11371)
Diffstat (limited to 'include/crypto/ecx.h')
-rw-r--r--include/crypto/ecx.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/include/crypto/ecx.h b/include/crypto/ecx.h
index 2aa1ae1d6f..5ee6b8ce7e 100644
--- a/include/crypto/ecx.h
+++ b/include/crypto/ecx.h
@@ -108,13 +108,6 @@ 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_key_fromdata(ECX_KEY *ecx, const OSSL_PARAM params[],
int include_private);