Home
last modified time | relevance | path

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

/openssl-master/doc/man3/
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);
90 BN_exp() raises I<a> to the I<p>-th power and places the result in I<r>
95 m>). This function uses less time and space than BN_exp(). Do not call this
/openssl-master/include/openssl/
A Dbn.h303 int BN_exp(BIGNUM *r, const BIGNUM *a, const BIGNUM *p, BN_CTX *ctx);
/openssl-master/crypto/bn/
A Dbn_exp.c40 int BN_exp(BIGNUM *r, const BIGNUM *a, const BIGNUM *p, BN_CTX *ctx) in BN_exp() function
/openssl-master/test/
A Dbntest.c1666 if (!TEST_true(BN_exp(ret, a, e, ctx)) in file_exp()
/openssl-master/util/
A Dlibcrypto.num1960 BN_exp 2007 3_0_0 EXIST::FUNCTION:

Completed in 18 milliseconds