Home
last modified time | relevance | path

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

/freebsd-9-stable/crypto/openssl/doc/crypto/
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.
Dbn.pod48 int BN_exp(BIGNUM *r, BIGNUM *a, BIGNUM *p, BN_CTX *ctx);
/freebsd-9-stable/lib/libmp/
Dmpasbn.c537 BN_ERRCHECK("rpow", BN_exp(&b, bmp->bn, emp->bn, c)); in mp_rpow()
/freebsd-9-stable/crypto/openssl/crypto/bn/
Dbntest.c978 BN_exp(e, a, b, ctx); in test_mod_exp()
1025 BN_exp(e, a, b, ctx); in test_mod_exp_mont_consttime()
1057 if (BN_exp(d, a, b, ctx) <= 0) in test_exp()
Dbn_exp.c120 int BN_exp(BIGNUM *r, const BIGNUM *a, const BIGNUM *p, BN_CTX *ctx) in BN_exp() function
Dbn.h488 int BN_exp(BIGNUM *r, const BIGNUM *a, const BIGNUM *p, BN_CTX *ctx);
/freebsd-9-stable/usr.bin/dc/
Dbcode.c365 bn_check(BN_exp(a, a, p, ctx)); in scale_number()
402 bn_check(BN_exp(a, a, p, ctx)); in split_number()
/freebsd-9-stable/secure/lib/libcrypto/
DMakefile.man296 MLINKS+= BN_add.3 BN_exp.3
/freebsd-9-stable/crypto/openssl/util/
Dlibeay.num978 BN_exp 998 EXIST::FUNCTION: