Home
last modified time | relevance | path

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

/freebsd/crypto/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
/freebsd/lib/libmp/
H A Dmpasbn.c553 BN_ERRCHECK("rpow", BN_exp(b, bmp->bn, emp->bn, c)); in mp_rpow()
/freebsd/crypto/openssl/include/openssl/
H A Dbn.h303 int BN_exp(BIGNUM *r, const BIGNUM *a, const BIGNUM *p, BN_CTX *ctx);
/freebsd/crypto/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
/freebsd/secure/lib/libcrypto/
H A DVersion.map483 BN_exp;
/freebsd/crypto/openssl/test/
H A Dbntest.c1711 if (!TEST_true(BN_exp(ret, a, e, ctx)) in file_exp()
/freebsd/secure/lib/libcrypto/man/man3/
H A DMakefile1000 MLINKS+= BN_add.3 BN_exp.3
/freebsd/crypto/openssl/util/
H A Dlibcrypto.num1960 BN_exp 2007 3_0_0 EXIST::FUNCTION: