Home
last modified time | relevance | path

Searched defs:mp_div_d (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/
H A Dbn_mp_div_d.c39 int mp_div_d (mp_int * a, mp_digit b, mp_int * c, mp_digit * d) in mp_div_d() function
/netbsd-src/crypto/external/bsd/netpgp/dist/src/libbn/
H A Dbignum.c4461 mp_div_d(mp_int *a, mp_digit b, mp_int *c, mp_digit *d) in mp_div_d() function