diff options
author | jbj <devnull@localhost> | 2003-04-29 08:15:16 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2003-04-29 08:15:16 +0000 |
commit | a94207342d80a5ca6fc19e05de95ec346c937ccb (patch) | |
tree | 92edb18630a83bb403cd27c8dba2d580e218ccf1 /beecrypt/mpbarrett.h | |
parent | d4538f2d0da92317bbfeb37b1c7513350763b0f4 (diff) | |
download | librpm-tizen-a94207342d80a5ca6fc19e05de95ec346c937ccb.tar.gz librpm-tizen-a94207342d80a5ca6fc19e05de95ec346c937ccb.tar.bz2 librpm-tizen-a94207342d80a5ca6fc19e05de95ec346c937ccb.zip |
beecrypt-3.0.0 merge: splint checks.
CVS patchset: 6787
CVS date: 2003/04/29 08:15:16
Diffstat (limited to 'beecrypt/mpbarrett.h')
-rw-r--r-- | beecrypt/mpbarrett.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/beecrypt/mpbarrett.h b/beecrypt/mpbarrett.h index ff2debbfe..e1321a44b 100644 --- a/beecrypt/mpbarrett.h +++ b/beecrypt/mpbarrett.h @@ -89,7 +89,7 @@ void mpbsubone(const mpbarrett* b, mpw* result) /** */ BEECRYPTAPI /*@unused@*/ -void mpbneg(const mpbarrett* b, const mpw* xdata, mpw* result) +void mpbneg(const mpbarrett* b, const mpw* data, mpw* result) /*@modifies result @*/; /** @@ -121,7 +121,7 @@ void mpbrndinv_w(const mpbarrett* b, randomGeneratorContext* rc, /*@out@*/ mpw* /** */ BEECRYPTAPI -void mpbmod_w(const mpbarrett* b, const mpw* xdata, /*@out@*/ mpw* result, /*@out@*/ mpw* wksp) +void mpbmod_w(const mpbarrett* b, const mpw* data, /*@out@*/ mpw* result, /*@out@*/ mpw* wksp) /*@modifies result, wksp @*/; /** @@ -192,7 +192,7 @@ void mpbsm3powmod(const mpbarrett* b, const mpw*, const mpw*, const mpw*, const /** */ BEECRYPTAPI /*@unused@*/ -int mpbpprime_w(const mpbarrett* b, randomGeneratorContext* rc, int t, /*@out@*/ mpw* wksp) +int mpbpprime_w(const mpbarrett* b, randomGeneratorContext* r, int t, /*@out@*/ mpw* wksp) /*@modifies wksp @*/; /** |