Searched refs:CBC (Results 1 – 5 of 5) sorted by relevance
/AliOS-Things-master/components/oss/include/alibabacloud/oss/encryption/ |
A D | Cipher.h | 34 CBC, enumerator
|
/AliOS-Things-master/components/oss/src/encryption/ |
A D | Cipher.cc | 105 CipherAlgorithm::AES, CipherMode::CBC, CipherPadding::PKCS5Padding); in CreateAES128_CBCImpl()
|
/AliOS-Things-master/components/mbedtls/ |
A D | README.md | 93 > 使能CBC加密模式: 默认使能,如需关闭,可修改配置如:
|
A D | ChangeLog | 167 padded records in case of CBC ciphersuites using Encrypt-then-MAC. 303 or CCM instead of CBC, using hash sizes other than SHA-384, or using 319 on CBC, in (D)TLS 1.0 to 1.2, that allowed a local attacker, able to 323 buffer. Connections using GCM or CCM instead of CBC or using 503 * Return the plaintext data more quickly on unpadded CBC decryption, as 1865 rejected with CBC-based ciphersuites and TLS >= 1.1 1867 to 32 bytes with CBC-based ciphersuites and TLS >= 1.1 1908 * Fix false reject in padding check in ssl_decrypt_buf() for CBC 2746 (AES CTR, Camellia CTR, XTEA CBC) including the option to 3050 * Added test vectors for: AES-CBC, AES-CFB, DES-CBC and 3DES-CBC, [all …]
|
/AliOS-Things-master/components/mbedtls/include/mbedtls/ |
A D | config.h.bak | 577 * Enable Cipher Block Chaining mode (CBC) for symmetric ciphers. 647 * padding (e.g. CBC) 649 * If you disable all padding modes, only full blocks can be used with CBC. 1284 * ciphersuites using CBC, providing deep resistance against timing attacks 1287 * This only affects CBC ciphersuites, and is useless if none is defined. 1345 * Enable 1/n-1 record splitting for CBC mode in SSLv3 and TLS 1.0. 2025 * Enable the Counter with CBC-MAC (CCM) mode for 128-bit block cipher.
|
Completed in 11 milliseconds