Searched refs:mbedtls_aes_crypt_cfb128 (Results 1 – 4 of 4) sorted by relevance
/optee_os-3.20.0/lib/libmbedtls/mbedtls/include/mbedtls/ |
A D | aes.h | 411 int mbedtls_aes_crypt_cfb128( mbedtls_aes_context *ctx,
|
A D | compat-1.3.h | 1716 #define aes_crypt_cfb128 mbedtls_aes_crypt_cfb128
|
/optee_os-3.20.0/lib/libmbedtls/mbedtls/library/ |
A D | aes.c | 1241 int mbedtls_aes_crypt_cfb128( mbedtls_aes_context *ctx, in mbedtls_aes_crypt_cfb128() function 1976 ret = mbedtls_aes_crypt_cfb128( &ctx, mode, 64, &offset, iv, buf, buf ); in mbedtls_aes_self_test()
|
A D | cipher_wrap.c | 159 return mbedtls_aes_crypt_cfb128( (mbedtls_aes_context *) ctx, operation, length, iv_off, iv, in aes_crypt_cfb128_wrap()
|
Completed in 25 milliseconds