Searched refs:BN_exp (Results 1 – 8 of 8) sorted by relevance
/freebsd/crypto/openssl/doc/man3/ |
H A D | BN_add.pod | 6 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 D | mpasbn.c | 553 BN_ERRCHECK("rpow", BN_exp(b, bmp->bn, emp->bn, c)); in mp_rpow()
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | bn.h | 303 int BN_exp(BIGNUM *r, const BIGNUM *a, const BIGNUM *p, BN_CTX *ctx);
|
/freebsd/crypto/openssl/crypto/bn/ |
H A D | bn_exp.c | 49 int BN_exp(BIGNUM *r, const BIGNUM *a, const BIGNUM *p, BN_CTX *ctx) in BN_exp() function
|
/freebsd/secure/lib/libcrypto/ |
H A D | Version.map | 483 BN_exp;
|
/freebsd/crypto/openssl/test/ |
H A D | bntest.c | 1711 if (!TEST_true(BN_exp(ret, a, e, ctx)) in file_exp()
|
/freebsd/secure/lib/libcrypto/man/man3/ |
H A D | Makefile | 1000 MLINKS+= BN_add.3 BN_exp.3
|
/freebsd/crypto/openssl/util/ |
H A D | libcrypto.num | 1960 BN_exp 2007 3_0_0 EXIST::FUNCTION:
|