OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DSA_MOD_EXP
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/openssl/openssl/crypto/dsa/
dsa_ossl.c
81
NULL, /*
dsa_mod_exp
, */
91
/* These macro wrappers replace attempts to use the
dsa_mod_exp
() and
104
#define
DSA_MOD_EXP
(err_instr,dsa,rr,a1,p1,a2,p2,m,ctx,in_mont) \
107
if((dsa)->meth->
dsa_mod_exp
) \
108
_tmp_res53 = (dsa)->meth->
dsa_mod_exp
((dsa), (rr), (a1), (p1), \
380
DSA_MOD_EXP
(goto err, dsa, &t1, dsa->g, &u1, dsa->pub_key, &u2, dsa->p, ctx, mont);
/external/openssl/crypto/dsa/
dsa_ossl.c
81
NULL, /*
dsa_mod_exp
, */
91
/* These macro wrappers replace attempts to use the
dsa_mod_exp
() and
104
#define
DSA_MOD_EXP
(err_instr,dsa,rr,a1,p1,a2,p2,m,ctx,in_mont) \
107
if((dsa)->meth->
dsa_mod_exp
) \
108
_tmp_res53 = (dsa)->meth->
dsa_mod_exp
((dsa), (rr), (a1), (p1), \
380
DSA_MOD_EXP
(goto err, dsa, &t1, dsa->g, &u1, dsa->pub_key, &u2, dsa->p, ctx, mont);
Completed in 280 milliseconds