1; 2; Features of a default crypto driver. 3; 4; This file defines the features that are valid for inclusion in 5; the other driver files and also the order that they appear in 6; the features table in the documentation. 7; 8[Features] 9Symmetric crypto = 10Asymmetric crypto = 11Sym operation chaining = 12HW Accelerated = 13Protocol offload = 14CPU SSE = 15CPU AVX = 16CPU AVX2 = 17CPU AVX512 = 18CPU AESNI = 19CPU NEON = 20CPU ARM CE = 21In Place SGL = 22OOP SGL In SGL Out = 23OOP SGL In LB Out = 24OOP LB In SGL Out = 25OOP LB In LB Out = 26 27; 28; Supported crypto algorithms of a default crypto driver. 29; 30[Cipher] 31NULL = 32AES CBC (128) = 33AES CBC (192) = 34AES CBC (256) = 35AES ECB (128) = 36AES ECB (192) = 37AES ECB (256) = 38AES CTR (128) = 39AES CTR (192) = 40AES CTR (256) = 41AES DOCSIS BPI = 423DES CBC = 433DES CTR = 44DES CBC = 45DES DOCSIS BPI = 46SNOW3G UEA2 = 47KASUMI F8 = 48ZUC EEA3 = 49 50; 51; Supported authentication algorithms of a default crypto driver. 52; 53[Auth] 54NULL = 55MD5 = 56MD5 HMAC = 57SHA1 = 58SHA1 HMAC = 59SHA224 = 60SHA224 HMAC = 61SHA256 = 62SHA256 HMAC = 63SHA384 = 64SHA384 HMAC = 65SHA512 = 66SHA512 HMAC = 67AES XCBC MAC = 68AES GMAC = 69SNOW3G UIA2 = 70KASUMI F9 = 71ZUC EIA3 = 72AES CMAC (128) = 73AES CMAC (192) = 74AES CMAC (256) = 75SHA3_224 = 76SHA3_224 HMAC = 77SHA3_256 = 78SHA3_256 HMAC = 79SHA3_384 = 80SHA3_384 HMAC = 81SHA3_512 = 82SHA3_512 HMAC = 83 84; 85; Supported AEAD algorithms of a default crypto driver. 86; 87[AEAD] 88AES GCM (128) = 89AES GCM (192) = 90AES GCM (256) = 91AES CCM (128) = 92AES CCM (192) = 93AES CCM (256) = 94