1.. BSD LICENSE 2 Copyright(c) 2016 Intel Corporation. All rights reserved. 3 4 Redistribution and use in source and binary forms, with or without 5 modification, are permitted provided that the following conditions 6 are met: 7 8 * Redistributions of source code must retain the above copyright 9 notice, this list of conditions and the following disclaimer. 10 * Redistributions in binary form must reproduce the above copyright 11 notice, this list of conditions and the following disclaimer in 12 the documentation and/or other materials provided with the 13 distribution. 14 * Neither the name of Intel Corporation nor the names of its 15 contributors may be used to endorse or promote products derived 16 from this software without specific prior written permission. 17 18 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 19 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT 20 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR 21 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT 22 OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, 23 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT 24 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 25 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 26 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 27 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 28 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 29 30Crypto Device Supported Functionality Matrices 31---------------------------------------------- 32 33Supported Feature Flags 34 35.. csv-table:: 36 :header: "Feature Flags", "qat", "null", "aesni_mb", "aesni_gcm", "snow3g", "kasumi" 37 :stub-columns: 1 38 39 "RTE_CRYPTODEV_FF_SYMMETRIC_CRYPTO",x,x,x,x,x,x 40 "RTE_CRYPTODEV_FF_ASYMMETRIC_CRYPTO",,,,,, 41 "RTE_CRYPTODEV_FF_SYM_OPERATION_CHAINING",x,x,x,x,x,x 42 "RTE_CRYPTODEV_FF_CPU_SSE",,,x,,x,x 43 "RTE_CRYPTODEV_FF_CPU_AVX",,,x,,x,x 44 "RTE_CRYPTODEV_FF_CPU_AVX2",,,x,,, 45 "RTE_CRYPTODEV_FF_CPU_AVX512",,,x,,, 46 "RTE_CRYPTODEV_FF_CPU_AESNI",,,x,x,, 47 "RTE_CRYPTODEV_FF_HW_ACCELERATED",x,,,,, 48 49Supported Cipher Algorithms 50 51.. csv-table:: 52 :header: "Cipher Algorithms", "qat", "null", "aesni_mb", "aesni_gcm", "snow3g", "kasumi" 53 :stub-columns: 1 54 55 "NULL",,x,,,, 56 "AES_CBC_128",x,,x,,, 57 "AES_CBC_192",x,,x,,, 58 "AES_CBC_256",x,,x,,, 59 "AES_CTR_128",x,,x,,, 60 "AES_CTR_192",x,,x,,, 61 "AES_CTR_256",x,,x,,, 62 "DES_CBC",x,,,,, 63 "SNOW3G_UEA2",x,,,,x, 64 "KASUMI_F8",,,,,,x 65 66Supported Authentication Algorithms 67 68.. csv-table:: 69 :header: "Cipher Algorithms", "qat", "null", "aesni_mb", "aesni_gcm", "snow3g", "kasumi" 70 :stub-columns: 1 71 72 "NONE",,x,,,, 73 "MD5",,,,,, 74 "MD5_HMAC",,,x,,, 75 "SHA1",,,,,, 76 "SHA1_HMAC",x,,x,,, 77 "SHA224",,,,,, 78 "SHA224_HMAC",,,x,,, 79 "SHA256",,,,,, 80 "SHA256_HMAC",x,,x,,, 81 "SHA384",,,,,, 82 "SHA384_HMAC",,,x,,, 83 "SHA512",,,,,, 84 "SHA512_HMAC",x,,x,,, 85 "AES_XCBC",x,,x,,, 86 "AES_GMAC",,,,x,, 87 "SNOW3G_UIA2",x,,,,x, 88 "KASUMI_F9",,,,,,x 89 90Supported AEAD Algorithms 91 92.. csv-table:: 93 :header: "AEAD Algorithms", "qat", "null", "aesni_mb", "aesni_gcm", "snow3g", "kasumi" 94 :stub-columns: 1 95 96 "AES_GCM_128",x,,,x,, 97 "AES_GCM_192",x,,,,, 98 "AES_GCM_256",x,,,x,, 99