Home
last modified time | relevance | path

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 Daes.h411 int mbedtls_aes_crypt_cfb128( mbedtls_aes_context *ctx,
A Dcompat-1.3.h1716 #define aes_crypt_cfb128 mbedtls_aes_crypt_cfb128
/optee_os-3.20.0/lib/libmbedtls/mbedtls/library/
A Daes.c1241 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 Dcipher_wrap.c159 return mbedtls_aes_crypt_cfb128( (mbedtls_aes_context *) ctx, operation, length, iv_off, iv, in aes_crypt_cfb128_wrap()

Completed in 25 milliseconds