HomeSort by: relevance | last modified time | path
    Searched refs:crypto_bignum_add (Results 1 - 6 of 6) sorted by relevancy

  /src/external/bsd/wpa/dist/src/common/
dragonfly.c 101 crypto_bignum_add(tmp, one, tmp) < 0) {
206 crypto_bignum_add(_rand, _mask, scalar) == 0 &&
243 crypto_bignum_add(prime, one, tmp) < 0 ||
sae.c 1017 crypto_bignum_add(bn, two, bn) < 0 ||
1186 crypto_bignum_add(val, one, val) < 0)
1247 crypto_bignum_add(val, one, val) < 0)
1606 if (crypto_bignum_add(sae->tmp->own_commit_scalar,
common_module_tests.c 408 if (crypto_bignum_add(sae.tmp->sae_rand, mask,
  /src/external/bsd/wpa/dist/src/crypto/
crypto.h 564 * crypto_bignum_add - c = a + b
570 int crypto_bignum_add(const struct crypto_bignum *a,
crypto_wolfssl.c 1423 int crypto_bignum_add(const struct crypto_bignum *a, function
crypto_openssl.c 1991 int crypto_bignum_add(const struct crypto_bignum *a, function

Completed in 26 milliseconds