Searched defs:aes (Results 1 – 14 of 14) sorted by relevance
/AliOS-Things-master/components/linkkit/wrappers/platform/os/ |
A D | HAL_Crypt_yoc.c | 47 int HAL_Aes128_Destroy(_IN_ p_HAL_Aes128_t aes) in HAL_Aes128_Destroy() 58 int HAL_Aes128_Cbc_Encrypt(_IN_ p_HAL_Aes128_t aes, _IN_ const void *src, in HAL_Aes128_Cbc_Encrypt() 78 int HAL_Aes128_Cbc_Decrypt(_IN_ p_HAL_Aes128_t aes, _IN_ const void *src, in HAL_Aes128_Cbc_Decrypt() 98 int HAL_Aes128_Cfb_Encrypt(_IN_ p_HAL_Aes128_t aes, _IN_ const void *src, in HAL_Aes128_Cfb_Encrypt() 115 int HAL_Aes128_Cfb_Decrypt(_IN_ p_HAL_Aes128_t aes, _IN_ const void *src, in HAL_Aes128_Cfb_Decrypt()
|
/AliOS-Things-master/components/py_engine/tests/extmod/ |
A D | ucryptolib_aes128_ecb_enc.py | 7 aes = AES.new variable
|
A D | ucryptolib_aes128_cbc.py | 4 aes = AES.new variable
|
A D | ucryptolib_aes128_ecb.py | 4 aes = AES.new variable
|
A D | ucryptolib_aes256_cbc.py | 4 aes = AES.new variable
|
A D | ucryptolib_aes256_ecb.py | 4 aes = AES.new variable
|
/AliOS-Things-master/components/linkkit/infra/ |
A D | infra_aes.c | 964 int infra_aes128_destroy(p_Aes128_t aes) in infra_aes128_destroy() 979 int infra_aes128_cbc_decrypt(p_Aes128_t aes, const void *src, size_t blockNum, in infra_aes128_cbc_decrypt() 1004 int infra_aes128_cfb_decrypt(p_Aes128_t aes, const void *src, size_t length, in infra_aes128_cfb_decrypt() 1027 int infra_aes128_cfb_encrypt(p_Aes128_t aes, const void *src, size_t length, in infra_aes128_cfb_encrypt() 1047 int infra_aes128_cbc_encrypt(p_Aes128_t aes, const void *src, size_t blockNum, in infra_aes128_cbc_encrypt()
|
/AliOS-Things-master/components/linkkit/wifi_provision/frameworks/utils/ |
A D | awss_crypt.c | 104 p_Aes128_t aes = (p_Aes128_t)infra_aes128_init(key, iv, AES_DECRYPTION); in aes_decrypt_string() local
|
/AliOS-Things-master/components/mbedtls/programs/pkey/ |
A D | dh_client.c | 105 mbedtls_aes_context aes; in main() local
|
A D | dh_server.c | 105 mbedtls_aes_context aes; in main() local
|
/AliOS-Things-master/components/mbedtls/programs/test/ |
A D | benchmark.c | 452 mbedtls_aes_context aes; in main() local
|
/AliOS-Things-master/components/linkkit/wifi_provision/zero_config/ |
A D | awss_registrar.c | 1088 p_Aes128_t aes = infra_aes128_init(&enr->key[0], enr->random, in registrar_raw_frame_init() local
|
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/fwlib/include/ |
A D | rtl8721d_crypto.h | 224 u8 aes; /*AES */ member
|
/AliOS-Things-master/components/mbedtls/library/ |
A D | cipher_wrap.c | 213 mbedtls_aes_context *aes = mbedtls_calloc( 1, sizeof( mbedtls_aes_context ) ); in aes_ctx_alloc() local
|
Completed in 24 milliseconds