Searched refs:mbedtls_aes_crypt_ofb (Results 1 – 3 of 3) sorted by relevance
| /optee_os/lib/libmbedtls/mbedtls/include/mbedtls/ |
| H A D | aes.h | 489 int mbedtls_aes_crypt_ofb(mbedtls_aes_context *ctx,
|
| /optee_os/lib/libmbedtls/mbedtls/library/ |
| H A D | aes.c | 1398 int mbedtls_aes_crypt_ofb(mbedtls_aes_context *ctx, in mbedtls_aes_crypt_ofb() function 2134 ret = mbedtls_aes_crypt_ofb(&ctx, 64, &offset, iv, buf, buf); in mbedtls_aes_self_test()
|
| H A D | cipher_wrap.c | 204 return mbedtls_aes_crypt_ofb((mbedtls_aes_context *) ctx, length, iv_off, in aes_crypt_ofb_wrap()
|