Home
last modified time | relevance | path

Searched refs:mbedtls_internal_sha1_process (Results 1 – 4 of 4) sorted by relevance

/optee_os-3.20.0/lib/libmbedtls/mbedtls/include/mbedtls/
A Dsha1.h187 int mbedtls_internal_sha1_process( mbedtls_sha1_context *ctx,
/optee_os-3.20.0/lib/libmbedtls/mbedtls/library/
A Dsha1.c102 int mbedtls_internal_sha1_process( mbedtls_sha1_context *ctx, in mbedtls_internal_sha1_process() function
278 mbedtls_internal_sha1_process( ctx, data ); in mbedtls_sha1_process()
313 if( ( ret = mbedtls_internal_sha1_process( ctx, ctx->buffer ) ) != 0 ) in mbedtls_sha1_update_ret()
323 if( ( ret = mbedtls_internal_sha1_process( ctx, input ) ) != 0 ) in mbedtls_sha1_update_ret()
375 if( ( ret = mbedtls_internal_sha1_process( ctx, ctx->buffer ) ) != 0 ) in mbedtls_sha1_finish_ret()
391 if( ( ret = mbedtls_internal_sha1_process( ctx, ctx->buffer ) ) != 0 ) in mbedtls_sha1_finish_ret()
A Dmd.c850 return( mbedtls_internal_sha1_process( ctx->md_ctx, data ) ); in mbedtls_md_process()
/optee_os-3.20.0/lib/libmbedtls/core/
A Dhash.c201 int mbedtls_internal_sha1_process(mbedtls_sha1_context *ctx, in mbedtls_internal_sha1_process() function

Completed in 6 milliseconds