Searched refs:BN_exp (Results 1 – 5 of 5) sorted by relevance
/openssl-master/doc/man3/ |
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); 90 BN_exp() raises I<a> to the I<p>-th power and places the result in I<r> 95 m>). This function uses less time and space than BN_exp(). Do not call this
|
/openssl-master/include/openssl/ |
A D | bn.h | 303 int BN_exp(BIGNUM *r, const BIGNUM *a, const BIGNUM *p, BN_CTX *ctx);
|
/openssl-master/crypto/bn/ |
A D | bn_exp.c | 40 int BN_exp(BIGNUM *r, const BIGNUM *a, const BIGNUM *p, BN_CTX *ctx) in BN_exp() function
|
/openssl-master/test/ |
A D | bntest.c | 1666 if (!TEST_true(BN_exp(ret, a, e, ctx)) in file_exp()
|
/openssl-master/util/ |
A D | libcrypto.num | 1960 BN_exp 2007 3_0_0 EXIST::FUNCTION:
|
Completed in 18 milliseconds