projects
/
openssl.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Remove some unneeded code
[openssl.git]
/
crypto
/
ec
/
curve448
/
field.h
diff --git
a/crypto/ec/curve448/field.h
b/crypto/ec/curve448/field.h
index ccf64da7a5e77da61c306994a73aba69f21be506..b895847f76412860db67b9e4419170deb8546bd0 100644
(file)
--- a/
crypto/ec/curve448/field.h
+++ b/
crypto/ec/curve448/field.h
@@
-87,14
+87,4
@@
static ossl_inline void gf_cond_swap(gf x, gf_s * __restrict__ y, mask_t swap)
constant_time_cond_swap(x, y, sizeof(gf_s), swap);
}
constant_time_cond_swap(x, y, sizeof(gf_s), swap);
}
-static ossl_inline void gf_mul_qnr(gf_s * __restrict__ out, const gf x)
-{
- gf_sub(out, ZERO, x);
-}
-
-static ossl_inline void gf_div_qnr(gf_s * __restrict__ out, const gf x)
-{
- gf_sub(out, ZERO, x);
-}
-
#endif /* __GF_H__ */
#endif /* __GF_H__ */