Searched refs:mbedtls_aes_crypt_cfb128 (Results 1 – 8 of 8) sorted by relevance
/AliOS-Things-master/components/linkkit/wrappers/platform/os/ |
A D | HAL_Crypt_yoc.c | 108 ret = mbedtls_aes_crypt_cfb128(&p_aes128->ctx, MBEDTLS_AES_ENCRYPT, length, in HAL_Aes128_Cfb_Encrypt() 125 ret = mbedtls_aes_crypt_cfb128(&p_aes128->ctx, MBEDTLS_AES_DECRYPT, length, in HAL_Aes128_Cfb_Decrypt()
|
/AliOS-Things-master/components/linkkit/include/linkkit/infra/ |
A D | infra_aes.h | 265 int mbedtls_aes_crypt_cfb128(mbedtls_aes_context *ctx, int mode, size_t length,
|
/AliOS-Things-master/components/mbedtls/include/mbedtls/ |
A D | aes.h | 398 int mbedtls_aes_crypt_cfb128( mbedtls_aes_context *ctx,
|
A D | compat-1.3.h | 1712 #define aes_crypt_cfb128 mbedtls_aes_crypt_cfb128
|
/AliOS-Things-master/components/mbedtls/platform/yoc/ |
A D | aes_alt.c | 196 int mbedtls_aes_crypt_cfb128( mbedtls_aes_context *ctx, in mbedtls_aes_crypt_cfb128() function
|
/AliOS-Things-master/components/linkkit/infra/ |
A D | infra_aes.c | 1020 ret = mbedtls_aes_crypt_cfb128(&p_aes128->ctx, MBEDTLS_AES_DECRYPT, length, in infra_aes128_cfb_decrypt() 1041 ret = mbedtls_aes_crypt_cfb128(&p_aes128->ctx, MBEDTLS_AES_ENCRYPT, length, in infra_aes128_cfb_encrypt()
|
/AliOS-Things-master/components/mbedtls/library/ |
A D | cipher_wrap.c | 148 return mbedtls_aes_crypt_cfb128( (mbedtls_aes_context *) ctx, operation, length, iv_off, iv, in aes_crypt_cfb128_wrap()
|
A D | aes.c | 1280 int mbedtls_aes_crypt_cfb128( mbedtls_aes_context *ctx, in mbedtls_aes_crypt_cfb128() function 1994 ret = mbedtls_aes_crypt_cfb128( &ctx, mode, 64, &offset, iv, buf, buf ); in mbedtls_aes_self_test()
|
Completed in 31 milliseconds