diff options
Diffstat (limited to 'src/crypto/modes/internal.h')
-rw-r--r-- | src/crypto/modes/internal.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/crypto/modes/internal.h b/src/crypto/modes/internal.h index d12405e..caeac40 100644 --- a/src/crypto/modes/internal.h +++ b/src/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]; |