Searched refs:mbedtls_aes_crypt_cfb128 (Results 1 – 3 of 3) sorted by relevance
| /optee_os/lib/libmbedtls/mbedtls/include/mbedtls/ |
| H A D | aes.h | 389 int mbedtls_aes_crypt_cfb128(mbedtls_aes_context *ctx,
|
| /optee_os/lib/libmbedtls/mbedtls/library/ |
| H A D | aes.c | 1292 int mbedtls_aes_crypt_cfb128(mbedtls_aes_context *ctx, in mbedtls_aes_crypt_cfb128() function 2070 ret = mbedtls_aes_crypt_cfb128(&ctx, mode, 64, &offset, iv, buf, buf); in mbedtls_aes_self_test()
|
| H A D | cipher_wrap.c | 195 return mbedtls_aes_crypt_cfb128((mbedtls_aes_context *) ctx, operation, length, iv_off, iv, in aes_crypt_cfb128_wrap()
|