Lines Matching refs:AES
50 - EVP AES cipher
65 The AES encryption algorithm for EVP.
94 AES for 128, 192 and 256 bit keys in the following modes: CBC, CFB with 128-bit
100 Authenticated encryption with AES in CBC mode using SHA-1 as HMAC, with keys of
110 Authenticated encryption with AES in CBC mode using SHA256 (SHA-2, 256-bits) as
128 AES for 128, 192 and 256 bit keys in CBC-MAC Mode (CCM), Galois Counter Mode
146 AES key wrap with 128, 192 and 256 bit keys, as according to RFC 3394 section
152 AES XTS mode (XTS-AES) is standardized in IEEE Std. 1619-2007 and described in NIST
157 XTS-AES provides confidentiality but not authentication of data. It also
159 In particular, XTS-AES-128 (B<EVP_aes_128_xts>) takes input of a 256-bit key to
160 achieve AES 128-bit security, and XTS-AES-256 (B<EVP_aes_256_xts>) takes input
161 of a 512-bit key to achieve AES 256-bit security.