Home
last modified time | relevance | path

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

/third_party/mbedtls/library/
Dsha512.c192 int mbedtls_internal_sha512_process( mbedtls_sha512_context *ctx, in mbedtls_internal_sha512_process() function
325 if( ( ret = mbedtls_internal_sha512_process( ctx, ctx->buffer ) ) != 0 ) in mbedtls_sha512_update()
335 if( ( ret = mbedtls_internal_sha512_process( ctx, input ) ) != 0 ) in mbedtls_sha512_update()
378 if( ( ret = mbedtls_internal_sha512_process( ctx, ctx->buffer ) ) != 0 ) in mbedtls_sha512_finish()
394 if( ( ret = mbedtls_internal_sha512_process( ctx, ctx->buffer ) ) != 0 ) in mbedtls_sha512_finish()
Dmd.c777 return( mbedtls_internal_sha512_process( ctx->md_ctx, data ) ); in mbedtls_md_process()
781 return( mbedtls_internal_sha512_process( ctx->md_ctx, data ) ); in mbedtls_md_process()
/third_party/mbedtls/include/mbedtls/
Dsha512.h156 int mbedtls_internal_sha512_process( mbedtls_sha512_context *ctx,