Searched refs:BN_exp (Results 1 – 9 of 9) sorted by relevance
| /freebsd-12-stable/crypto/openssl/doc/man3/ |
| 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, BIGNUM *a, 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-12-stable/usr.bin/dc/ |
| D | inout.c | 238 bn_check(BN_exp(divisor->number, base_n, exponent, ctx)); in readnumber()
|
| D | bcode.c | 362 bn_check(BN_exp(a, a, p, ctx)); in scale_number() 399 bn_check(BN_exp(a, a, p, ctx)); in split_number()
|
| /freebsd-12-stable/lib/libmp/ |
| D | mpasbn.c | 555 BN_ERRCHECK("rpow", BN_exp(b, bmp->bn, emp->bn, c)); in mp_rpow()
|
| /freebsd-12-stable/crypto/openssl/include/openssl/ |
| D | bn.h | 279 int BN_exp(BIGNUM *r, const BIGNUM *a, const BIGNUM *p, BN_CTX *ctx);
|
| /freebsd-12-stable/crypto/openssl/crypto/bn/ |
| D | bn_exp.c | 50 int BN_exp(BIGNUM *r, const BIGNUM *a, const BIGNUM *p, BN_CTX *ctx) in BN_exp() function
|
| /freebsd-12-stable/secure/lib/libcrypto/ |
| D | Version.map | 483 BN_exp;
|
| /freebsd-12-stable/crypto/openssl/crypto/err/ |
| D | openssl.txt | 201 BN_F_BN_EXP:123:BN_exp
|
| /freebsd-12-stable/secure/lib/libcrypto/man/man3/ |
| D | Makefile | 805 MLINKS+= BN_add.3 BN_exp.3
|