Searched refs:INFRA_AES_ENCRYPT (Results 1 – 2 of 2) sorted by relevance
/AliOS-Things-master/components/linkkit/include/linkkit/infra/ |
A D | infra_aes.h | 21 #define INFRA_AES_ENCRYPT 1 macro 270 #define MBEDTLS_AES_ENCRYPT INFRA_AES_ENCRYPT
|
/AliOS-Things-master/components/linkkit/infra/ |
A D | infra_aes.c | 809 if (mode == INFRA_AES_ENCRYPT) in infra_aes_crypt_ecb() 886 infra_aes_crypt_ecb(ctx, INFRA_AES_ENCRYPT, iv, iv); in infra_aes_crypt_cfb128() 897 infra_aes_crypt_ecb(ctx, INFRA_AES_ENCRYPT, iv, iv); in infra_aes_crypt_cfb128() 1038 ret = infra_aes_crypt_cfb128(&p_aes128->ctx, INFRA_AES_ENCRYPT, length, in infra_aes128_cfb_encrypt() 1059 ret = infra_aes_crypt_cbc(&p_aes128->ctx, INFRA_AES_ENCRYPT, in infra_aes128_cbc_encrypt()
|
Completed in 8 milliseconds