Lines Matching refs:mode
111 * Add additional block mode, OFB (Output Feedback), to the AES module and
115 * Add support for the CCM* block cipher mode as defined in IEEE Std. 802.15.4.
116 * Add support for the XTS block cipher mode with AES (AES-XTS).
536 * Fix an issue in the cipher decryption with the mode
538 Note, this padding mode is not used by the TLS protocol. Found and fixed by
677 * Accept empty trusted CA chain in authentication mode
680 fatal errors in authentication mode MBEDTLS_SSL_VERIFY_OPTIONAL and to
1271 * Removed mode from des_context and des3_context
1542 * Add CCM module and cipher mode to Cipher Layer
1715 "triple handshake" attack when authentication mode is 'optional' (the
1753 * Support for AES CFB8 mode
1812 * Support for Camellia-GCM mode and ciphersuites
2020 "triple handshake" attack when authentication mode is optional (the
2449 * Expanded cipher layer with support for CFB128 and CTR mode
2738 be sent twice in non-blocking mode when send returns EAGAIN
2743 * Fixed the "mode" parameter so that encryption/decryption are
2789 * Added AES-CFB mode of operation, contributed by chmike