Searched defs:bnR (Results 1 – 2 of 2) sorted by relevance
86 bigNum bnR, // IN: the signature 'r' value in BnSchnorrSign()116 bigNum bnR, // OUT: 'r' component of the signature in BnSignEcdsa()310 bigNum bnR, // OUT: 'r' component of the signature in BnSignEcSchnorr()401 bigNum bnR, // OUT: 'r' component of the signature in BnSignEcSm2()579 bigNum bnR, // IN: 'r' component of the signature in BnValidateSignatureEcdsa()639 bigNum bnR, // IN: 'r' component of the signature in BnValidateSignatureEcSm2()707 bigNum bnR, // IN: 'r' component of the signature in BnValidateSignatureEcSchnorr()
292 BIGNUM *bnR = BN_NEW(); in BnDiv() local