Home
last modified time | relevance | path

Searched refs:BN_exp (Results 1 – 9 of 9) sorted by relevance

/freebsd-12-stable/crypto/openssl/doc/man3/
DBN_add.pod6 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/
Dinout.c238 bn_check(BN_exp(divisor->number, base_n, exponent, ctx)); in readnumber()
Dbcode.c362 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/
Dmpasbn.c555 BN_ERRCHECK("rpow", BN_exp(b, bmp->bn, emp->bn, c)); in mp_rpow()
/freebsd-12-stable/crypto/openssl/include/openssl/
Dbn.h279 int BN_exp(BIGNUM *r, const BIGNUM *a, const BIGNUM *p, BN_CTX *ctx);
/freebsd-12-stable/crypto/openssl/crypto/bn/
Dbn_exp.c50 int BN_exp(BIGNUM *r, const BIGNUM *a, const BIGNUM *p, BN_CTX *ctx) in BN_exp() function
/freebsd-12-stable/secure/lib/libcrypto/
DVersion.map483 BN_exp;
/freebsd-12-stable/crypto/openssl/crypto/err/
Dopenssl.txt201 BN_F_BN_EXP:123:BN_exp
/freebsd-12-stable/secure/lib/libcrypto/man/man3/
DMakefile805 MLINKS+= BN_add.3 BN_exp.3