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:
29e62e4
)
The 'counter' is really the IV.
author
Richard Levitte
<levitte@openssl.org>
Thu, 3 Jul 2003 06:42:45 +0000
(06:42 +0000)
committer
Richard Levitte
<levitte@openssl.org>
Thu, 3 Jul 2003 06:42:45 +0000
(06:42 +0000)
crypto/aes/aes.h
patch
|
blob
|
history
diff --git
a/crypto/aes/aes.h
b/crypto/aes/aes.h
index 8294a41a3ad6a7e9e3f4e0e4b9d5992f24651fe2..da067f4a8fa51b3fc9a36d93a67ad4abe8601663 100644
(file)
--- a/
crypto/aes/aes.h
+++ b/
crypto/aes/aes.h
@@
-100,7
+100,7
@@
void AES_ofb128_encrypt(const unsigned char *in, unsigned char *out,
unsigned char *ivec, int *num);
void AES_ctr128_encrypt(const unsigned char *in, unsigned char *out,
const unsigned long length, const AES_KEY *key,
- unsigned char
counter
[AES_BLOCK_SIZE],
+ unsigned char
ivec
[AES_BLOCK_SIZE],
unsigned char ecount_buf[AES_BLOCK_SIZE],
unsigned int *num);