Searched refs:BN_exp (Results 1 – 9 of 9) sorted by relevance
| /freebsd-9-stable/crypto/openssl/doc/crypto/ |
| D | BN_add.pod | 6 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.
|
| D | bn.pod | 48 int BN_exp(BIGNUM *r, BIGNUM *a, BIGNUM *p, BN_CTX *ctx);
|
| /freebsd-9-stable/lib/libmp/ |
| D | mpasbn.c | 537 BN_ERRCHECK("rpow", BN_exp(&b, bmp->bn, emp->bn, c)); in mp_rpow()
|
| /freebsd-9-stable/crypto/openssl/crypto/bn/ |
| D | bntest.c | 978 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()
|
| D | bn_exp.c | 120 int BN_exp(BIGNUM *r, const BIGNUM *a, const BIGNUM *p, BN_CTX *ctx) in BN_exp() function
|
| D | bn.h | 488 int BN_exp(BIGNUM *r, const BIGNUM *a, const BIGNUM *p, BN_CTX *ctx);
|
| /freebsd-9-stable/usr.bin/dc/ |
| D | bcode.c | 365 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/ |
| D | Makefile.man | 296 MLINKS+= BN_add.3 BN_exp.3
|
| /freebsd-9-stable/crypto/openssl/util/ |
| D | libeay.num | 978 BN_exp 998 EXIST::FUNCTION:
|