Searched refs:mbedtls_internal_sha512_process (Results 1 – 2 of 2) sorted by relevance
347 # define mbedtls_internal_sha512_process_a64_crypto mbedtls_internal_sha512_process586 #define mbedtls_internal_sha512_process_c mbedtls_internal_sha512_process743 int mbedtls_internal_sha512_process(mbedtls_sha512_context *ctx, in mbedtls_internal_sha512_process() function782 if ((ret = mbedtls_internal_sha512_process(ctx, ctx->buffer)) != 0) { in mbedtls_sha512_update()833 if ((ret = mbedtls_internal_sha512_process(ctx, ctx->buffer)) != 0) { in mbedtls_sha512_finish()850 if ((ret = mbedtls_internal_sha512_process(ctx, ctx->buffer)) != 0) { in mbedtls_sha512_finish()
155 int mbedtls_internal_sha512_process(mbedtls_sha512_context *ctx,