projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9d6b1ce
)
bn_part_sub_word prototype.
author
Ulf Möller
<ulf@openssl.org>
Fri, 8 Dec 2000 19:10:33 +0000
(19:10 +0000)
committer
Ulf Möller
<ulf@openssl.org>
Fri, 8 Dec 2000 19:10:33 +0000
(19:10 +0000)
crypto/bn/bn_lcl.h
patch
|
blob
|
history
diff --git
a/crypto/bn/bn_lcl.h
b/crypto/bn/bn_lcl.h
index 39ad05631a1b60696b4ba28f447fa3a41209a19f..a14188e2d207c51bedee0ef8ec89cfe370d086fa 100644
(file)
--- a/
crypto/bn/bn_lcl.h
+++ b/
crypto/bn/bn_lcl.h
@@
-414,6
+414,8
@@
void bn_mul_low_recursive(BN_ULONG *r,BN_ULONG *a,BN_ULONG *b,int n2,
BN_ULONG *t);
void bn_mul_high(BN_ULONG *r,BN_ULONG *a,BN_ULONG *b,BN_ULONG *l,int n2,
BN_ULONG *t);
+BN_ULONG bn_sub_part_words(BN_ULONG *r, const BN_ULONG *a, const BN_ULONG *b,
+ int cl, int dl);
#ifdef __cplusplus
}