Home
last modified time | relevance | path

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

/external/openssl/crypto/bn/
Dbntest.c947 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()
Dbn.h496 int BN_exp(BIGNUM *r, const BIGNUM *a, const BIGNUM *p,BN_CTX *ctx);
Dbn_exp.c132 int BN_exp(BIGNUM *r, const BIGNUM *a, const BIGNUM *p, BN_CTX *ctx) in BN_exp() function
/external/openssl/include/openssl/
Dbn.h496 int BN_exp(BIGNUM *r, const BIGNUM *a, const BIGNUM *p,BN_CTX *ctx);