/external/openssl/crypto/dsa/ |
dsa_ameth.c | 277 if (!BN_mod_exp(dsa->pub_key, dsa->g, dsa->priv_key, dsa->p, ctx))
|
/external/openssl/crypto/srp/ |
srp_vfy.c | 638 if (!BN_mod_exp(*verifier,g,x,N,bn_ctx))
|
/external/openssl/crypto/bn/ |
bn.h | 498 int BN_mod_exp(BIGNUM *r, const BIGNUM *a, const BIGNUM *p, 606 int (*bn_mod_exp)(BIGNUM *r, const BIGNUM *a, const BIGNUM *p, [all...] |
bntest.c | 246 message(out,"BN_mod_exp"); 930 if (!BN_mod_exp(d,a,b,c,ctx)) [all...] |
bn_exp.c | 176 int BN_mod_exp(BIGNUM *r, const BIGNUM *a, const BIGNUM *p, const BIGNUM *m,
|
/external/openssl/include/openssl/ |
bn.h | 498 int BN_mod_exp(BIGNUM *r, const BIGNUM *a, const BIGNUM *p, 606 int (*bn_mod_exp)(BIGNUM *r, const BIGNUM *a, const BIGNUM *p, [all...] |
/external/openssl/crypto/pem/ |
pvkfmt.c | 346 if (!BN_mod_exp(dsa->pub_key, dsa->g,
|
/external/openssl/apps/ |
s_client.c | 422 BN_mod_exp(r, g, p, N, bn_ctx) && [all...] |