Home
last modified time | relevance | path

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

/mbedtls-latest/library/
Dsha1.c65 int mbedtls_internal_sha1_process(mbedtls_sha1_context *ctx, in mbedtls_internal_sha1_process() function
263 if ((ret = mbedtls_internal_sha1_process(ctx, ctx->buffer)) != 0) { in mbedtls_sha1_update()
273 if ((ret = mbedtls_internal_sha1_process(ctx, input)) != 0) { in mbedtls_sha1_update()
312 if ((ret = mbedtls_internal_sha1_process(ctx, ctx->buffer)) != 0) { in mbedtls_sha1_finish()
329 if ((ret = mbedtls_internal_sha1_process(ctx, ctx->buffer)) != 0) { in mbedtls_sha1_finish()
/mbedtls-latest/include/mbedtls/
Dsha1.h168 int mbedtls_internal_sha1_process(mbedtls_sha1_context *ctx,