Home
last modified time | relevance | path

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

/optee_os/lib/libmbedtls/mbedtls/include/mbedtls/
H A Dsha1.h168 int mbedtls_internal_sha1_process(mbedtls_sha1_context *ctx,
/optee_os/lib/libmbedtls/mbedtls/library/
H A 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()
/optee_os/lib/libmbedtls/core/
H A Dhash.c202 int mbedtls_internal_sha1_process(mbedtls_sha1_context *ctx, in mbedtls_internal_sha1_process() function