Searched refs:BN_exp (Results 1 – 6 of 6) sorted by relevance
| /minix3/crypto/external/bsd/openssl/dist/doc/crypto/ |
| H A 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.
|
| H A D | bn.pod | 48 int BN_exp(BIGNUM *r, BIGNUM *a, BIGNUM *p, BN_CTX *ctx);
|
| /minix3/crypto/external/bsd/openssl/dist/crypto/bn/ |
| H A D | bntest.c | 975 BN_exp(e, a, b, ctx); in test_mod_exp() 1022 BN_exp(e, a, b, ctx); in test_mod_exp_mont_consttime() 1126 if (BN_exp(d, a, b, ctx) <= 0) in test_exp()
|
| H A D | bn_exp.c | 135 int BN_exp(BIGNUM *r, const BIGNUM *a, const BIGNUM *p, BN_CTX *ctx) in BN_exp() function
|
| H A D | bn.h | 514 int BN_exp(BIGNUM *r, const BIGNUM *a, const BIGNUM *p, BN_CTX *ctx);
|
| /minix3/crypto/external/bsd/openssl/dist/util/ |
| H A D | libeay.num | 978 BN_exp 998 EXIST::FUNCTION:
|