Home
last modified time | relevance | path

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

/openssl/doc/man3/
H A DBN_add.pod6 BN_mod_sub, BN_mod_mul, BN_mod_sqr, BN_mod_sqrt, BN_exp, BN_mod_exp, BN_gcd -
41 int BN_exp(BIGNUM *r, const BIGNUM *a, const BIGNUM *p, BN_CTX *ctx);
98 BN_exp() raises I<a> to the I<p>-th power and places the result in I<r>
103 m>). This function uses less time and space than BN_exp(). Do not call this
/openssl/include/openssl/
H A Dbn.h309 int BN_exp(BIGNUM *r, const BIGNUM *a, const BIGNUM *p, BN_CTX *ctx);
/openssl/crypto/bn/
H A Dbn_exp.c49 int BN_exp(BIGNUM *r, const BIGNUM *a, const BIGNUM *p, BN_CTX *ctx) in BN_exp() function
/openssl/test/
H A Dbntest.c1730 if (!TEST_true(BN_exp(ret, a, e, ctx)) in file_exp()
/openssl/util/
H A Dlibcrypto.num1960 BN_exp 2007 3_0_0 EXIST::FUNCTION:

Completed in 34 milliseconds