Searched refs:AES_BLOCK_SIZE (Results 1 – 3 of 3) sorted by relevance
/AliOS-Things-master/components/linkkit/wrappers/platform/os/ |
A D | HAL_Crypt_yoc.c | 9 #define AES_BLOCK_SIZE 16 macro 70 AES_BLOCK_SIZE, p_aes128->iv, src, dst); in HAL_Aes128_Cbc_Encrypt() 90 AES_BLOCK_SIZE, p_aes128->iv, src, dst); in HAL_Aes128_Cbc_Decrypt()
|
/AliOS-Things-master/components/linkkit/include/linkkit/infra/ |
A D | infra_aes.h | 273 #define AES_BLOCK_SIZE (16) macro
|
/AliOS-Things-master/components/linkkit/infra/ |
A D | infra_aes.c | 992 AES_BLOCK_SIZE, p_aes128->iv, src, dst); in infra_aes128_cbc_decrypt() 995 AES_BLOCK_SIZE, p_aes128->iv, src, dst); in infra_aes128_cbc_decrypt() 1060 AES_BLOCK_SIZE, p_aes128->iv, src, dst); in infra_aes128_cbc_encrypt() 1063 AES_BLOCK_SIZE, p_aes128->iv, src, dst); in infra_aes128_cbc_encrypt()
|
Completed in 5 milliseconds