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 = 26RSA PRIV OP KEY EXP = 27RSA PRIV OP KEY QT = 28Digest encrypted = 29Asymmetric sessionless = 30CPU crypto = 31Symmetric sessionless = 32Non-Byte aligned data = 33Sym raw data path API = 34Cipher multiple data units = 35 36; 37; Supported crypto algorithms of a default crypto driver. 38; 39[Cipher] 40NULL = 41AES CBC (128) = 42AES CBC (192) = 43AES CBC (256) = 44AES ECB (128) = 45AES ECB (192) = 46AES ECB (256) = 47AES CTR (128) = 48AES CTR (192) = 49AES CTR (256) = 50AES XTS (128) = 51AES XTS (192) = 52AES XTS (256) = 53AES DOCSIS BPI = 543DES CBC = 553DES CTR = 563DES ECB = 57DES CBC = 58DES DOCSIS BPI = 59SNOW3G UEA2 = 60KASUMI F8 = 61ZUC EEA3 = 62 63; 64; Supported authentication algorithms of a default crypto driver. 65; 66[Auth] 67NULL = 68MD5 = 69MD5 HMAC = 70SHA1 = 71SHA1 HMAC = 72SHA224 = 73SHA224 HMAC = 74SHA256 = 75SHA256 HMAC = 76SHA384 = 77SHA384 HMAC = 78SHA512 = 79SHA512 HMAC = 80AES XCBC MAC = 81AES GMAC = 82SNOW3G UIA2 = 83KASUMI F9 = 84ZUC EIA3 = 85AES CMAC (128) = 86AES CMAC (192) = 87AES CMAC (256) = 88SHA3_224 = 89SHA3_224 HMAC = 90SHA3_256 = 91SHA3_256 HMAC = 92SHA3_384 = 93SHA3_384 HMAC = 94SHA3_512 = 95SHA3_512 HMAC = 96 97; 98; Supported AEAD algorithms of a default crypto driver. 99; 100[AEAD] 101AES GCM (128) = 102AES GCM (192) = 103AES GCM (256) = 104AES CCM (128) = 105AES CCM (192) = 106AES CCM (256) = 107CHACHA20-POLY1305 = 108; 109; Supported Asymmetric algorithms of a default crypto driver. 110; 111[Asymmetric] 112RSA = 113DSA = 114Modular Exponentiation = 115Modular Inversion = 116Diffie-hellman = 117ECDSA = 118ECPM = 119