Home
last modified time | relevance | path

Searched refs:BN_exp (Results 1 – 6 of 6) sorted by relevance

/minix3/crypto/external/bsd/openssl/dist/doc/crypto/
H A DBN_add.pod6 BN_mod_sub, BN_mod_mul, BN_mod_sqr, BN_exp, BN_mod_exp, BN_gcd -
39 int BN_exp(BIGNUM *r, BIGNUM *a, BIGNUM *p, BN_CTX *ctx);
89 BN_exp() raises I<a> to the I<p>-th power and places the result in I<r>
94 m>). This function uses less time and space than BN_exp().
122 0.9.1b. BN_exp() appeared in SSLeay 0.9.0.
H A Dbn.pod48 int BN_exp(BIGNUM *r, BIGNUM *a, BIGNUM *p, BN_CTX *ctx);
/minix3/crypto/external/bsd/openssl/dist/crypto/bn/
H A Dbntest.c975 BN_exp(e, a, b, ctx); in test_mod_exp()
1022 BN_exp(e, a, b, ctx); in test_mod_exp_mont_consttime()
1126 if (BN_exp(d, a, b, ctx) <= 0) in test_exp()
H A Dbn_exp.c135 int BN_exp(BIGNUM *r, const BIGNUM *a, const BIGNUM *p, BN_CTX *ctx) in BN_exp() function
H A Dbn.h514 int BN_exp(BIGNUM *r, const BIGNUM *a, const BIGNUM *p, BN_CTX *ctx);
/minix3/crypto/external/bsd/openssl/dist/util/
H A Dlibeay.num978 BN_exp 998 EXIST::FUNCTION: