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:
20d1713
)
Missing prototype.
author
Ben Laurie
<ben@openssl.org>
Tue, 27 Jul 2010 16:34:29 +0000
(16:34 +0000)
committer
Ben Laurie
<ben@openssl.org>
Tue, 27 Jul 2010 16:34:29 +0000
(16:34 +0000)
crypto/modes/modes.h
patch
|
blob
|
history
diff --git
a/crypto/modes/modes.h
b/crypto/modes/modes.h
index 1087646d2dfc7a7a4f9dae819905eed98444c001..3ded925d5e5dd6f4582f6fc2028a2ff3285b6b93 100644
(file)
--- a/
crypto/modes/modes.h
+++ b/
crypto/modes/modes.h
@@
-83,6
+83,7
@@
size_t CRYPTO_nistcts128_decrypt(const unsigned char *in, unsigned char *out,
typedef struct gcm128_context GCM128_CONTEXT;
GCM128_CONTEXT *CRYPTO_gcm128_new(void *key, block128_f block);
+void CRYPTO_gcm128_init(GCM128_CONTEXT *ctx,void *key,block128_f block);
void CRYPTO_gcm128_setiv(GCM128_CONTEXT *ctx, const unsigned char *iv,
size_t len);
void CRYPTO_gcm128_aad(GCM128_CONTEXT *ctx, const unsigned char *aad,