Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/boringssl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Braithwaite <mab@google.com>2015-07-29 02:49:58 +0300
committerAdam Langley <agl@google.com>2015-08-19 04:35:50 +0300
commit12fe1b25ead258858309d22ffa9e1f9a316358d7 (patch)
treef199476bbaf85ddd504fb3b713dc7a64e25484b1 /crypto/modes
parenta89e208fe96813d36c39eeff6a9ec4d23b4a5af2 (diff)
Re-add the C version (only) of |EVP_aes_256_xts|
Change-Id: I63c70f93a0f9395673c9fbe01eb5d864a14a48b6 Reviewed-on: https://boringssl-review.googlesource.com/5520 Reviewed-by: Adam Langley <agl@google.com> Reviewed-by: Matt Braithwaite <mab@google.com>
Diffstat (limited to 'crypto/modes')
-rw-r--r--crypto/modes/internal.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/crypto/modes/internal.h b/crypto/modes/internal.h
index d12405e6..caeac404 100644
--- a/crypto/modes/internal.h
+++ b/crypto/modes/internal.h
@@ -173,11 +173,6 @@ struct gcm128_context {
void *key;
};
-struct xts128_context {
- void *key1, *key2;
- block128_f block1, block2;
-};
-
struct ccm128_context {
union {
uint64_t u[2];