New upstream version 18.08
[deb_dpdk.git] / drivers / crypto / qat / qat_sym_capabilities.h
similarity index 98%
rename from drivers/crypto/qat/qat_crypto_capabilities.h
rename to drivers/crypto/qat/qat_sym_capabilities.h
index 37a6b7c..eea08bc 100644 (file)
@@ -1,9 +1,9 @@
 /* SPDX-License-Identifier: BSD-3-Clause
- * Copyright(c) 2017 Intel Corporation
+ * Copyright(c) 2017-2018 Intel Corporation
  */
 
-#ifndef _QAT_CRYPTO_CAPABILITIES_H_
-#define _QAT_CRYPTO_CAPABILITIES_H_
+#ifndef _QAT_SYM_CAPABILITIES_H_
+#define _QAT_SYM_CAPABILITIES_H_
 
 #define QAT_BASE_GEN1_SYM_CAPABILITIES                                 \
        {       /* SHA1 HMAC */                                         \
                                .algo = RTE_CRYPTO_CIPHER_3DES_CBC,     \
                                .block_size = 8,                        \
                                .key_size = {                           \
-                                       .min = 16,                      \
+                                       .min = 8,                       \
                                        .max = 24,                      \
                                        .increment = 8                  \
                                },                                      \
                }, }                                                    \
        }
 
-#endif /* _QAT_CRYPTO_CAPABILITIES_H_ */
+#endif /* _QAT_SYM_CAPABILITIES_H_ */