Searched refs:BN_exp (Results 1 – 4 of 4) sorted by relevance
/external/openssl/crypto/bn/ |
D | bntest.c | 947 BN_exp(e,a,b,ctx); in test_mod_exp() 998 BN_exp(e,a,b,ctx); in test_mod_exp_mont_consttime() 1032 if (BN_exp(d,a,b,ctx) <= 0) in test_exp()
|
D | bn.h | 496 int BN_exp(BIGNUM *r, const BIGNUM *a, const BIGNUM *p,BN_CTX *ctx);
|
D | bn_exp.c | 132 int BN_exp(BIGNUM *r, const BIGNUM *a, const BIGNUM *p, BN_CTX *ctx) in BN_exp() function
|
/external/openssl/include/openssl/ |
D | bn.h | 496 int BN_exp(BIGNUM *r, const BIGNUM *a, const BIGNUM *p,BN_CTX *ctx);
|