LCOV - code coverage report
Current view: top level - third_party/heimdal/lib/hcrypto/libtommath - bn_mp_mod_d.c (source / functions) Hit Total Coverage
Test: coverage report for fix-15632 9995c5c2 Lines: 0 2 0.0 %
Date: 2024-04-13 12:30:31 Functions: 0 1 0.0 %

          Line data    Source code
       1             : #include "tommath_private.h"
       2             : #ifdef BN_MP_MOD_D_C
       3             : /* LibTomMath, multiple-precision integer library -- Tom St Denis */
       4             : /* SPDX-License-Identifier: Unlicense */
       5             : 
       6           0 : mp_err mp_mod_d(const mp_int *a, mp_digit b, mp_digit *c)
       7             : {
       8           0 :    return mp_div_d(a, b, NULL, c);
       9             : }
      10             : #endif

Generated by: LCOV version 1.14