Home
last modified time | relevance | path

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

/third_party/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
/third_party/openssl/include/openssl/
Dbn.h279 int BN_exp(BIGNUM *r, const BIGNUM *a, const BIGNUM *p, BN_CTX *ctx);
/third_party/openssl/crypto/bn/
Dbn_exp.c41 int BN_exp(BIGNUM *r, const BIGNUM *a, const BIGNUM *p, BN_CTX *ctx) in BN_exp() function
/third_party/openssl/test/
Dbntest.c1707 if (!TEST_true(BN_exp(ret, a, e, ctx)) in file_exp()
/third_party/grpc/src/boringssl/
Dboringssl_prefix_symbols.h911 #define BN_exp BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, BN_exp) macro
/third_party/openssl/crypto/err/
Dopenssl.txt201 BN_F_BN_EXP:123:BN_exp
/third_party/openssl/util/
Dlibcrypto.num2025 BN_exp 2007 1_1_0 EXIST::FUNCTION: