Lines Matching +full:256 +full:b
94 AES for 128, 192 and 256 bit keys in the following modes: CBC, CFB with 128-bit
101 128 and 256 bits length respectively. The authentication tag is 160 bits long.
110 Authenticated encryption with AES in CBC mode using SHA256 (SHA-2, 256-bits) as
111 HMAC, with keys of 128 and 256 bits length respectively. The authentication tag
112 is 256 bits long.
128 AES for 128, 192 and 256 bit keys in CBC-MAC Mode (CCM), Galois Counter Mode
140 AES key wrap with 128, 192 and 256 bit keys, as according to RFC 3394 section
153 In particular, XTS-AES-128 (B<EVP_aes_128_xts>) takes input of a 256-bit key to
154 achieve AES 128-bit security, and XTS-AES-256 (B<EVP_aes_256_xts>) takes input
155 of a 512-bit key to achieve AES 256-bit security.
175 These functions return an B<EVP_CIPHER> structure that contains the
177 details of the B<EVP_CIPHER> structure.