HomeSort by relevance Sort by last modified time
    Searched refs:bignum_sub (Results 1 - 3 of 3) sorted by null

  /external/wpa_supplicant_8/src/tls/
bignum.h 23 int bignum_sub(const struct bignum *a, const struct bignum *b,
bignum.c 152 * bignum_sub - c = a - b
158 int bignum_sub(const struct bignum *a, const struct bignum *b, function
rsa.c 314 if (bignum_sub(a, b, tmp) < 0 ||

Completed in 210 milliseconds