Home
last modified time | relevance | path

Searched refs:bnRp (Results 1 – 2 of 2) sorted by relevance

/external/tpm2/
DCpriECC.c1621 BIGNUM *bnRp; in ValidateSignatureSM2Dsa() local
1635 bnRp= BN_CTX_get(context); in ValidateSignatureSM2Dsa()
1707 if(!BN_mod_add(bnRp, bnE, bnT, order, context)) in ValidateSignatureSM2Dsa()
1710 fail = BN_ucmp(bnR, bnRp) != 0 || fail; in ValidateSignatureSM2Dsa()
Dpart4.txt34965 1497 BIGNUM *bnRp;
34984 1510 bnRp= BN_CTX_get(context);
35069 1590 if(!BN_mod_add(bnRp, bnE, bnT, &group->order, context))
35073 1594 fail = BN_ucmp(bnR, bnRp) != 0 || fail;