Searched refs:AES (Results 1 – 14 of 14) sorted by relevance
/AliOS-Things-master/components/py_engine/tests/extmod/ |
A D | ucryptolib_aes128_ecb_enc.py | 5 from Crypto.Cipher import AES 7 aes = AES.new
|
A D | ucryptolib_aes128_ecb.py | 2 from Crypto.Cipher import AES 4 aes = AES.new
|
A D | ucryptolib_aes256_ecb.py | 2 from Crypto.Cipher import AES 4 aes = AES.new
|
A D | ucryptolib_aes128_cbc.py | 2 from Crypto.Cipher import AES 4 aes = AES.new
|
A D | ucryptolib_aes256_cbc.py | 2 from Crypto.Cipher import AES 4 aes = AES.new
|
/AliOS-Things-master/components/oss/src/encryption/ |
A D | Cipher.cc | 25 return name[static_cast<int>(algo) - static_cast<int>(CipherAlgorithm::AES)]; in toAlgorithmName() 99 CipherAlgorithm::AES, CipherMode::CTR, CipherPadding::NoPadding); in CreateAES128_CTRImpl() 105 CipherAlgorithm::AES, CipherMode::CBC, CipherPadding::PKCS5Padding); in CreateAES128_CBCImpl() 111 CipherAlgorithm::AES, CipherMode::CTR, CipherPadding::NoPadding); in CreateAES256_CTRImpl()
|
/AliOS-Things-master/components/mbedtls/ |
A D | README.md | 6 mbedtls提供加解密算法(AES, RSA, MD5/SHA1/SHA256/SHA512 etc.),X.509证书管理和TLS/DTLS协议支持。详细介绍可参考[mbedtls官网](htt… 10 - 加解密算法(DES/3DES/AES/RSA/ARIA/ARC4/BLOWFISH/CAMELLIA/XTEA/CHACHA20/POLY1305) 78 > 使能AES: 默认使能,如需关闭,可修改配置如: 83 > 使用AES ROM表: 默认不使能,如需使能,可修改配置如: 88 > 使用较少的AES ROM/RAM表: 默认不使能,如需使能,可修改配置如:
|
A D | ChangeLog | 399 * Add support for the XTS block cipher mode with AES (AES-XTS). 841 * Only run AES-192 self-test if AES-192 is available. Fixes #963. 1108 * Added support for CMAC for AES and 3DES and AES-CMAC-PRF-128, as defined by 1899 * AES-NI now compiles with "old" assemblers too 2036 * Support for AES CFB8 mode 2059 * AES-NI support for AES, AES-GCM and AES key scheduling 2520 * Added base Galois Counter Mode (GCM) for AES 2540 * AES code only check for Padlock once 2804 * Parsing PEM private keys encrypted with DES and AES 2932 * Added preliminary Code Coverage tests for AES, ARC4, [all …]
|
/AliOS-Things-master/components/py_engine/tests/perf_bench/ |
A D | misc_aes.py | 150 class AES: class 212 aes = AES(256)
|
/AliOS-Things-master/components/py_engine/tests/thread/ |
A D | stress_aes.py | 166 class AES: class 241 aes = AES(256)
|
/AliOS-Things-master/components/oss/include/alibabacloud/oss/encryption/ |
A D | Cipher.h | 27 AES, enumerator
|
/AliOS-Things-master/components/mbedtls/programs/ |
A D | README.md | 6 ## Symmetric cryptography (AES) examples 8 … with a key derived from a low-entropy secret, demonstrating the low-level AES interface, the dige… 47 …ecure channel using RSA for authentication and Diffie-Hellman to generate a shared AES session key.
|
/AliOS-Things-master/components/mbedtls/include/mbedtls/ |
A D | config.h.bak | 526 * Use precomputed AES tables stored in ROM. 529 * Comment this macro to generate AES tables in RAM at runtime. 546 * Use less ROM/RAM for AES tables. 548 * Uncommenting this macro omits 75% of the AES tables from 1735 * Enable AES-NI support on x86-64. 1749 * Enable the AES block cipher. 1817 * PEM_PARSE uses AES for decrypting encrypted keys. 2096 * Enable the CTR_DRBG AES-based random generator. 2097 * The CTR_DRBG generator uses AES-256 by default. 2266 * Enable the Galois/Counter Mode (GCM) for AES. [all …]
|
/AliOS-Things-master/components/ble_host/bt_host/host/ |
A D | Kconfig | 128 # Hidden option that compiles in random number generation and AES
|
Completed in 19 milliseconds