Home
last modified time | relevance | path

Searched refs:mbedtls_aes_crypt_cfb128 (Results 1 – 8 of 8) sorted by relevance

/AliOS-Things-master/components/linkkit/wrappers/platform/os/
A DHAL_Crypt_yoc.c108 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 Dinfra_aes.h265 int mbedtls_aes_crypt_cfb128(mbedtls_aes_context *ctx, int mode, size_t length,
/AliOS-Things-master/components/mbedtls/include/mbedtls/
A Daes.h398 int mbedtls_aes_crypt_cfb128( mbedtls_aes_context *ctx,
A Dcompat-1.3.h1712 #define aes_crypt_cfb128 mbedtls_aes_crypt_cfb128
/AliOS-Things-master/components/mbedtls/platform/yoc/
A Daes_alt.c196 int mbedtls_aes_crypt_cfb128( mbedtls_aes_context *ctx, in mbedtls_aes_crypt_cfb128() function
/AliOS-Things-master/components/linkkit/infra/
A Dinfra_aes.c1020 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 Dcipher_wrap.c148 return mbedtls_aes_crypt_cfb128( (mbedtls_aes_context *) ctx, operation, length, iv_off, iv, in aes_crypt_cfb128_wrap()
A Daes.c1280 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