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 = 21Mbuf scatter gather = 22 23; 24; Supported crypto algorithms of a default crypto driver. 25; 26[Cipher] 27NULL = 28AES CBC (128) = 29AES CBC (192) = 30AES CBC (256) = 31AES CTR (128) = 32AES CTR (192) = 33AES CTR (256) = 34AES DOCSIS BPI = 353DES CBC = 363DES CTR = 37DES CBC = 38DES DOCSIS BPI = 39SNOW3G UEA2 = 40KASUMI F8 = 41ZUC EEA3 = 42 43; 44; Supported authentication algorithms of a default crypto driver. 45; 46[Auth] 47NULL = 48MD5 = 49MD5 HMAC = 50SHA1 = 51SHA1 HMAC = 52SHA224 = 53SHA224 HMAC = 54SHA256 = 55SHA256 HMAC = 56SHA384 = 57SHA384 HMAC = 58SHA512 = 59SHA512 HMAC = 60AES XCBC MAC = 61AES GMAC = 62SNOW3G UIA2 = 63KASUMI F9 = 64ZUC EIA3 = 65 66; 67; Supported AEAD algorithms of a default crypto driver. 68; 69[AEAD] 70AES GCM (128) = 71AES GCM (192) = 72AES GCM (256) = 73AES CCM (128) = 74AES CCM (192) = 75AES CCM (256) = 76