Home
last modified time | relevance | path

Searched refs:mbedtls_internal_md4_process (Results 1 – 3 of 3) sorted by relevance

/optee_os-3.20.0/lib/libmbedtls/mbedtls/include/mbedtls/
A Dmd4.h169 int mbedtls_internal_md4_process( mbedtls_md4_context *ctx,
/optee_os-3.20.0/lib/libmbedtls/mbedtls/library/
A Dmd4.c90 int mbedtls_internal_md4_process( mbedtls_md4_context *ctx, in mbedtls_internal_md4_process() function
222 mbedtls_internal_md4_process( ctx, data ); in mbedtls_md4_process()
255 if( ( ret = mbedtls_internal_md4_process( ctx, ctx->buffer ) ) != 0 ) in mbedtls_md4_update_ret()
265 if( ( ret = mbedtls_internal_md4_process( ctx, input ) ) != 0 ) in mbedtls_md4_update_ret()
A Dmd.c838 return( mbedtls_internal_md4_process( ctx->md_ctx, data ) ); in mbedtls_md_process()

Completed in 5 milliseconds