Searched refs:bignum_sub (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/external/bsd/wpa/dist/src/tls/
H A Dbignum.h23 int bignum_sub(const struct bignum *a, const struct bignum *b,
H A Dbignum.c152 * bignum_sub - c = a - b
158 int bignum_sub(const struct bignum *a, const struct bignum *b, function
H A Drsa.c314 if (bignum_sub(a, b, tmp) < 0 ||

Completed in 192 milliseconds