Searched refs:mbedtls_aes_crypt_cfb128 (Results 1 – 4 of 4) sorted by relevance
/mbedtls-development/tests/suites/ |
A D | test_suite_aes.function | 245 …TEST_ASSERT( mbedtls_aes_crypt_cfb128( &ctx, MBEDTLS_AES_ENCRYPT, 16, &iv_offset, iv_str->x, src_s… 267 …TEST_ASSERT( mbedtls_aes_crypt_cfb128( &ctx, MBEDTLS_AES_DECRYPT, 16, &iv_offset, iv_str->x, src_s… 390 mbedtls_aes_crypt_cfb128( &aes_ctx, invalid_mode, 16, 442 TEST_ASSERT( mbedtls_aes_crypt_cfb128( &aes_ctx, MBEDTLS_AES_ENCRYPT, 16,
|
/mbedtls-development/include/mbedtls/ |
A D | aes.h | 400 int mbedtls_aes_crypt_cfb128( mbedtls_aes_context *ctx,
|
/mbedtls-development/library/ |
A D | cipher_wrap.c | 139 return mbedtls_aes_crypt_cfb128( (mbedtls_aes_context *) ctx, operation, length, iv_off, iv, in aes_crypt_cfb128_wrap()
|
A D | aes.c | 1223 int mbedtls_aes_crypt_cfb128( mbedtls_aes_context *ctx, in mbedtls_aes_crypt_cfb128() function 1958 ret = mbedtls_aes_crypt_cfb128( &ctx, mode, 64, &offset, iv, buf, buf ); in mbedtls_aes_self_test()
|
Completed in 9 milliseconds