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

  /src/sbin/nvmectl/
bn.h 125 int BN_mod_exp(BIGNUM */*r*/, BIGNUM */*a*/, BIGNUM */*p*/, BIGNUM */*m*/, BN_CTX */*ctx*/);
bignum.c 5500 BN_mod_exp(BIGNUM *Y, BIGNUM *G, BIGNUM *X, BIGNUM *P, BN_CTX *ctx)
  /src/lib/libtelnet/
pk.c 146 BN_mod_exp(common, public, secret, modulus, ctx);
208 BN_mod_exp(pk, root, sk, modulus, ctx);
  /src/games/factor/
factor.c 352 BN_mod_exp(base, base, i, val, ctx);

Completed in 17 milliseconds