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

  /external/wpa_supplicant_8/src/tls/
bignum.h 25 int bignum_mul(const struct bignum *a, const struct bignum *b,
bignum.c 170 * bignum_mul - c = a * b
176 int bignum_mul(const struct bignum *a, const struct bignum *b, function
rsa.c 319 if (bignum_mul(tmp, key->q, tmp) < 0 ||

Completed in 204 milliseconds