summaryrefslogtreecommitdiffstats
path: root/src/crypto/cipher/internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/crypto/cipher/internal.h')
-rw-r--r--src/crypto/cipher/internal.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/crypto/cipher/internal.h b/src/crypto/cipher/internal.h
index b2a94f4..72ac118 100644
--- a/src/crypto/cipher/internal.h
+++ b/src/crypto/cipher/internal.h
@@ -96,6 +96,9 @@ struct evp_aead_st {
size_t ad_len);
int (*get_rc4_state)(const EVP_AEAD_CTX *ctx, const RC4_KEY **out_key);
+
+ int (*get_iv)(const EVP_AEAD_CTX *ctx, const uint8_t **out_iv,
+ size_t *out_len);
};