Searched refs:bnRp (Results 1 – 2 of 2) sorted by relevance
/external/tpm2/ |
D | CpriECC.c | 1621 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()
|
D | part4.txt | 34965 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;
|