aboutsummaryrefslogtreecommitdiff
path: root/platform/linux-generic/include/odp_crypto_internal.h
diff options
context:
space:
mode:
authorMaxim Uvarov <maxim.uvarov@linaro.org>2015-12-31 11:15:35 +0300
committerMaxim Uvarov <maxim.uvarov@linaro.org>2015-12-31 11:15:35 +0300
commit4320d76520e1bf352d1aa2a94a3e8ffe74e003d2 (patch)
treec699d1e969b2f285bf1dd2e2fa7e770d5db49166 /platform/linux-generic/include/odp_crypto_internal.h
parenta0a20997629be7045222980da6e393bca9a9fa37 (diff)
parent4b22a3a0853b16b785a88a6a709a3a098cdccc2d (diff)
Merge branch 'next'v1.6.0.0
Diffstat (limited to 'platform/linux-generic/include/odp_crypto_internal.h')
-rw-r--r--platform/linux-generic/include/odp_crypto_internal.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/platform/linux-generic/include/odp_crypto_internal.h b/platform/linux-generic/include/odp_crypto_internal.h
index b9128a426..7b104afa8 100644
--- a/platform/linux-generic/include/odp_crypto_internal.h
+++ b/platform/linux-generic/include/odp_crypto_internal.h
@@ -50,6 +50,9 @@ struct odp_crypto_generic_session {
struct {
AES_KEY key;
} aes;
+ struct {
+ EVP_CIPHER_CTX *ctx;
+ } aes_gcm;
} data;
crypto_func_t func;
} cipher;