Searched refs:BN_exp (Results 1 – 7 of 7) sorted by relevance
/third_party/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
|
/third_party/openssl/include/openssl/ |
D | bn.h | 279 int BN_exp(BIGNUM *r, const BIGNUM *a, const BIGNUM *p, BN_CTX *ctx);
|
/third_party/openssl/crypto/bn/ |
D | bn_exp.c | 41 int BN_exp(BIGNUM *r, const BIGNUM *a, const BIGNUM *p, BN_CTX *ctx) in BN_exp() function
|
/third_party/openssl/test/ |
D | bntest.c | 1707 if (!TEST_true(BN_exp(ret, a, e, ctx)) in file_exp()
|
/third_party/grpc/src/boringssl/ |
D | boringssl_prefix_symbols.h | 911 #define BN_exp BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, BN_exp) macro
|
/third_party/openssl/crypto/err/ |
D | openssl.txt | 201 BN_F_BN_EXP:123:BN_exp
|
/third_party/openssl/util/ |
D | libcrypto.num | 2025 BN_exp 2007 1_1_0 EXIST::FUNCTION:
|